{
  "siteTitle": "Paws4Rent",
  "siteSlogan": "Find your perfect canine companion for the day!",
  "navigation": [
    {
      "href": "#home",
      "text": "Home"
    },
    {
      "href": "#dogs",
      "text": "Available Dogs"
    },
    {
      "href": "#about",
      "text": "How It Works"
    },
    {
      "href": "#contact",
      "text": "Contact"
    }
  ],
  "dogs": [
    {
      "name": "Buddy",
      "breed": "Golden Retriever",
      "age": 3,
      "location": "Downtown",
      "rate": 25,
      "image": "https://images.unsplash.com/photo-1554456854-55a039fd095b",
      "description": "Friendly and playful golden retriever loves walks and fetch!",
      "tags": [ "friendly", "good with kids", "loves water" ]
    },
    {
      "name": "Luna",
      "breed": "Siberian Husky",
      "age": 2,
      "location": "Westside",
      "rate": 30,
      "image": "https://images.unsplash.com/photo-1587300003388-59208cc962cb",
      "description": "Energetic husky perfect for active outdoor adventures",
      "tags": [ "active", "loves snow", "good runner" ]
    },
    {
      "name": "Max",
      "breed": "German Shepherd",
      "age": 4,
      "location": "Eastside",
      "rate": 28,
      "image": "https://images.unsplash.com/photo-1567752881298-894bb81f9378",
      "description": "Loyal and protective companion for any occasion",
      "tags": [ "protective", "intelligent", "trainable" ]
    },
    {
      "name": "Daisy",
      "breed": "French Bulldog",
      "age": 2,
      "location": "Uptown",
      "rate": 35,
      "image": "https://images.unsplash.com/photo-1541364983171-a8ba01e95cfc",
      "description": "Adorable and affectionate companion for cozy days",
      "tags": [ "cuddly", "apartment-friendly", "low energy" ]
    }
  ]
}