Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-19 00:10:36 +00:00

View File

@@ -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" }
]}
/>
</div>
@@ -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: "#" }