From b4ac1cb6ef71c603018cc96b9238cd325cfa0418 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:02:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa603b4..cddcd12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,7 +118,7 @@ export default function HomePage() { title: "Expérience L'Ardoise", logoIcon: Utensils, imageSrc: - "http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg", + "http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg?_wi=1", buttons: [ { text: "Menu Complet", href: "/menu" }, { text: "Galerie", href: "#" }, @@ -189,42 +189,42 @@ export default function HomePage() { id: "1", name: "Sarah Dupont", imageSrc: - "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "woman portrait professional headshot avatar", }, { id: "2", name: "Michel Bernard", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "man portrait professional headshot avatar", }, { id: "3", name: "Claire Rousseau", imageSrc: - "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "woman portrait professional headshot avatar", }, { id: "4", name: "Antoine Moreau", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "man portrait professional headshot avatar", }, { id: "5", name: "Marie Laurent", imageSrc: - "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "woman portrait professional headshot avatar", }, { id: "6", name: "Philippe Blanc", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "man portrait professional headshot avatar", }, ]} @@ -244,7 +244,7 @@ export default function HomePage() { price: "€32", variant: "Créme fraîche locale • Champagne", imageSrc: - "http://img.b2bpic.net/free-photo/lobster-thermidor-salad-macro-closeup-food-design-work_1258-197.jpg", + "http://img.b2bpic.net/free-photo/lobster-thermidor-salad-macro-closeup-food-design-work_1258-197.jpg?_wi=1", imageAlt: "lobster dish gourmet food fine dining", isFavorited: false, }, @@ -254,7 +254,7 @@ export default function HomePage() { price: "€24", variant: "Parmesan affiné • Truffe", imageSrc: - "http://img.b2bpic.net/free-photo/risotto-rice-with-mushrooms-white-ceramic-plate_23-2147925971.jpg", + "http://img.b2bpic.net/free-photo/risotto-rice-with-mushrooms-white-ceramic-plate_23-2147925971.jpg?_wi=1", imageAlt: "risotto mushroom italian cuisine gourmet plate", isFavorited: false, }, @@ -264,7 +264,7 @@ export default function HomePage() { price: "€28", variant: "Sauce poivre vert • Légumes de saison", imageSrc: - "http://img.b2bpic.net/free-photo/duck-breast-steak-white-plate_1203-8929.jpg", + "http://img.b2bpic.net/free-photo/duck-breast-steak-white-plate_1203-8929.jpg?_wi=1", imageAlt: "duck breast gourmet dish fine dining", isFavorited: false, }, @@ -274,7 +274,7 @@ export default function HomePage() { price: "€26", variant: "Sauce champagne • Fenouil", imageSrc: - "http://img.b2bpic.net/free-photo/fried-fish-with-carrot-lemon-slices_140725-6173.jpg", + "http://img.b2bpic.net/free-photo/fried-fish-with-carrot-lemon-slices_140725-6173.jpg?_wi=1", imageAlt: "fish dish seafood plating gourmet", isFavorited: false, }, @@ -397,7 +397,7 @@ export default function HomePage() { href: "/contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg" + imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=1" imageAlt="Ambiance élégante du restaurant L'Ardoise" useInvertedBackground={false} /> @@ -405,7 +405,7 @@ export default function HomePage() {