Modern, SEO-optimized company website built with Next.js 14, Tailwind CSS, and Framer Motion.
- Framework: Next.js 14 (App Router)
- Styling: Tailwind CSS
- Animations: Framer Motion
- Language: TypeScript
- Deployment: Vercel
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
# Start production server
npm startsrc/
├── app/ # Next.js App Router pages
│ ├── about/
│ ├── blog/
│ ├── contact/
│ ├── projects/
│ ├── services/
│ └── page.tsx # Homepage
├── components/
│ ├── forms/ # Form components
│ ├── layout/ # Header, Footer
│ ├── sections/ # Page sections
│ └── ui/ # Reusable UI components
└── lib/ # Utilities
- ✅ SSR/SSG for SEO
- ✅ Dynamic metadata
- ✅ Glassmorphism design
- ✅ Animated backgrounds
- ✅ Mobile responsive
- ✅ Core Web Vitals optimized
- ✅ Sitemap & robots.txt
- ✅ JSON-LD structured data
Deploy to Vercel:
vercelOr connect your GitHub repo to Vercel for automatic deployments.