From 07a0531211f82a7aa07ef4eed405d70cdeb25543 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 07:29:40 +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 8407e26..dc05169 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@shashank", testimonial: "Christmas vibe was matched with good food and great coffees. Would definitely visit again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956573.jpg?_wi=1", imageAlt: "fine dining table setting", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@melina", testimonial: "I had an amazing experience. Everything about it was wonderful—the atmosphere, the food, and the service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-wrapped-with-tomato-slices-from-outside_114579-2033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-wrapped-with-tomato-slices-from-outside_114579-2033.jpg?_wi=1", imageAlt: "fine dining table setting", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@amitg", testimonial: "The fusion of Nepali ingredients and Western techniques is unparalleled.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-85551.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-85551.jpg?_wi=1", imageAlt: "fine dining table setting", }, { @@ -98,11 +98,11 @@ export default function LandingPage() { handle: "@sarahkc", testimonial: "Perfect spot for a date night. The ambiance is simply magical.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fruit-white-plate_1203-2817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fruit-white-plate_1203-2817.jpg?_wi=1", imageAlt: "fine dining table setting", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956573.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956573.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { @@ -174,19 +174,19 @@ export default function LandingPage() { id: "p1", name: "Stuffed Chicken Breast", price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-wrapped-with-tomato-slices-from-outside_114579-2033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-wrapped-with-tomato-slices-from-outside_114579-2033.jpg?_wi=2", }, { id: "p2", name: "Signature Hot Chocolate", price: "$6", - imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-85551.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-85551.jpg?_wi=2", }, { id: "p3", name: "Nepali Infused Appetizer", price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/fruit-white-plate_1203-2817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fruit-white-plate_1203-2817.jpg?_wi=2", }, { id: "p4", -- 2.49.1