This is a Next.js project bootstrapped with create-next-app
.
- Modern, dark design
- Animated with Framer Motion
- Responsive layout
- SEO-optimized
- Cross-Browser Compatibility
- Accessibility
- Easy to Customize
First, To install the project dependencies, run:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
After installation, you can start 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 DM_Sans, a custom Google Font.
You can view the design for this project on Figma: AI Startup Landing Page
Contributions are welcome! Please read the contributing guidelines first.
This project is licensed under the MIT License. See the LICENSE file for details.