-
-
-
- Get started by editing{" "}
-
- src/app/page.tsx -
- . -
- - Save and see your changes instantly. -
diff --git a/src/app/globals.css b/src/app/globals.css index 6b717ad..bd6213e 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1,21 +1,3 @@ @tailwind base; @tailwind components; -@tailwind utilities; - -:root { - --background: #ffffff; - --foreground: #171717; -} - -@media (prefers-color-scheme: dark) { - :root { - --background: #0a0a0a; - --foreground: #ededed; - } -} - -body { - color: var(--foreground); - background: var(--background); - font-family: Arial, Helvetica, sans-serif; -} +@tailwind utilities; \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a36cde0..bd9e8d0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,23 +1,5 @@ -import type { Metadata } from "next"; -import localFont from "next/font/local"; import "./globals.css"; -const geistSans = localFont({ - src: "./fonts/GeistVF.woff", - variable: "--font-geist-sans", - weight: "100 900", -}); -const geistMono = localFont({ - src: "./fonts/GeistMonoVF.woff", - variable: "--font-geist-mono", - weight: "100 900", -}); - -export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", -}; - export default function RootLayout({ children, }: Readonly<{ @@ -26,7 +8,7 @@ export default function RootLayout({ return (
{children} diff --git a/src/app/page.tsx b/src/app/page.tsx index 3eee014..82b090f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,101 +1,5 @@ -import Image from "next/image"; - export default function Home() { return ( -
- src/app/page.tsx
-
- .
-