From ee50f4ad70674173be660bbc0b464823f579ec54 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 17:54:05 +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 e4ad895..c2a672e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg", @@ -109,7 +109,7 @@ export default function LandingPage() { title: "Google Rating", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629542.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629542.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -126,21 +126,21 @@ export default function LandingPage() { title: "Signature Burgers", description: "Loaded burgers with premium ingredients and bold flavor.", tag: "Popular", - imageSrc: "http://img.b2bpic.net/free-photo/three-mini-burgers-served-with-french-fries-tomato-mayonnaise_140725-5082.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-mini-burgers-served-with-french-fries-tomato-mayonnaise_140725-5082.jpg?_wi=1", }, { id: "f2", title: "Lively Atmosphere", description: "A warm social environment for drinks and good food.", tag: "Vibe", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-glass-with-froth_107420-65351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-glass-with-froth_107420-65351.jpg?_wi=1", }, { id: "f3", title: "Comfort Food Classics", description: "Hearty traditional Luxembourg favorites.", tag: "Traditional", - imageSrc: "http://img.b2bpic.net/free-photo/crackers-cakes-with-cranberries-top-inside-colored-plate-cream-rustic_140725-29951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crackers-cakes-with-cranberries-top-inside-colored-plate-cream-rustic_140725-29951.jpg?_wi=1", }, ]} title="Gastropub Classics" @@ -251,7 +251,7 @@ export default function LandingPage() { quote: "Best burgers in Diekirch, always a great time.", tag: "Top Pick", avatarSrc: "http://img.b2bpic.net/free-photo/laughing-woman-with-dish-menu_23-2147681115.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg?_wi=2", imageAlt: "portrait smiling guest restaurant", }, { @@ -262,7 +262,7 @@ export default function LandingPage() { quote: "The perfect place to unwind with a craft beer.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073429.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629542.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629542.jpg?_wi=2", imageAlt: "portrait smiling guest restaurant", }, { @@ -273,7 +273,7 @@ export default function LandingPage() { quote: "Love the local specialties, very authentic.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/three-mini-burgers-served-with-french-fries-tomato-mayonnaise_140725-5082.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-mini-burgers-served-with-french-fries-tomato-mayonnaise_140725-5082.jpg?_wi=2", imageAlt: "portrait smiling guest restaurant", }, { @@ -284,7 +284,7 @@ export default function LandingPage() { quote: "Fast service and really cozy atmosphere.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/group-adult-friends-having-dinner-together_23-2148454168.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-glass-with-froth_107420-65351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-glass-with-froth_107420-65351.jpg?_wi=2", imageAlt: "portrait smiling guest restaurant", }, { @@ -295,7 +295,7 @@ export default function LandingPage() { quote: "The burger portions are incredibly generous.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-smartphone-beer_23-2147680764.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/crackers-cakes-with-cranberries-top-inside-colored-plate-cream-rustic_140725-29951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crackers-cakes-with-cranberries-top-inside-colored-plate-cream-rustic_140725-29951.jpg?_wi=2", imageAlt: "portrait smiling guest restaurant", }, ]} -- 2.49.1