From a5c96df10e3477c908688e93639f3678774e8d6f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:28:56 +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 fb587c1..20f0919 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,11 +93,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "Amit Sharma", role: "Homeowner", company: "Dewas", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662438.jpg" }, + { id: "t1", name: "Amit Sharma", role: "Homeowner", company: "Dewas", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662438.jpg?_wi=1" }, { id: "t2", name: "Rajesh Varma", role: "Investor", company: "Indore", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-index-finger-up_23-2148308592.jpg" }, { id: "t3", name: "Sunita Patil", role: "Resident", company: "Dewas", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-manager-realtor-talking-young-happy-couple-indoors_1163-4174.jpg" }, { id: "t4", name: "Vikram Singh", role: "Homeowner", company: "Dewas", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/upper-angle-view-happy-beautiful-woman-holding-smartphone-sitting-home-having-break-from-work_1258-199926.jpg" }, - { id: "t5", name: "Anita Gupta", role: "Buyer", company: "Dewas", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662438.jpg" }, + { id: "t5", name: "Anita Gupta", role: "Buyer", company: "Dewas", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662438.jpg?_wi=2" }, ]} kpiItems={[ { value: "100+", label: "Happy Families" }, -- 2.49.1