A modern, responsive website showcasing the ESP-Based Phone-Controlled Cybertruck project. Built with Next.js 14, Tailwind CSS, and Framer Motion.
- 🎨 Modern dark theme with gradient animations
- 📱 Fully responsive design
- ⚡ Fast and optimized performance
- 🎭 Smooth animations and transitions
- 🔍 SEO optimized
- Next.js 14 (App Router)
- TypeScript
- Tailwind CSS
- Framer Motion
- Heroicons
- Clone the repository:
git clone <repository-url>
cd cybertruck-showcase- Install dependencies:
npm install- Run the development server:
npm run dev- Open http://localhost:3000 with your browser to see the result.
src/
├── app/
│ ├── layout.tsx # Root layout
│ ├── page.tsx # Home page
│ └── globals.css # Global styles
├── components/ # Reusable components
└── styles/ # Additional styles
- Update the content in
src/app/page.tsx - Modify the theme colors in
tailwind.config.ts - Add your own components in the
src/componentsdirectory
The project can be easily deployed to Vercel:
npm run buildMIT License - feel free to use this project for your own purposes.