A Next.js website for Alignment, an AI-supported inner-work platform that meets you where you're at.
- 🎨 Modern, responsive design with Tailwind CSS
- 📱 Mobile-first approach with hamburger menu
- ✨ Smooth animations and transitions
- 🎯 Clean, accessible UI components
- Framework: Next.js 14 (App Router)
- Styling: Tailwind CSS
- Icons: Lucide React
- Fonts: DM Sans & Playfair Display (Google Fonts)
- Install dependencies:
npm install- Run the development server:
npm run dev- Open your browser:
Navigate to http://localhost:3000
src/
├── app/
│ ├── globals.css # Global styles & Tailwind config
│ ├── layout.tsx # Root layout with metadata
│ └── page.tsx # Home page
├── components/
│ ├── Header.tsx # Navigation header
│ ├── Hero.tsx # Hero section with CTA
│ ├── HowItWorks.tsx # Steps/process section
│ ├── BuiltForRealLife.tsx # Community cards
│ ├── TargetAudience.tsx # Audience cards
│ ├── Footer.tsx # Footer with links
│ ├── Logo.tsx # SVG logo component
│ └── PhoneMockup.tsx # Phone chat mockup
- Teal (Primary):
#0D9488 - Navy (Secondary):
#0F1D2F - Cream (Background):
#F5F0E8 - Sand (Accent):
#E8DFD0
npm run dev- Start development servernpm run build- Build for productionnpm run start- Start production servernpm run lint- Run ESLint
MIT