- To get started, edit the page.tsx file. -
-- Looking for a starting point or more instructions? Head over to{" "} - - Templates - {" "} - or the{" "} - - Learning - {" "} - center. -
-diff --git a/app/globals.css b/app/globals.css index a2dc41e..b21a3c0 100644 --- a/app/globals.css +++ b/app/globals.css @@ -20,6 +20,7 @@ } body { + height: 100vh; background: var(--background); color: var(--foreground); font-family: Arial, Helvetica, sans-serif; diff --git a/app/layout.tsx b/app/layout.tsx index f7fa87e..828fee9 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -13,7 +13,7 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Create Next App", + title: "11", description: "Generated by create next app", }; @@ -24,9 +24,7 @@ export default function RootLayout({ }>) { return ( -
+ {children} diff --git a/app/page.tsx b/app/page.tsx index 295f8fd..0898859 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -2,64 +2,8 @@ import Image from "next/image"; export default function Home() { return ( -- Looking for a starting point or more instructions? Head over to{" "} - - Templates - {" "} - or the{" "} - - Learning - {" "} - center. -
-