Update src/app/page.tsx

This commit is contained in:
2026-04-22 22:51:34 +00:00
parent f8f923f55b
commit 2bab5bfb6c

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}