A bilingual (English/Spanish) website for a holistic healing practice.
📝 How to Edit Website Copy - Change text on any page
🎨 How to Edit Visual Styles - Change colors, fonts, spacing
🏠 Architecture Guide - Understand how the website works
npm install # Install dependencies
npm run dev # Start development server
npm run dev:clean # Kill port 3000 and start fresh- Next.js 16 with React 19
- TypeScript
- Tailwind CSS v4
- Deployed on Vercel
- 🌐 Bilingual support (English/Spanish) with instant language switching
- ♿ Full accessibility (WCAG AA/AAA compliant)
- 🔍 SEO optimized for traditional and AI search engines
- 📱 Fully responsive design (mobile, tablet, desktop)
- ⚡ Lightning fast (872KB bundle, static pre-rendering)
azulita/
├── app/ # Pages (English and Spanish)
├── components/ # Reusable UI components (Hero, Navigation, etc.)
├── content/ # All website text
│ ├── en.ts # English content
│ └── es.ts # Spanish content
├── lib/
│ ├── i18n/ # Language switching system
│ └── metadata.ts # SEO and social media metadata
└── styles/
├── theme.css # Colors, fonts, spacing (design tokens)
└── globals.css # Component styles and CSS classes
Pushes to main automatically deploy to Vercel.
Built with Next.js, React, TypeScript, and Tailwind CSS.