From f1a38ed880e40bfb025797d437f8486dabd051b9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 09:32:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c97c189..ad64db9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Tarifs", id: "pricing" }, ]} brandName="Helvetisell" - button={{ text: "Estimation gratuite", href: "#contact" }} + button={{ text: "Contactez-nous ", href: "#contact" }} /> @@ -46,7 +46,7 @@ export default function LandingPage() { background={{ variant: "plain" }} title="Vendez vos objets de luxe en toute sérénité et maximisez vos gains" description="La référence de la consignation haut de gamme. Nous transformons vos objets de valeur en capital, en toute élégance et transparence." - buttons={[{ text: "Démarrer mon estimation", href: "#contact" }]} + buttons={[{ text: "", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/cashier-working-computer-counter_482257-85807.jpg?_wi=1" mediaAnimation="blur-reveal" titleClassName="text-gold-500" -- 2.49.1