| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "bannerImages": [
- "https://images.unsplash.com/photo-1516734212186-a967f81ad0d7?q=80&w=1200&auto=format&fit=crop",
- "https://images.unsplash.com/photo-1544568100-847a948585b9?q=80&w=1200&auto=format&fit=crop",
- "https://images.unsplash.com/photo-1548247416-ec66f4900b2e?q=80&w=1200&auto=format&fit=crop",
- "https://images.unsplash.com/photo-1543466835-00a7907e9de1?q=80&w=1200&auto=format&fit=crop"
- ],
- "services": [
- {
- "title": "宠物接送",
- "desc": "专车接送 · 全程监护",
- "booked": "15人已预约",
- "tags": ["往返 (双程)"],
- "price": "49",
- "image": "https://images.unsplash.com/photo-1544568100-847a948585b9?w=300&auto=format&fit=crop"
- },
- {
- "title": "上门喂遛",
- "desc": "喂食添水 · 陪玩遛狗",
- "booked": "32人已预约",
- "tags": ["单程 / 单次"],
- "price": "30",
- "image": "https://images.unsplash.com/photo-1548247416-ec66f4900b2e?w=300&auto=format&fit=crop"
- },
- {
- "title": "上门洗护",
- "desc": "专业设备 · 深度清洁",
- "booked": "8人已预约",
- "tags": ["单程 / 单次"],
- "price": "80",
- "image": "https://images.unsplash.com/photo-1516734212186-a967f81ad0d7?w=300&auto=format&fit=crop"
- }
- ]
- }
|