index.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "bannerImages": [
  3. "https://images.unsplash.com/photo-1516734212186-a967f81ad0d7?q=80&w=1200&auto=format&fit=crop",
  4. "https://images.unsplash.com/photo-1544568100-847a948585b9?q=80&w=1200&auto=format&fit=crop",
  5. "https://images.unsplash.com/photo-1548247416-ec66f4900b2e?q=80&w=1200&auto=format&fit=crop",
  6. "https://images.unsplash.com/photo-1543466835-00a7907e9de1?q=80&w=1200&auto=format&fit=crop"
  7. ],
  8. "services": [
  9. {
  10. "title": "宠物接送",
  11. "desc": "专车接送 · 全程监护",
  12. "booked": "15人已预约",
  13. "tags": ["往返 (双程)"],
  14. "price": "49",
  15. "image": "https://images.unsplash.com/photo-1544568100-847a948585b9?w=300&auto=format&fit=crop"
  16. },
  17. {
  18. "title": "上门喂遛",
  19. "desc": "喂食添水 · 陪玩遛狗",
  20. "booked": "32人已预约",
  21. "tags": ["单程 / 单次"],
  22. "price": "30",
  23. "image": "https://images.unsplash.com/photo-1548247416-ec66f4900b2e?w=300&auto=format&fit=crop"
  24. },
  25. {
  26. "title": "上门洗护",
  27. "desc": "专业设备 · 深度清洁",
  28. "booked": "8人已预约",
  29. "tags": ["单程 / 单次"],
  30. "price": "80",
  31. "image": "https://images.unsplash.com/photo-1516734212186-a967f81ad0d7?w=300&auto=format&fit=crop"
  32. }
  33. ]
  34. }