Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 32ce3fd308 | |||
| e152cbfbf5 | |||
| 4df22e2cea |
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div className="fixed bottom-6 right-6 z-50">
|
||||
<a href="tel:+33400000000" className="flex items-center gap-2 bg-primary text-primary-foreground px-6 py-3 rounded-full shadow-lg hover:scale-105 transition-transform font-semibold">
|
||||
<a href="tel:+33784943226" className="flex items-center gap-2 bg-primary text-primary-foreground px-6 py-3 rounded-full shadow-lg hover:scale-105 transition-transform font-semibold">
|
||||
<Phone className="w-5 h-5" />
|
||||
<span>Commander par téléphone</span>
|
||||
</a>
|
||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="L'Atelier de la Place"
|
||||
description="Boulangerie artisanale à Saint-Étienne. Produits faits maison chaque jour avec passion et farine de qualité."
|
||||
buttons={[{ text: "Commander par téléphone", href: "tel:+33400000000" }]}
|
||||
buttons={[{ text: "Commander par téléphone", href: "tel:+33784943226" }]}
|
||||
carouselItems={[
|
||||
{ id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rustic-bread-with-seeds_23-2148695486.jpg" },
|
||||
{ id: "h2", imageSrc: "http://img.b2bpic.net/top-view-homemade-bread-with-milk-jam_23-2148566693.jpg" },
|
||||
@@ -135,7 +135,7 @@ export default function LandingPage() {
|
||||
{ name: "nom", type: "text", placeholder: "Votre nom" },
|
||||
{ name: "tel", type: "tel", placeholder: "Votre numéro" },
|
||||
]}
|
||||
buttonText="Appeler le 04 00 00 00 00"
|
||||
buttonText="Appeler le 07 84 94 32 26"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-putting-homemade-wheat-bread-with-flour-it-white-towel-with-two-hands_114579-2680.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -146,11 +146,11 @@ export default function LandingPage() {
|
||||
logoText="L'Atelier de la Place"
|
||||
columns={[
|
||||
{ title: "L'Atelier", items: [{ label: "11 Rue Président Wilson", href: "#" }, { label: "42000 Saint-Étienne", href: "#" }] },
|
||||
{ title: "Service", items: [{ label: "Appel au 04 00 00 00 00", href: "tel:+33400000000" }] }
|
||||
{ title: "Service", items: [{ label: "Appel au 07 84 94 32 26", href: "tel:+33784943226" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user