Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f1a38ed880 | |||
| ef0e833af0 | |||
| 9db597c25a | |||
| b7d9c055dd |
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Tarifs", id: "pricing" },
|
{ name: "Tarifs", id: "pricing" },
|
||||||
]}
|
]}
|
||||||
brandName="Helvetisell"
|
brandName="Helvetisell"
|
||||||
button={{ text: "Estimation gratuite", href: "#contact" }}
|
button={{ text: "Contactez-nous ", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -44,9 +44,9 @@ export default function LandingPage() {
|
|||||||
<HeroSplitTestimonial
|
<HeroSplitTestimonial
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
title="On vend vos objets à votre place."
|
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."
|
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"
|
imageSrc="http://img.b2bpic.net/free-photo/cashier-working-computer-counter_482257-85807.jpg?_wi=1"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
titleClassName="text-gold-500"
|
titleClassName="text-gold-500"
|
||||||
@@ -143,4 +143,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user