A modern, responsive landing page for the Dark Forest decentralized game, built with Next.js, Tailwind CSS, and Framer Motion.
- Modern Tech Stack: Next.js App Router, Tailwind CSS, and Framer Motion
- Responsive Design: Fully responsive layout that works well on desktop and mobile devices
- Interactive UI: Smooth animations and transitions
- SEO Optimized: Proper metadata for search engines and social media sharing
- Performance Focused: Fast loading times and smooth user experience
- Hero: Engaging introduction with cosmic background
- Game Overview: Highlighting key features of the game
- Roadmap: Timeline of game development
- Getting Started: Step-by-step guide for new players
- Community: Partner logos and social media links
- FAQ: Common questions and answers
- Footer: Links and contact information
First, install the dependencies:
npm install
# or
yarn install
# or
pnpm installThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
npm run build
# or
yarn build
# or
pnpm buildsrc/app: Main app routing and layoutsrc/components/layout: Layout components (Navbar, Footer)src/components/sections: Section components (Hero, GameOverview, etc.)src/components/ui: Reusable UI componentspublic: Static assets
The Dark Forest landing page can be customized by:
- Modifying the color scheme in
src/app/globals.css - Updating component content in the respective component files
- Adding or removing sections in
src/app/page.tsx