`

Website Builder Dev Testing

Default State:

      {
  "currentStep": 1,
  "totalSteps": 5,
  "projectName": "Test Project",
  "businessInfo": {
    "name": "Artisan Coffee Co",
    "tagline": "Crafting Perfect Moments, One Cup at a Time",
    "industry": "Food & Beverage",
    "description": "A modern coffee shop focused on artisanal brewing methods and locally sourced beans. We offer a cozy atmosphere for both work and relaxation, complemented by freshly baked pastries.",
    "contact": {
      "email": "hello@artisancoffee.co",
      "phone": "555-0123",
      "address": "123 Brew Street, Coffeetown"
    },
    "tone": "friendly"
  },
  "websiteDetails": {
    "businessType": [
      "retail"
    ],
    "targetAudience": [
      "young-professionals"
    ],
    "keyFeatures": "Specialty coffee, artisanal brewing, cozy workspace, fresh pastries",
    "callToAction": "Visit us today for your perfect cup of coffee"
  },
  "uploadedFiles": [],
  "selectedTheme": {
    "id": "modern-warm",
    "name": "Modern Warm",
    "description": "A warm and inviting theme with modern touches",
    "colors": {
      "primary": "#5C4B51",
      "secondary": "#8C7A6B",
      "accent": "#BE9063",
      "background": "#F9F6F2",
      "text": "#2C1810"
    },
    "fonts": {
      "heading": "Playfair Display",
      "body": "Source Sans Pro"
    },
    "layout": "modern"
  },
  "selectedTemplate": {
    "id": "cafe-template",
    "name": "Café Template",
    "description": "Perfect for coffee shops and cafés",
    "preview": "cafe-preview.jpg",
    "sections": [
      {
        "id": "hero",
        "type": "hero",
        "title": "Welcome to Artisan Coffee",
        "content": "Experience the art of coffee",
        "order": 1
      },
      {
        "id": "about",
        "type": "about",
        "title": "Our Story",
        "content": "Passionate about coffee since 2020",
        "order": 2
      }
    ]
  }
}
    
`