From 887ccfcf2ed69c0ca4723221d3145fb22bc78c36 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:50:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e675693..fdee5cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { ]} enableKpiAnimation={false} buttons={[{ text: "Réserver une Table", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg", alt: "Client 1" }, @@ -76,9 +76,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "1", name: "Foie gras poêlé", price: "48€", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg" }, - { id: "2", name: "Filet de bœuf au jus", price: "62€", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg" }, - { id: "3", name: "Soufflé au chocolat", price: "24€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg" }, + { id: "1", name: "Foie gras poêlé", price: "48€", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=1" }, + { id: "2", name: "Filet de bœuf au jus", price: "62€", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=1" }, + { id: "3", name: "Soufflé au chocolat", price: "24€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg?_wi=1" }, ]} title="Plats Signature" description="Une sélection minutieuse de nos créations les plus emblématiques." @@ -93,11 +93,11 @@ export default function LandingPage() { title="La Voix de nos Convives" description="Ce qu'ils pensent de l'expérience Maison Aurèle." testimonials={[ - { id: "1", name: "Pierre D.", role: "Critique", testimonial: "Une perfection technique rare.", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg" }, - { id: "2", name: "Marie L.", role: "Habituée", testimonial: "La meilleure table de Paris.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg" }, - { id: "3", name: "Jean B.", role: "Gourmet", testimonial: "Une soirée inoubliable.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg" }, - { id: "4", name: "Sophie C.", role: "Voyageuse", testimonial: "Un cadre sublime.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg" }, - { id: "5", name: "Luc V.", role: "Chef", testimonial: "Une maîtrise incroyable.", imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg" }, + { id: "1", name: "Pierre D.", role: "Critique", testimonial: "Une perfection technique rare.", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=2" }, + { id: "2", name: "Marie L.", role: "Habituée", testimonial: "La meilleure table de Paris.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=2" }, + { id: "3", name: "Jean B.", role: "Gourmet", testimonial: "Une soirée inoubliable.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg?_wi=2" }, + { id: "4", name: "Sophie C.", role: "Voyageuse", testimonial: "Un cadre sublime.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg?_wi=2" }, + { id: "5", name: "Luc V.", role: "Chef", testimonial: "Une maîtrise incroyable.", imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg?_wi=1" }, ]} /> @@ -126,7 +126,7 @@ export default function LandingPage() { background={{ variant: "plain" }} title="Réservez votre table" description="Pour toute demande de réservation ou événement privé, veuillez nous contacter." - imageSrc="http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg" + imageSrc="http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg?_wi=2" mediaAnimation="slide-up" tag="Réservations" buttonText="Envoyer" -- 2.49.1