Service Catalog

Service catalog. This page stores every service shown in the booking flow, including each group’s photo and each option’s photo. Edit the “img” URLs to swap photos, or add a new group/option to have it appear automatically in the booking flow. Keep the JSON format exactly as-is.

{
    "currency": "AED",
    "promo": "New here? Enjoy 10% off!- also get 10% off on every 4th booking",
    "bundleLimitMsg": "You can only purchase one bundle at a time.",
    "groups": [
        {
            "id": "basic-van",
            "name": "Dog Full Grooming",
            "art": "van",
            "img": "https://thefurrys.world/wp-content/uploads/2026/09/Large-and-small-dog-new.jpg",
            "options": [
                {
                    "id": "c25378d4b2",
                    "name": "Small Dog < 9kg",
                    "desc": "Bath & Brush-Trimming-Pedicure-Teeth Brushing-Eye & Ear Cleaning",
                    "price": 260,
                    "duration": 60,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/pum-full.jpg",
                    "was": 285
                },
                {
                    "id": "622501a358",
                    "name": "Medium Dog 10-19kg",
                    "desc": "Bath & Brush-Trimming-Pedicure-Teeth Brushing-Eye & Ear Cleaning",
                    "price": 285,
                    "duration": 60,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/5171254461215722857cocker.jpeg",
                    "was": 310
                },
                {
                    "id": "23c788f3a1",
                    "name": "Large Dog > 20kg",
                    "desc": "Bath & Brush-Trimming-Pedicure-Teeth Brushing-Eye & Ear Cleaning",
                    "price": 300,
                    "duration": 90,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/3981400011726775777large-full.jpeg",
                    "was": 350
                }
            ]
        },
        {
            "id": "full-van",
            "name": "Dog Basic Grooming",
            "art": "vanfull",
            "img": "https://thefurrys.world/wp-content/uploads/2026/09/dog-shower-new.jpg",
            "options": [
                {
                    "id": "b8ff8192e0",
                    "name": "Small Dog < 9kg",
                    "desc": "Bath & Brush-Pedicure-Eye & Ear Cleaning",
                    "price": 185,
                    "duration": 45,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/dog-sho.jpg",
                    "was": 200
                },
                {
                    "id": "58e8b98318",
                    "name": "Medium Dog 10-19kg",
                    "desc": "Bath & Brush-Pedicure-Eye & Ear Cleaning",
                    "price": 220,
                    "duration": 45,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/german-boxer-washes-bathroom-600nw-1721994904.webp",
                    "was": 240
                },
                {
                    "id": "f22dd6123c",
                    "name": "Large Dog > 20kg",
                    "desc": "Bath & Brush-Pedicure-Eye & Ear Cleaning",
                    "price": 250,
                    "duration": 50,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/large-dog.jpg",
                    "was": 275
                }
            ]
        },
        {
            "id": "basic-home",
            "name": "Feline Grooming",
            "art": "home",
            "img": "https://thefurrys.world/wp-content/uploads/2026/09/cat-new-1.jpg",
            "options": [
                {
                    "id": "4a1ccc3045",
                    "name": "Full Grooming",
                    "desc": "Bath & Brush-Trimming-Pedicure-Teeth Brushing-Eye & Ear Cleaning",
                    "price": 255,
                    "duration": 60,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/cat-cut.jpg",
                    "was": 275
                },
                {
                    "id": "7ef87e7ec6",
                    "name": "Basic Grooming",
                    "desc": "Bath & Brush-Pedicure-Eye & Ear Cleaning",
                    "price": 180,
                    "duration": 45,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/cat.jpg",
                    "was": 195
                }
            ]
        },
        {
            "id": "full-home",
            "name": "Bunny Grooming",
            "art": "homefull",
            "img": "https://thefurrys.world/wp-content/uploads/2026/09/bunny-new.jpg",
            "options": [
                {
                    "id": "716f5946c9",
                    "name": "Bunny Grooming",
                    "desc": "Wet towel Bath-Brush-De-shedding-Trimming-Pedicure-Eye & Ear Cleaning",
                    "price": 250,
                    "duration": 60,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/bunny.webp",
                    "was": 275
                }
            ]
        },
        {
            "id": "vip-spa",
            "name": "Non-Sedative Dog Full Dental Cleaning",
            "art": "spa",
            "img": "https://thefurrys.world/wp-content/uploads/2026/09/dentals.jpeg",
            "options": [
                {
                    "id": "d3601b327d",
                    "name": "Non- Anesthetic Dog Dental Care",
                    "desc": "Removal of Plaques & Tartar- Clean out debris - Polish- Rinse- Teeth Brushingrn(Painless, Stressless, Whiter teeth, Fresh Breath & Good dental condition)",
                    "price": 680,
                    "duration": 60,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/pet-studio_4562423930440-migakende_4.jpg"
                }
            ]
        },
        {
            "id": "bundles",
            "name": "All Grooming Bundles",
            "art": "bundle",
            "img": "https://thefurrys.world/wp-content/uploads/2026/09/cat-and-dog.jpg",
            "isBundle": true,
            "options": [
                {
                    "id": "4634032e8f",
                    "name": "Basic Grooming (3x) - Small Dog",
                    "desc": "3-session bundle for small dogs, keeping them clean and fresh.",
                    "price": 525,
                    "duration": 45,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/dog-sho.jpg"
                },
                {
                    "id": "2ab69e0b8a",
                    "name": "Basic Grooming (3x) - Medium Dog",
                    "desc": "3-session bundle for medium dogs, for hygiene and shedding control.",
                    "price": 627,
                    "duration": 45,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/dog-shower-new.jpg"
                },
                {
                    "id": "d4a003edf9",
                    "name": "Basic Grooming (3x) - Large Dog",
                    "desc": "3-session bundle for large dogs, for ongoing coat care and freshness.",
                    "price": 715,
                    "duration": 50,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/large-dog.jpg"
                },
                {
                    "id": "618850a8a6",
                    "name": "Full Grooming (3x) - Small Dog",
                    "desc": "A 3-session bundle for small dogs, for tidy cuts and a fresh look.",
                    "price": 740,
                    "duration": 60,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/pum-full.jpg"
                },
                {
                    "id": "f36b60d8c2",
                    "name": "Full Grooming (3x) - Medium Dog",
                    "desc": "Bundle of 3 sessions to keep medium dogs neat and well-groomed.",
                    "price": 812,
                    "duration": 60,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/5171254461215722857cocker.jpeg"
                },
                {
                    "id": "da7ac4c85d",
                    "name": "Full Grooming (3x) - Large Dog",
                    "desc": "Value bundle for large dogs, for detailed upkeep and coat freshness.",
                    "price": 855,
                    "duration": 120,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/3981400011726775777large-full.jpeg"
                },
                {
                    "id": "c9e4a4bec1",
                    "name": "Basic Grooming (3x) - Cat",
                    "desc": "3-session bundle for cats, with gentle grooming & upkeep.",
                    "price": 510,
                    "duration": 45,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/cat.jpg"
                },
                {
                    "id": "155e029de7",
                    "name": "Full Grooming (3x) - Cat",
                    "desc": "3 grooming sessions bundled for cats, for cleaner coats and hygiene.",
                    "price": 726,
                    "duration": 60,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/cat-cut.jpg"
                }
            ]
        },
        {
            "id": "add-on-and-others",
            "name": "Add-on & others",
            "art": "",
            "img": "https://thefurrys.world/wp-content/uploads/2026/09/cat-dog.jpg",
            "options": [
                {
                    "id": "ca574ddc65",
                    "name": "De-sheding",
                    "desc": "Removing loose, dead hair from pets' undercoat",
                    "price": 30,
                    "duration": 15,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/furminator.jpg"
                },
                {
                    "id": "33c248f770",
                    "name": "De-tangling",
                    "desc": "Removal of knots, mats, and tangles from a pet’s fur (applicable to mild conditions only)",
                    "price": 50,
                    "duration": 15,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/de-tangle.webp"
                },
                {
                    "id": "74d730f7c8",
                    "name": "Medical Bath",
                    "desc": "Medicated shower to treat, reduce and control skin infections, dandruffs, allergies, parasites, and fungal issues",
                    "price": 70,
                    "duration": 10,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/dandruff.jpg"
                },
                {
                    "id": "8f5bf84721",
                    "name": "Only Nail Cliping",
                    "desc": "Nail Clipping & Grinding",
                    "price": 110,
                    "duration": 10,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/nail.jpeg"
                }
            ]
        },
        {
            "id": "lizard",
            "name": "Bird Grooming",
            "art": "",
            "img": "https://thefurrys.world/wp-content/uploads/2026/09/parrot-wh.jpg",
            "options": [
                {
                    "id": "f5ac0c8550",
                    "name": "Bird Grooming",
                    "desc": "Sprinkle Bath-Pedicure-Feather trim-Beak Grinding",
                    "price": 245,
                    "duration": 60,
                    "img": "https://thefurrys.world/wp-content/uploads/2026/09/parott.jpg",
                    "was": 265
                }
            ]
        }
    ]
}