From affd2dd23f042e7981f7c5079bdfc503d13d8cd6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 15:07:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c149456..f2b574c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,7 +103,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-6156.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-6156.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/coffee-cup-restaurant-s-table_74190-10275.jpg", @@ -167,21 +167,21 @@ export default function LandingPage() { name: "Signature Coffee", price: "$3.50", variant: "Drink", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-beverage-with-drink_23-2148349636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-beverage-with-drink_23-2148349636.jpg?_wi=1", }, { id: "p2", name: "Fresh Pastry", price: "$4.00", variant: "Bakery", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-sauce-with-fried-vegetables-fried-onions-with-top-hot-pepper_141793-5012.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-sauce-with-fried-vegetables-fried-onions-with-top-hot-pepper_141793-5012.jpg?_wi=1", }, { id: "p3", name: "Gourmet Sandwich", price: "$8.50", variant: "Main", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-bread-cheese-tomato-cucumber-sausage-greens-flat-lay-wooden-table_176474-8298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-bread-cheese-tomato-cucumber-sausage-greens-flat-lay-wooden-table_176474-8298.jpg?_wi=1", }, { id: "p4", @@ -222,7 +222,7 @@ export default function LandingPage() { title: "Regular Guest", quote: "Consistently great food.", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-6156.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-6156.jpg?_wi=2", imageAlt: "happy customer dining restaurant", }, { @@ -242,7 +242,7 @@ export default function LandingPage() { title: "Foodie", quote: "Love the local specialties.", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-beverage-with-drink_23-2148349636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-beverage-with-drink_23-2148349636.jpg?_wi=2", imageAlt: "happy customer dining restaurant", }, { @@ -252,7 +252,7 @@ export default function LandingPage() { title: "Regular Guest", quote: "My favorite spot in town.", avatarSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-sauce-with-fried-vegetables-fried-onions-with-top-hot-pepper_141793-5012.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-sauce-with-fried-vegetables-fried-onions-with-top-hot-pepper_141793-5012.jpg?_wi=2", imageAlt: "happy customer dining restaurant", }, { @@ -262,7 +262,7 @@ export default function LandingPage() { title: "Tourist", quote: "Excellent experience overall.", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-bread-cheese-tomato-cucumber-sausage-greens-flat-lay-wooden-table_176474-8298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-bread-cheese-tomato-cucumber-sausage-greens-flat-lay-wooden-table_176474-8298.jpg?_wi=2", imageAlt: "happy customer dining restaurant", }, ]} -- 2.49.1