diff --git a/src/app/page.tsx b/src/app/page.tsx index dfc79cb..5834a38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} buttons={[ { text: "📞 Appeler maintenant", href: "tel:+212525049134" }, - { text: "🛵 Commander (Glovo)", href: "https://glovo.com" } + { text: "🛵 Commander (Glovo)", href: "https://glovoapp.com" } ]} buttonAnimation="slide-up" mediaItems={[ @@ -96,7 +96,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} buttons={[ - { text: "🛵 Commander maintenant", href: "https://glovo.com" } + { text: "🛵 Commander maintenant", href: "https://glovoapp.com" } ]} /> @@ -146,7 +146,7 @@ export default function LandingPage() { title="Envie de manger maintenant ?" buttons={[ { text: "📞 05 25 04 91 34", href: "tel:+212525049134" }, - { text: "🛵 Glovo", href: "https://glovo.com" } + { text: "🛵 Glovo", href: "https://glovoapp.com" } ]} useInvertedBackground={true} /> @@ -203,7 +203,7 @@ export default function LandingPage() { }, { title: "Commandes", items: [ - { label: "🛵 Glovo", href: "https://glovo.com" }, + { label: "🛵 Glovo", href: "https://glovoapp.com" }, { label: "📝 Catering", href: "tel:+212525049134" }, { label: "👥 Groupes", href: "tel:+212525049134" }, { label: "🎁 Promotions", href: "#" }