A modern landing page built with Next.js 15, React 19, TypeScript, and Tailwind CSS.
First, install the dependencies:
npm install
# or
yarn install
# or
pnpm install
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
├── app/
│ ├── layout.tsx # Root layout
│ ├── page.tsx # Landing page
│ └── globals.css # Global styles
├── public/ # Static assets
├── package.json # Dependencies
└── tsconfig.json # TypeScript config