From 7aafc6fdbfdf304f5cd7910e2d052d340e8fa284 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:45:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a11a65..c84120d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,6 +124,8 @@ export default function LandingPage() { title="Restons en contact" description="Venez nous rendre visite Rue des Malvoisins 14 ou contactez-nous par téléphone au 079 582 06 75." buttons={[{ text: "Nous appeler", href: "tel:0795820675" }, { text: "Envoyer un mail", href: "mailto:info@magasinsdumonde.ch" }]} + background={{ variant: "plain" }} + useInvertedBackground={false} /> -- 2.49.1