{
  "name": "mind-mood",
  "displayName": "Mind-Mood",
  "description": "Yoga retreats and wellness platform",
  "url": "https://mind-mood.de",
  "type": "next",
  "framework": "Next.js 14",
  "languages": ["de", "en"],
  "defaultLanguage": "de",
  "pages": [
    {
      "path": "/",
      "title": "Home",
      "description": "Video hero, featured retreats, philosophy, locations, testimonials"
    },
    {
      "path": "/retreats",
      "title": "Retreats",
      "description": "Browse all retreats with filters"
    },
    {
      "path": "/retreats/[slug]",
      "title": "Retreat Detail",
      "description": "Individual retreat page with itinerary and booking"
    },
    {
      "path": "/instructors",
      "title": "Instructors",
      "description": "Coach directory"
    },
    {
      "path": "/instructors/[slug]",
      "title": "Instructor Profile",
      "description": "Individual instructor profile"
    },
    {
      "path": "/locations",
      "title": "Locations",
      "description": "Destination showcase"
    },
    {
      "path": "/locations/[slug]",
      "title": "Location Detail",
      "description": "Location detail with available retreats"
    },
    {
      "path": "/gallery",
      "title": "Gallery",
      "description": "Photo and video portfolio"
    },
    {
      "path": "/about",
      "title": "About",
      "description": "Story, philosophy, credentials"
    },
    {
      "path": "/contact",
      "title": "Contact",
      "description": "Inquiry form and WhatsApp integration"
    }
  ],
  "features": [
    "Bilingual (DE/EN)",
    "Video hero",
    "Retreat booking inquiry",
    "Instructor profiles",
    "Location showcase",
    "Media gallery with lightbox",
    "WhatsApp integration",
    "Responsive design",
    "Framer Motion animations"
  ],
  "status": "development",
  "createdAt": "2026-02-05"
}
