From e1091181c7ed9a416aa64da81ed99fc4f7b9d34c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 05:02:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4f6664..a4f690c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Priya Sharma", handle: "@priya_eats", testimonial: "The best sourdough I have ever had! Absolutely fresh.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg"}, + id: "t1", name: "Priya Sharma", handle: "@priya_eats", testimonial: "The best sourdough I have ever had! Absolutely fresh.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg?_wi=1"}, { id: "t2", name: "Rahul Verma", handle: "@rahulv", testimonial: "My go-to place for birthday cakes. Always perfection.", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-african-student-holding-mug-drinking-fresh-cappuccino-browsing-internet-checking-newsfeed-social-media-using-cell-phone-coffee-break-modern-cafe-with-wooden-walls_273609-1844.jpg"}, { @@ -117,7 +117,7 @@ export default function LandingPage() { { id: "t4", name: "Siddharth J.", handle: "@siddj", testimonial: "Atmosphere is great and staff is always welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273243.jpg"}, { - id: "t5", name: "Meera K.", handle: "@meera_bakes", testimonial: "Their signature muffins are truly divine. A must-visit spot.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg"}, + id: "t5", name: "Meera K.", handle: "@meera_bakes", testimonial: "Their signature muffins are truly divine. A must-visit spot.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg?_wi=2"}, ]} title="Loved by our Community" description="Hear what our amazing customers have to say about their experience at Atharva Bakeries." -- 2.49.1