diff --git a/app/globals.css b/app/globals.css index c56032b..750f57d 100644 --- a/app/globals.css +++ b/app/globals.css @@ -4,12 +4,28 @@ @custom-variant dark (&:is(.dark *)); +@font-face { + font-family: 'Geist'; + font-display: swap; + font-style: normal; + font-weight: 300 700; + src: url('https://fonts.gstatic.com/s/geist/v5/gyByhwUxId8gMEwcGFWNOITd.woff2') format('woff2'); +} + +@font-face { + font-family: 'Geist Mono'; + font-display: swap; + font-style: normal; + font-weight: 300 700; + src: url('https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrcdmhHkjko.woff2') format('woff2'); +} + @theme inline { --color-background: var(--background); --color-foreground: var(--foreground); - --font-sans: var(--font-sans); - --font-mono: var(--font-geist-mono); - --font-heading: var(--font-sans); + --font-sans: 'Geist', sans-serif; + --font-mono: 'Geist Mono', monospace; + --font-heading: 'Geist', sans-serif; --color-sidebar-ring: var(--sidebar-ring); --color-sidebar-border: var(--sidebar-border); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); diff --git a/app/layout.tsx b/app/layout.tsx index 976eb90..32700d5 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,17 +1,6 @@ import type { Metadata } from "next"; -import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; -const geistSans = Geist({ - variable: "--font-geist-sans", - subsets: ["latin"], -}); - -const geistMono = Geist_Mono({ - variable: "--font-geist-mono", - subsets: ["latin"], -}); - export const metadata: Metadata = { title: "Create Next App", description: "Generated by create next app", @@ -23,10 +12,7 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + {children} ); diff --git a/app/page.tsx b/app/page.tsx index 01ac7a9..f8e6ba3 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -14,50 +14,26 @@ export default function Home() { />

- To get started, edit the page.tsx file. + To get started, use the chat panel to make edits.

- Looking for a starting point or more instructions? Head over to{" "} - - Templates - {" "} - or the{" "} - - Learning - {" "} - center. + Describe what you want to build and watch it come to life. Just + start typing in the chat to shape your app, one idea at a time.

- - Vercel logomark - Deploy Now - - +