Untitled

 avatar
unknown
plain_text
2 years ago
2.1 kB
5
Indexable

```json
{
  "website_name": "Glowing Perfection",
  "logo_url": "https://www.glowingperfection.com/logo.png",
  "navigation": [
    {
      "title": "Home",
      "link": "/"
    },
    {
      "title": "Shop",
      "link": "/shop"
    },
    {
      "title": "About Us",
      "link": "/about"
    },
    {
      "title": "Contact",
      "link": "/contact"
    }
  ],
  "footer": {
    "text": "© 2023 Glowing Perfection, All rights reserved.",
    "social_media": [
      {
        "platform": "Facebook",
        "link": "https://www.facebook.com/glowingperfection"
      },
      {
        "platform": "Instagram",
        "link": "https://www.instagram.com/glowingperfection"
      },
      {
        "platform": "Twitter",
        "link": "https://www.twitter.com/glowingperfection"
      }
    ]
  },
  "products": [
    {
      "id": "001",
      "name": "Radiant Skin Serum",
      "description": "Get that vibrant, youthful glow with our exclusive blend of vitamins and antioxidants.",
      "price": "49.99",
      "image_url": "https://www.glowingperfection.com/products/serum.png",
      "category": "Serums"
    },
    {
      "id": "002",
      "name": "Hydrating Night Cream",
      "description": "Wake up to deeply moisturized and refreshed skin. Our night cream works wonders while you dream.",
      "price": "59.99",
      "image_url": "https://www.glowingperfection.com/products/night-cream.png",
      "category": "Moisturizers"
    },
    {
      "id": "003",
      "name": "Gentle Exfoliating Scrub",
      "description": "Slough away dead skin cells and reveal a smoother, more radiant complexion.",
      "price": "29.99",
      "image_url": "https://www.glowingperfection.com/products/exfoliating-scrub.png",
      "category": "Exfoliators"
    }
  ],
  "about": {
    "text": "At Glowing Perfection, we believe in beauty through nature. Our products are crafted with love and the finest organic ingredients."
  },
  "contact": {
    "phone": "1-800-555-GLOW",
    "email": "contact@glowingperfection.com",
    "address": "123 Beauty Lane, Skin City, SC 12345"
  }
}
```


Editor is loading...
Leave a Comment