Merge version_1 into main #1
@@ -62,27 +62,27 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marie Dupont", handle: "Ger", testimonial: "Les gâteaux sont excellents ! Toujours frais et délicieux. Je recommande vivement.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "portrait femme sourire client avatar"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "portrait femme sourire client avatar"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jean-Pierre Martin", handle: "Ger", testimonial: "Pain viennoiserie excellent. Depuis 10 ans, c'est notre boulangerie.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20265.jpg", imageAlt: "portrait homme sourire client avatar"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20265.jpg?_wi=1", imageAlt: "portrait homme sourire client avatar"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sophie Bernard", handle: "Ger", testimonial: "Très bonne boulangerie/pâtisserie. Qualité et fraîcheur au rendez-vous.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "portrait femme sourire client avatar"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "portrait femme sourire client avatar"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Marc Lacroix", handle: "Ger", testimonial: "Excellent accueil et produits de qualité. Merci pour ces années de service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20265.jpg", imageAlt: "portrait homme sourire client avatar"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20265.jpg?_wi=2", imageAlt: "portrait homme sourire client avatar"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Isabelle Rousseau", handle: "Ger", testimonial: "Les framboisiers sont les meilleurs de la région. Parfait pour les occasions.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "portrait femme sourire client avatar"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "portrait femme sourire client avatar"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Pierre Moreau", handle: "Ger", testimonial: "Boulangerie authentique avec des produits faits maison. Je l'aime.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20265.jpg", imageAlt: "portrait homme sourire client avatar"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20265.jpg?_wi=3", imageAlt: "portrait homme sourire client avatar"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -111,7 +111,7 @@ export default function LandingPage() {
|
||||
id: "sandwich", name: "Sandwich du Jour", price: "6,50€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-baguette-with-chicken-cheese_1147-26.jpg", imageAlt: "Sandwich artisanal", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "cake", name: "Gâteau Framboisier", price: "35,00€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-forest-fruits-composition_23-2149095725.jpg", imageAlt: "Gâteau framboisier", initialQuantity: 1
|
||||
id: "cake", name: "Gâteau Framboisier", price: "35,00€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-forest-fruits-composition_23-2149095725.jpg?_wi=1", imageAlt: "Gâteau framboisier", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-cake-with-forest-fruits-composition_23-2149095725.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-cake-with-forest-fruits-composition_23-2149095725.jpg?_wi=2"
|
||||
imageAlt="Gâteaux personnalisés pour occasions spéciales"
|
||||
buttons={[{ text: "📋 Demander un devis", href: "#contact" }]}
|
||||
bulletPoints={[
|
||||
|
||||
Reference in New Issue
Block a user