From 2c7d04f4801715c28f6d6d4baa73251e1ae4143a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 08:29:02 +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 b18d9a9..d4acdbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@elena_dining", testimonial: "The attention to detail in every plate is simply remarkable. A truly world-class experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-table-with-dishes-decorations-it-lights_181624-14078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-table-with-dishes-decorations-it-lights_181624-14078.jpg?_wi=1", imageAlt: "elegant fine dining restaurant interior", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@foodie_m", testimonial: "ETZ has completely redefined fine dining for me. Absolute perfection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-meal-preparation_23-2149059131.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-meal-preparation_23-2149059131.jpg?_wi=1", imageAlt: "chef preparing gourmet meal kitchen", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@sophie_eats", testimonial: "Exquisite flavors, impeccable service, and a beautiful atmosphere. My favorite spot in the city.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3245.jpg?_wi=1", imageAlt: "gourmet plate artful food presentation", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@david_gourmet", testimonial: "Consistently stunning food and an incredibly curated wine list.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg?_wi=1", imageAlt: "delicious dessert plate artful plating", }, { @@ -95,11 +95,11 @@ export default function LandingPage() { handle: "@anita_critique", testimonial: "A breathtaking meal from start to finish. Everything was flawless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/various-salads-lettuce-carrot_141793-150.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-salads-lettuce-carrot_141793-150.jpg?_wi=1", imageAlt: "fresh gourmet salad appetizer", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/old-wooden-table-with-dishes-decorations-it-lights_181624-14078.jpg" + imageSrc="http://img.b2bpic.net/free-photo/old-wooden-table-with-dishes-decorations-it-lights_181624-14078.jpg?_wi=2" imageAlt="Sophisticated dining room interior at ETZ" mediaAnimation="blur-reveal" avatars={[ @@ -155,7 +155,7 @@ export default function LandingPage() { useInvertedBackground={false} title="The Art of Gastronomy" description="At ETZ, we believe that dining is a celebration. Our chefs source local, seasonal ingredients to create dishes that tell a story of heritage, technique, and passion. Every element of our kitchen is designed to elevate your sensory experience." - imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-meal-preparation_23-2149059131.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-meal-preparation_23-2149059131.jpg?_wi=2" imageAlt="Chef preparing a gourmet dish" /> @@ -172,7 +172,7 @@ export default function LandingPage() { name: "Truffle Risotto", price: "$34", variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3245.jpg?_wi=2", imageAlt: "Truffle Risotto", }, { @@ -180,7 +180,7 @@ export default function LandingPage() { name: "Dark Chocolate Ganache", price: "$18", variant: "Dessert", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg?_wi=2", imageAlt: "Dark Chocolate Ganache", }, { @@ -188,7 +188,7 @@ export default function LandingPage() { name: "Wild Mushroom Velouté", price: "$22", variant: "Starter", - imageSrc: "http://img.b2bpic.net/free-photo/various-salads-lettuce-carrot_141793-150.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-salads-lettuce-carrot_141793-150.jpg?_wi=2", imageAlt: "Wild Mushroom Velouté", }, { -- 2.49.1