From c49888827f5c5903aba4e02dcfaffd5599a4c40b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 21:03:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 770faca..b323e48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { buttons={[{ text: "Commander par téléphone", href: "tel:+33400000000" }]} 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/free-photo/top-view-homemade-bread-with-milk-jam_23-2148566693.jpg" }, + { id: "h2", imageSrc: "http://img.b2bpic.net/top-view-homemade-bread-with-milk-jam_23-2148566693.jpg" }, { id: "h3", imageSrc: "http://img.b2bpic.net/croissant-with-jam-white-cutting-board-flat-lay_176474-8182.jpg" }, { id: "h4", imageSrc: "http://img.b2bpic.net/homemade-delicious-rustic-summer-berry-tartles_114579-11156.jpg" }, { id: "h5", imageSrc: "http://img.b2bpic.net/close-up-almonds-cherry-tomatoes-fig-slices-healthy-hot-dogs-with-chequered-napkin-white-backdrop_23-2147956764.jpg" }, @@ -105,6 +105,9 @@ export default function LandingPage() { ]} title="Pourquoi nous choisir ?" description="L'engagement de L'Atelier de la Place pour une qualité irréprochable." + containerClassName="py-8 md:py-12" + iconContainerClassName="flex items-center justify-center p-3" + iconClassName="w-8 h-8 text-amber-800" /> -- 2.49.1