From 21195da97ec1895631672a5cb58f5764b926f46f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:42:42 +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 ecd930d..c8d0770 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,15 +55,15 @@ export default function LandingPage() { testimonials={[ { name: "Dark Man", handle: "Local Guide", testimonial: "Foods tastes good. It becomes very crowded during lunch time because many offices are nearby.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-characterizing-painter_23-2149529892.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-characterizing-painter_23-2149529892.jpg?_wi=1" }, { name: "Anas Robin", handle: "Local Guide", testimonial: "Liver was good and the halwa was the best item. Absolutely delicious!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=1" }, { name: "Abdullah Shafi", handle: "Local Guide", testimonial: "Paratha was thin and soft. Perfect with vegetables and lentils.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5365.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5365.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -140,7 +140,7 @@ export default function LandingPage() { useInvertedBackground={false} mediaAnimation="blur-reveal" imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg?_wi=1" imageAlt="Elegant dining atmosphere at Durbin Bangla" /> @@ -155,15 +155,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Dark Man", role: "Local Guide", company: "Food Enthusiast", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-characterizing-painter_23-2149529892.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-characterizing-painter_23-2149529892.jpg?_wi=2" }, { id: "2", name: "Anas Robin", role: "Local Guide", company: "Food Critic", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=2" }, { id: "3", name: "Abdullah Shafi", role: "Local Guide", company: "Regular Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5365.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5365.jpg?_wi=2" }, { id: "4", name: "Fatima Khan", role: "Food Blogger", company: "Dhaka Eats", rating: 5, @@ -204,7 +204,7 @@ export default function LandingPage() { id: "2", name: "Live Kitchen Magic", price: "Watch", variant: "Traditional Cooking", imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen-prepares-pizza_1157-21843.jpg", imageAlt: "Open kitchen cooking demonstration" }, { - id: "3", name: "Elegant Dining", price: "Enjoy", variant: "Premium Ambiance", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg", imageAlt: "Cozy dining tables and warm atmosphere" + id: "3", name: "Elegant Dining", price: "Enjoy", variant: "Premium Ambiance", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg?_wi=2", imageAlt: "Cozy dining tables and warm atmosphere" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1