feat(SW-185): Added images for app stores

This commit is contained in:
Pontus Dreij
2024-08-21 14:51:33 +02:00
parent bc11f29651
commit 93a0b29075
4 changed files with 76 additions and 2 deletions

View File

@@ -29,11 +29,18 @@ export const navigationData = {
title: "App Store",
href: "https://apps.apple.com/se/app/scandic-hotels/id1020208712",
id: "app-store",
image: {
src: "/_static/img/app-store-badge.svg",
alt: "Download on the App Store",
},
},
{
title: "Google Play",
href: "https://play.google.com/store/apps/details?id=com.scandichotels.scandichotels",
id: "google-play",
image: {
src: "/_static/img/google-play-badge.svg",
},
},
],
},