koreacomp5 54b785420f feat(ui): 메인 레이아웃/홈 페이지를 타깃 사이트 구조로 Tailwind 클론
- layout.tsx: 상단 고정 헤더/중앙 컨테이너/푸터 구성
- page.tsx: 히어로 + 12그리드 메인 + 하단 3컬럼 섹션 추가
- globals.css: 테마 변수/폰트/중립 배경 헬퍼 추가

Refs: @101101_메인페이지구성.md
2025-10-11 18:32:06 +09:00
2025-10-08 21:12:12 +09:00
2025-10-10 11:22:43 +09:00
2025-10-10 11:22:43 +09:00
2025-10-08 23:05:11 +09:00
2025-10-08 23:41:38 +09:00
2025-10-08 20:55:43 +09:00
2025-10-08 20:55:43 +09:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Description
No description provided
Readme 15 MiB
Languages
TypeScript 92.9%
JavaScript 4.8%
HTML 1.8%
CSS 0.5%