diff --git a/src/app/page.tsx b/src/app/page.tsx
index 27d9435..bfb5980 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
@@ -55,79 +40,33 @@ export default function LandingPage() {
@@ -135,14 +74,7 @@ export default function LandingPage() {
@@ -152,26 +84,10 @@ export default function LandingPage() {
title="Nos Spécialités Artisanales"
description="Découvrez le fruit de notre travail quotidien : des produits réalisés avec les meilleurs ingrédients et tout notre amour du métier."
accordionItems={[
- {
- id: "1",
- title: "Pains Artisanaux",
- content: "Baguettes de tradition, pains au levain naturel et pains spéciaux pétris avec expertise.",
- },
- {
- id: "2",
- title: "Viennoiseries Pur Beurre",
- content: "Croissants dorés, pains au chocolat feuilletés et brioches fondantes.",
- },
- {
- id: "3",
- title: "Pâtisseries Fines",
- content: "Gâteaux d'exception, éclairs généreux et douceurs sucrées pour vos événements.",
- },
- {
- id: "4",
- title: "Snacking Maison",
- content: "Sandwichs préparés sur place chaque matin et quiches savoureuses pour une pause déjeuner idéale.",
- },
+ { id: "1", title: "Pains Artisanaux", content: "Baguettes de tradition, pains au levain naturel et pains spéciaux pétris avec expertise." },
+ { id: "2", title: "Viennoiseries Pur Beurre", content: "Croissants dorés, pains au chocolat feuilletés et brioches fondantes." },
+ { id: "3", title: "Pâtisseries Fines", content: "Gâteaux d'exception, éclairs généreux et douceurs sucrées pour vos événements." },
+ { id: "4", title: "Snacking Maison", content: "Sandwichs préparés sur place chaque matin et quiches savoureuses pour une pause déjeuner idéale." },
]}
mediaAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/close-up-baker-s-hand-kneading-dough-bread_23-2147872762.jpg"
@@ -185,46 +101,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sophie M.",
- handle: "Habituée du quartier",
- testimonial: "La meilleure baguette du quartier ! L'accueil est toujours chaleureux.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/handful-flour-with-egg-rustic-kitchen-against-background-men-s-hands-knead-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-467.jpg",
- },
- {
- id: "2",
- name: "Thomas L.",
- handle: "Fan de viennoiseries",
- testimonial: "Les croissants pur beurre sont incroyables, on sent la qualité du travail réalisé.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-putting-whole-homemade-bread-with-hands-brown-towel-flour-bread_114579-2633.jpg",
- },
- {
- id: "3",
- name: "Marie C.",
- handle: "Cliente fidèle",
- testimonial: "Un grand bravo pour les éclairs au chocolat, un vrai régal à chaque passage.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/chef-cutting-slices-into-bread-dough_23-2148742226.jpg",
- },
- {
- id: "4",
- name: "Julien P.",
- handle: "Pause déjeuner",
- testimonial: "Mes sandwichs du midi préférés à Maurepas. Produits frais et toujours bien garnis.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985067.jpg",
- },
- {
- id: "5",
- name: "Claire D.",
- handle: "Famille",
- testimonial: "Le pain se garde parfaitement, une vraie boulangerie artisanale comme on les aime.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/jars-with-cookies_23-2147787045.jpg",
- },
+ { id: "1", name: "Sophie M.", handle: "Habituée du quartier", testimonial: "La meilleure baguette du quartier ! L'accueil est toujours chaleureux.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handful-flour-with-egg-rustic-kitchen-against-background-men-s-hands-knead-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-467.jpg" },
+ { id: "2", name: "Thomas L.", handle: "Fan de viennoiseries", testimonial: "Les croissants pur beurre sont incroyables, on sent la qualité du travail réalisé.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-putting-whole-homemade-bread-with-hands-brown-towel-flour-bread_114579-2633.jpg" },
+ { id: "3", name: "Marie C.", handle: "Cliente fidèle", testimonial: "Un grand bravo pour les éclairs au chocolat, un vrai régal à chaque passage.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chef-cutting-slices-into-bread-dough_23-2148742226.jpg" },
+ { id: "4", name: "Julien P.", handle: "Pause déjeuner", testimonial: "Mes sandwichs du midi préférés à Maurepas. Produits frais et toujours bien garnis.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985067.jpg" },
+ { id: "5", name: "Claire D.", handle: "Famille", testimonial: "Le pain se garde parfaitement, une vraie boulangerie artisanale comme on les aime.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/jars-with-cookies_23-2147787045.jpg" },
]}
showRating={true}
title="Ils parlent de nous"
@@ -235,13 +116,10 @@ export default function LandingPage() {
@@ -249,33 +127,16 @@ export default function LandingPage() {