feat: add PWA manifest and Apple icon, and enhance map with fly-to selected shop functionality.

This commit is contained in:
2025-12-05 02:03:56 -05:00
parent 97bcf5e61c
commit b31d488e25
5 changed files with 88 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ export default function HomePage() {
<MapLoader
shops={COFFEE_SHOPS}
onShopSelect={(shop: typeof COFFEE_SHOPS[0]) => setSelectedShop(shop)}
selectedShop={selectedShop}
/>
</div>