diff --git a/src/app/page.tsx b/src/app/page.tsx index f316efa..c5469a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,11 +54,11 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg", imageAlt: "Plat signature du restaurant" }, - { imageSrc: "http://img.b2bpic.net/free-photo/scallion-near-open-sandwiches_23-2147753712.jpg", imageAlt: "Entrée raffinée" } + { imageSrc: "http://img.b2bpic.net/free-photo/scallion-near-open-sandwiches_23-2147753712.jpg?_wi=1", imageAlt: "Entrée raffinée" } ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tea-set-table-with-chairs_181624-5522.jpg", imageAlt: "Ambiance chaleureuse du restaurant" }, - { imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236898.jpg", imageAlt: "Salle à manger élégante" } + { imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236898.jpg?_wi=1", imageAlt: "Salle à manger élégante" } ]} carouselPosition="right" avatars={[ @@ -99,7 +99,7 @@ export default function LandingPage() { animationType="blur-reveal" products={[ { - id: "appetizer", name: "Entrées Raffinées", price: "8 - 14€", variant: "Sélection du marché", imageSrc: "http://img.b2bpic.net/free-photo/scallion-near-open-sandwiches_23-2147753712.jpg", imageAlt: "Entrée maison" + id: "appetizer", name: "Entrées Raffinées", price: "8 - 14€", variant: "Sélection du marché", imageSrc: "http://img.b2bpic.net/free-photo/scallion-near-open-sandwiches_23-2147753712.jpg?_wi=2", imageAlt: "Entrée maison" }, { id: "main", name: "Plats Principaux", price: "18 - 28€", variant: "Spécialités de la maison", imageSrc: "http://img.b2bpic.net/free-photo/front-view-grilled-chicken-fillet-with-vegetable-salad-chips-plate_140725-11392.jpg", imageAlt: "Plat principal signature" @@ -133,13 +133,13 @@ export default function LandingPage() { id: "ingredients", name: "Marché Local", role: "Les meilleurs produits du terroir", imageSrc: "http://img.b2bpic.net/free-photo/assortment-fresh-vegetables-wooden-basket_114579-76094.jpg", imageAlt: "Produits du marché frais" }, { - id: "ambiance", name: "Ambiance Chaleureuse", role: "Un lieu où on aime revenir", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236898.jpg", imageAlt: "Salle à manger élégante" + id: "ambiance", name: "Ambiance Chaleureuse", role: "Un lieu où on aime revenir", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236898.jpg?_wi=2", imageAlt: "Salle à manger élégante" }, { id: "decor", name: "Décor Moderne", role: "Raffinement et confort", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-stylish-girl-with-blonde-hair-pink-lips-sitting-coffee-shop-with-wooden-chairs-table-she-holds-cup-cofee-touches-her-hair_197531-102.jpg", imageAlt: "Intérieur contemporain du restaurant" }, { - id: "team", name: "Notre Équipe", role: "Accueil chaleureux et service attentif", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg", imageAlt: "Équipe du restaurant" + id: "team", name: "Notre Équipe", role: "Accueil chaleureux et service attentif", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg?_wi=1", imageAlt: "Équipe du restaurant" } ]} /> @@ -157,7 +157,7 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Lucile M.", handle: "Guide Local Google", testimonial: "Lieu agréable, moderne, super bien entretenu et convivial. Une vraie découverte ! Les produits sont excellents et frais.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg", imageAlt: "Lucile M.", icon: Star + id: "1", name: "Lucile M.", handle: "Guide Local Google", testimonial: "Lieu agréable, moderne, super bien entretenu et convivial. Une vraie découverte ! Les produits sont excellents et frais.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg?_wi=2", imageAlt: "Lucile M.", icon: Star }, { id: "2", name: "Antoine Dexet", handle: "Client Régulier", testimonial: "Un accueil toujours chaleureux et attentif. Des plats simples et efficaces mais toujours très bien cuisinés. On y revient avec plaisir.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg", imageAlt: "Antoine Dexet", icon: Star