var SAMPLE_DEALS = [
  {
    "store": "Chewy",
    "commission": "4%",
    "description": "America's favorite online pet store. Free 1-3 day shipping on orders over $49. Huge selection of food, supplies, and medications.",
    "coupon": "SAVE20",
    "store_url": "https://www.chewy.com",
    "affiliate_url": "https://www.chewy.com/",
    "category": "pet_food"
  },
  {
    "store": "Petco",
    "commission": "3%",
    "description": "Major pet retailer with in-store pickup and nationwide delivery. Great selection of aquarium, reptile, and small animal supplies.",
    "coupon": "PETCO15",
    "store_url": "https://www.petco.com",
    "affiliate_url": "https://www.petco.com/",
    "category": "pet_supplies"
  },
  {
    "store": "Amazon Pets",
    "commission": "2.5%",
    "description": "Massive selection of pet products with Prime shipping. Subscriptions & Save offers extra 5-15% off recurring orders.",
    "coupon": "PRIME",
    "store_url": "https://www.amazon.com/pets",
    "affiliate_url": "https://www.amazon.com/",
    "category": "pet_food"
  },
  {
    "store": "BarkBox",
    "commission": "$18-20/sub",
    "description": "Monthly subscription box for dogs. Each box contains 2 toys, 2 bags of treats, and 1 chew. 50% off first box for new subscribers.",
    "coupon": "BARK50",
    "store_url": "https://www.barkbox.com",
    "affiliate_url": "https://www.barkbox.com/",
    "category": "subscription"
  },
  {
    "store": "HolistaPet",
    "commission": "15-35%",
    "description": "Premium CBD products for pets. Hemp-based supplements for anxiety, joint pain, and overall wellness. Free shipping on orders over $75.",
    "coupon": "HOLISTA20",
    "store_url": "https://www.holistapet.com",
    "affiliate_url": "https://www.holistapet.com/",
    "category": "pet_health"
  },
  {
    "store": "Petcube",
    "commission": "10%",
    "description": "Smart pet cameras and treat dispensers. Interactive cameras let you see, talk to, and play with your pet remotely.",
    "coupon": "PETCUBE10",
    "store_url": "https://petcube.com",
    "affiliate_url": "https://petcube.com/",
    "category": "pet_tech"
  },
  {
    "store": "PetSmart",
    "commission": "2%",
    "description": "Leading pet retailer with 1,500+ stores nationwide. Services include grooming, training, and veterinary care.",
    "coupon": "SAVEPETS",
    "store_url": "https://www.petsmart.com",
    "affiliate_url": "https://www.petsmart.com/",
    "category": "pet_supplies"
  },
  {
    "store": "Only Natural Pet",
    "commission": "8%",
    "description": "Natural and holistic pet food and treats. All products made with human-grade ingredients and no artificial preservatives.",
    "coupon": "NATURAL15",
    "store_url": "https://www.onlynaturalpet.com",
    "affiliate_url": "https://www.onlynaturalpet.com/",
    "category": "pet_food"
  }
];
