From 66822bac49931be9387c663444e60560bd23a342 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:51:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11236f6..548aa22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@lisan", testimonial: "Low Price, Comparatively better food at a place where nothing is available is a blessing.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CUXGocgTeldsNhXyfUggNEfIji/uploaded-1776441043544-gr0xzmqz.jpg", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CUXGocgTeldsNhXyfUggNEfIji/uploaded-1776441043544-gr0xzmqz.jpg?_wi=1", imageAlt: "User provided image", }, { @@ -73,7 +73,7 @@ export default function LandingPage() { handle: "@nafis", testimonial: "Service is excellent. Food taste was awesome, served hot with great delicacy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-with-her-boyfriend-while-serving-him-food-dining-room_637285-3594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-with-her-boyfriend-while-serving-him-food-dining-room_637285-3594.jpg?_wi=1", imageAlt: "User provided image", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "@happy", testimonial: "An amazing place for spending family time. Their Servers are very kind.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5738.jpg?_wi=1", imageAlt: "User provided image", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { handle: "@foodie", testimonial: "One of the prettiest restaurants in Dhaka!!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-bouquet-roses-from-her-boyfriend_23-2149161978.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-bouquet-roses-from-her-boyfriend_23-2149161978.jpg?_wi=1", imageAlt: "User provided image", }, { @@ -97,11 +97,11 @@ export default function LandingPage() { handle: "@guest", testimonial: "The ingredients they use were fresh and delicious. The price was quite reasonable.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-drinking-champagne-outdoors_197531-5879.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-drinking-champagne-outdoors_197531-5879.jpg?_wi=1", imageAlt: "User provided image", }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CUXGocgTeldsNhXyfUggNEfIji/uploaded-1776441043544-gr0xzmqz.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CUXGocgTeldsNhXyfUggNEfIji/uploaded-1776441043544-gr0xzmqz.jpg?_wi=2" showDimOverlay={true} avatars={[ { @@ -164,37 +164,37 @@ export default function LandingPage() { id: "1", name: "Set Menu (Fried Rice + 2pc Chicken)", price: "Tk. 200.00", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CUXGocgTeldsNhXyfUggNEfIji/uploaded-1776441043544-gr0xzmqz.jpg", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CUXGocgTeldsNhXyfUggNEfIji/uploaded-1776441043544-gr0xzmqz.jpg?_wi=3", }, { id: "2", name: "Oven Baked Pasta", price: "Tk. 200.00", - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-with-her-boyfriend-while-serving-him-food-dining-room_637285-3594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-with-her-boyfriend-while-serving-him-food-dining-room_637285-3594.jpg?_wi=2", }, { id: "3", name: "White Pasta", price: "Tk. 200.00", - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5738.jpg?_wi=2", }, { id: "4", name: "Chicken Burger", price: "Tk. 150.00", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-bouquet-roses-from-her-boyfriend_23-2149161978.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-bouquet-roses-from-her-boyfriend_23-2149161978.jpg?_wi=2", }, { id: "5", name: "Chicken Pizza (10 Inch)", price: "Tk. 600.00", - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-drinking-champagne-outdoors_197531-5879.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-drinking-champagne-outdoors_197531-5879.jpg?_wi=2", }, { id: "6", name: "Chocolate Milk Shake", price: "Tk. 200.00", - imageSrc: "http://img.b2bpic.net/free-photo/toast-many-upcoming-family-dinners_637285-12559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/toast-many-upcoming-family-dinners_637285-12559.jpg?_wi=1", }, ]} title="Our Menu" @@ -242,7 +242,7 @@ export default function LandingPage() { role: "Local Guide", company: "Dhaka Foodie", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-with-her-boyfriend-while-serving-him-food-dining-room_637285-3594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-with-her-boyfriend-while-serving-him-food-dining-room_637285-3594.jpg?_wi=3", }, { id: "2", @@ -250,7 +250,7 @@ export default function LandingPage() { role: "Food Critic", company: "TripAdvisor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5738.jpg?_wi=3", }, { id: "3", @@ -258,7 +258,7 @@ export default function LandingPage() { role: "Family Guest", company: "Community Member", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-bouquet-roses-from-her-boyfriend_23-2149161978.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-bouquet-roses-from-her-boyfriend_23-2149161978.jpg?_wi=3", }, { id: "4", @@ -266,7 +266,7 @@ export default function LandingPage() { role: "TikTok", company: "Foodieshe", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-drinking-champagne-outdoors_197531-5879.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-drinking-champagne-outdoors_197531-5879.jpg?_wi=3", }, { id: "5", @@ -274,7 +274,7 @@ export default function LandingPage() { role: "Customer", company: "Public", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/toast-many-upcoming-family-dinners_637285-12559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/toast-many-upcoming-family-dinners_637285-12559.jpg?_wi=2", }, ]} title="What Our Guests Say" -- 2.49.1