Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-24 14:44:58 +00:00

View File

@@ -56,9 +56,9 @@ export default function LandingPage() {
]}
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-baker-flattening-dough-kitchen-worktop_23-2147883600.jpg", imageAlt: "Pain artisanal"},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-baker-flattening-dough-kitchen-worktop_23-2147883600.jpg?_wi=1", imageAlt: "Pain artisanal"},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baker-with-apron-kneanding-dough_23-2148302928.jpg", imageAlt: "Pain artisanal"},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baker-with-apron-kneanding-dough_23-2148302928.jpg?_wi=1", imageAlt: "Pain artisanal"},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011647.jpg", imageAlt: "Pain artisanal"},
{
@@ -79,7 +79,7 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Pain au Levain", price: "4.50€", variant: "Authentique", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-two-french-croissant-pink-plate_114579-58946.jpg"},
id: "p1", name: "Pain au Levain", price: "4.50€", variant: "Authentique", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-two-french-croissant-pink-plate_114579-58946.jpg?_wi=1"},
{
id: "p2", name: "Tartelette aux Fruits", price: "4.00€", variant: "Fraîcheur", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-10442.jpg"},
{
@@ -113,13 +113,13 @@ export default function LandingPage() {
{
id: "1", name: "Claire M.", handle: "@loches", testimonial: "La meilleure boulangerie de Loches, sans hésiter.", imageSrc: "http://img.b2bpic.net/free-photo/baker-working-with-dough-medium-shot_23-2150014867.jpg", imageAlt: "Baker working with dough medium shot"},
{
id: "2", name: "Thomas B.", handle: "@avis", testimonial: "Gâteaux d'anniversaire incroyables.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-baker-flattening-dough-kitchen-worktop_23-2147883600.jpg", imageAlt: "Baker working with dough medium shot"},
id: "2", name: "Thomas B.", handle: "@avis", testimonial: "Gâteaux d'anniversaire incroyables.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-baker-flattening-dough-kitchen-worktop_23-2147883600.jpg?_wi=2", imageAlt: "Baker working with dough medium shot"},
{
id: "3", name: "Sophie P.", handle: "@avis", testimonial: "Pain au levain exceptionnel.", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-two-french-croissant-pink-plate_114579-58946.jpg", imageAlt: "Baker working with dough medium shot"},
id: "3", name: "Sophie P.", handle: "@avis", testimonial: "Pain au levain exceptionnel.", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-two-french-croissant-pink-plate_114579-58946.jpg?_wi=2", imageAlt: "Baker working with dough medium shot"},
{
id: "4", name: "Marc L.", handle: "@avis", testimonial: "Service très chaleureux.", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379532.jpg", imageAlt: "Baker working with dough medium shot"},
id: "4", name: "Marc L.", handle: "@avis", testimonial: "Service très chaleureux.", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379532.jpg?_wi=1", imageAlt: "Baker working with dough medium shot"},
{
id: "5", name: "Julie D.", handle: "@avis", testimonial: "Je recommande vivement.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baker-with-apron-kneanding-dough_23-2148302928.jpg", imageAlt: "Baker working with dough medium shot"},
id: "5", name: "Julie D.", handle: "@avis", testimonial: "Je recommande vivement.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baker-with-apron-kneanding-dough_23-2148302928.jpg?_wi=2", imageAlt: "Baker working with dough medium shot"},
]}
title="Ce que nos clients disent"
description="Plus de 100 avis clients sur Google, notés 4,2/5."
@@ -163,7 +163,7 @@ export default function LandingPage() {
textarea={{
name: "vision", placeholder: "Détails de votre vision, nombre de personnes, budget...", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379532.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379532.jpg?_wi=2"
/>
</div>