From 90db2bdd8d4d190e3602b0f36baeec5bd472ffc0 Mon Sep 17 00:00:00 2001 From: wallace Date: Wed, 29 Oct 2025 21:31:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B4=88=EA=B8=B0=20=EC=84=B8=ED=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/globals.css | 1 + app/layout.tsx | 6 ++--- app/page.tsx | 60 ++----------------------------------------------- 3 files changed, 5 insertions(+), 62 deletions(-) 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 ( -
-
- Next.js logo -
-

- To get started, edit the page.tsx file. -

-

- Looking for a starting point or more instructions? Head over to{" "} - - Templates - {" "} - or the{" "} - - Learning - {" "} - center. -

-
-
- - Vercel logomark - Deploy Now - - - Documentation - -
-
+
+ homepage
); }