From 26cbed4b1c838fee1d0f3701d8346bd2271dd423 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 05:06:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8eddc6d..a4701c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,19 +49,19 @@ export default function LandingPage() { testimonials={[ { name: "Rahul P.", handle: "@foodie", testimonial: "The taste of home in every bite. Best Litti Chokha!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg", imageAlt: "authentic bihari litti chokha food"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg?_wi=1", imageAlt: "authentic bihari litti chokha food"}, { name: "Sneha V.", handle: "@user", testimonial: "Very authentic and extremely affordable. My go-to mess!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg", imageAlt: "rustic wooden dining table"}, + imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg?_wi=1", imageAlt: "rustic wooden dining table"}, { name: "Amit K.", handle: "@delivers", testimonial: "Fast delivery and piping hot food always.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-batch-food-cooked-with-empty-notebook_23-2148765572.jpg", imageAlt: "fresh hot rotis in basket"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-batch-food-cooked-with-empty-notebook_23-2148765572.jpg?_wi=1", imageAlt: "fresh hot rotis in basket"}, { name: "Priya S.", handle: "@client", testimonial: "The Sattu paratha reminds me of Patna.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg", imageAlt: "authentic bihari litti chokha food"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg?_wi=2", imageAlt: "authentic bihari litti chokha food"}, { name: "Vikram D.", handle: "@regular", testimonial: "Consistent taste and very clean packaging.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg", imageAlt: "rustic wooden dining table"}, + imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg?_wi=2", imageAlt: "rustic wooden dining table"}, ]} buttons={[ { @@ -69,7 +69,7 @@ export default function LandingPage() { { text: "Order on Swiggy", href: "https://www.swiggy.com/menu/739988?source=sharing"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg?_wi=3" mediaAnimation="slide-up" avatars={[ { @@ -181,7 +181,7 @@ export default function LandingPage() {