From b83ae1a33965447f889977c3ab1808017772a86e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 11:28:47 +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 810a55c..06124a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,7 +105,7 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Aanya S.", role: "User", company: "Glamveda Fan", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-touching-her-face-after-applying-cream_23-2148520341.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-touching-her-face-after-applying-cream_23-2148520341.jpg?_wi=1"}, { id: "t2", name: "Meera P.", role: "User", company: "Glamveda Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-big-hat_273609-13396.jpg"}, @@ -117,7 +117,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-beauty-portrait_23-2149400944.jpg"}, { id: "t5", name: "Ananya D.", role: "User", company: "Glamveda Fan", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-touching-her-face-after-applying-cream_23-2148520341.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-touching-her-face-after-applying-cream_23-2148520341.jpg?_wi=2"}, ]} kpiItems={[ { -- 2.49.1