{
  "navbar": {
    "logo": "VOLTX"
  },

  "hero": {
    "small": "NEW DROP — SPRING COLLECTION LIVE",
    "title": {
      "1": "Built different.",
      "2": "Wears",
      "3": "different."
    },
    "subtitle": "Premium performance gear designed for people who don’t compromise. Free shipping on orders over $100.",
    "cta_primary_text": "SHOP THE DROP",
    "cta_secondary_text": "WATCH CAMPAIGN"
  },

  "message": "I've bought gear from 10 different brands. Nothing comes close to Voltx for quality and fit.",

  "categories": {
    "title": "New In",
    "items": [
      {
        "name": "Runner Pro V2",
        "price": "$189",
        "tag": "2024 ED.",
        "image": "assets/images/Container (1).png"
      },
      {
        "name": "Sport Fleece",
        "price": "$65",
        "old_price": "$110",
        "tag": "ESSENTIAL",
        "image": "assets/images/Container.png",
        "sale": true
      },
      {
        "name": "Volt Cap",
        "price": "$49",
        "tag": "ACC.",
        "image": "assets/images/Container (2).png"
      },
      {
        "name": "Training Pack",
        "price": "$129",
        "tag": "GEAR",
        "image": "assets/images/Container (3).png"
      }
    ]
  },

  "product": {
    "title": {
      "1": "VOLTX",
      "2": "RUNNER PRO"
    },
    "price": "$189",
    "rating": "4.9",
    "reviews": "248 REVIEWS",
    "stock": "IN STOCK — READY TO SHIP",
    "colors": ["volt", "white", "gray", "orange"],
    "sizes": ["US 7", "US 8", "US 9", "US 10", "US 11", "US 12"],
    "features": [
      "Free shipping on orders $100+",
      "Free 30-day returns",
      "2-year manufacturing warranty"
    ],
    "images": {
      "main": "assets/images/product1.png",
      "thumbs": [
        "assets/images/Thumbnail 1.png",
        "assets/images/Thumbnail 2.png",
        "assets/images/Thumbnail 3.png",
        "assets/images/Thumbnail 4.png"
      ]
    }
  },

  "likes": {
    "small": "complete the look",
    "title": "Customers also bought",
    "items": [
      {
        "name": "Performance Tee",
        "price": "$45",
        "image": "assets/images/like3.jpg"
      },
      {
        "name": "Training Shorts",
        "price": "$79",
        "image": "assets/images/like1.jpg"
      },
      {
        "name": "3-Pack Socks",
        "price": "$29",
        "image": "assets/images/like2.jpg"
      }
    ],
    "bundle": {
      "title": "Save $30",
      "description": "Buy shoes + tee + shorts",
      "old_price": "$323",
      "new_price": "$293"
    }
  },

  "footer": {
    "logo": "VOLTX",
    "subtitle": "Premium performance gear. Built for the ones who don’t stop."
  }
}