diff --git a/src/app/page.tsx b/src/app/page.tsx index 5752b18..1c9f8bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,6 +47,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Le bon pain, chaque matin, à deux pas de la Place." description="Depuis notre fournil du 11 rue Président Wilson à Saint-Étienne, nous façonnons chaque jour des pains artisanaux, viennoiseries et pâtisseries qui font la fierté du quartier. Ouverts dès 06h30, du lundi au dimanche." + buttons={[{ text: "Voir nos produits", href: "#products" }]} testimonials={[ { name: "Amorii D.", handle: "@Google", testimonial: "Le pain est toujours frais, bien croustillant à l'extérieur et moelleux à l'intérieur.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-sponge-cakes_1122-1369.jpg?_wi=1" }, { name: "Yas Y.", handle: "@Google", testimonial: "La tarte à la pistache, un vrai délice. Je reviendrai !", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011574.jpg?_wi=1" }, @@ -176,4 +177,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file