← back to Prestige Car Wash

data/services.json

170 lines

[
  {
    "id": "svc-express-wash",
    "name": "Express Exterior Wash",
    "category": "Wash",
    "price": 19,
    "price_display": "$19",
    "duration_min": 15,
    "blurb": "Foam bath, spot-free rinse, and hand dry. In and out — no upsell pressure.",
    "highlights": [
      "Hand dry",
      "Spot-free rinse",
      "Tire shine add-on"
    ],
    "media_still": "media/svc-express-wash.png",
    "media_clip": "media/svc-express-wash.mp4",
    "ig_photo": "",
    "featured": true,
    "sort_order": 1,
    "created_at": "2026-07-04T13:25:00-07:00",
    "source": "seed"
  },
  {
    "id": "svc-full-service",
    "name": "Full-Service Wash",
    "category": "Wash",
    "price": 39,
    "price_display": "$39",
    "duration_min": 30,
    "blurb": "Exterior hand wash, interior vacuum, dash wipe, windows, and tire dressing — every seat touched, guaranteed.",
    "highlights": [
      "Interior vacuum",
      "We-touch-every-seat guarantee",
      "Fragrance-free option"
    ],
    "media_still": "media/svc-full-service.png",
    "media_clip": "media/svc-full-service.mp4",
    "ig_photo": "",
    "featured": true,
    "sort_order": 2,
    "created_at": "2026-07-04T13:25:00-07:00",
    "source": "seed"
  },
  {
    "id": "svc-hand-wash",
    "name": "Premium Hand Wash",
    "category": "Wash",
    "price": 79,
    "price_display": "$79",
    "duration_min": 45,
    "blurb": "Two-bucket, foam-cannon hand wash — no tunnel, no swirl marks. Safe for ceramic, matte, and PPF.",
    "highlights": [
      "Two-bucket method",
      "No swirl marks",
      "Ceramic/matte safe"
    ],
    "media_still": "media/svc-hand-wash.png",
    "media_clip": "media/svc-hand-wash.mp4",
    "ig_photo": "",
    "featured": true,
    "sort_order": 3,
    "created_at": "2026-07-04T13:25:00-07:00",
    "source": "seed"
  },
  {
    "id": "svc-wax-seal",
    "name": "Wax & Ceramic Seal",
    "category": "Protection",
    "price": 49,
    "price_display": "$49",
    "duration_min": 30,
    "blurb": "Triple-foam polish plus a hydrophobic ceramic seal that shields clear coat from UV and repels rain.",
    "highlights": [
      "Hydrophobic finish",
      "UV protection",
      "Rain-repellent"
    ],
    "media_still": "media/svc-wax-seal.png",
    "media_clip": "media/svc-wax-seal.mp4",
    "ig_photo": "",
    "featured": true,
    "sort_order": 4,
    "created_at": "2026-07-04T13:25:00-07:00",
    "source": "seed"
  },
  {
    "id": "svc-interior-detail",
    "name": "Interior Express Detail",
    "category": "Detail",
    "price": 120,
    "price_display": "$120",
    "duration_min": 90,
    "blurb": "Deep interior: seats, carpets, dash, vents, and door jambs. Pet-hair extraction and shampoo add-ons.",
    "highlights": [
      "Shampoo & extraction",
      "Pet-hair removal",
      "Leather conditioning"
    ],
    "media_still": "media/svc-interior-detail.png",
    "media_clip": "media/svc-interior-detail.mp4",
    "ig_photo": "",
    "featured": false,
    "sort_order": 5,
    "created_at": "2026-07-04T13:25:00-07:00",
    "source": "seed"
  },
  {
    "id": "svc-complete-detail",
    "name": "Complete Detail",
    "category": "Detail",
    "price": 499,
    "price_display": "$499",
    "duration_min": 240,
    "blurb": "Full inside-and-out restoration: wash, clay bar, polish, wax, interior shampoo, and engine-bay cleaning.",
    "highlights": [
      "Clay bar + polish",
      "Engine bay",
      "Showroom finish"
    ],
    "media_still": "media/svc-complete-detail.png",
    "media_clip": "media/svc-complete-detail.mp4",
    "ig_photo": "",
    "featured": false,
    "sort_order": 6,
    "created_at": "2026-07-04T13:25:00-07:00",
    "source": "seed"
  },
  {
    "id": "svc-ceramic-coating",
    "name": "Ceramic Coating (9H)",
    "category": "Protection",
    "price": 999,
    "price_display": "from $999",
    "duration_min": 480,
    "blurb": "Iron decon, clay bar, one-step polish, and a 9H nano-ceramic coating — 1–3 years of hydrophobic protection.",
    "highlights": [
      "9H hardness",
      "1–3 year durability",
      "Paint correction included"
    ],
    "media_still": "media/svc-ceramic-coating.png",
    "media_clip": "media/svc-ceramic-coating.mp4",
    "ig_photo": "",
    "featured": false,
    "sort_order": 7,
    "created_at": "2026-07-04T13:25:00-07:00",
    "source": "seed"
  },
  {
    "id": "svc-headlight",
    "name": "Headlight Restoration",
    "category": "Restore",
    "price": 89,
    "price_display": "$89",
    "duration_min": 45,
    "blurb": "Sand, polish, and seal foggy, yellowed headlights back to clear — better night visibility and curb appeal.",
    "highlights": [
      "Clears yellowing",
      "Sealed finish",
      "Improves visibility"
    ],
    "media_still": "media/svc-headlight.png",
    "media_clip": "media/svc-headlight.mp4",
    "ig_photo": "",
    "featured": false,
    "sort_order": 8,
    "created_at": "2026-07-04T13:25:00-07:00",
    "source": "seed"
  }
]