From 2f8203ec20228cc289530275a2c6f429356746b3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:15:30 +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 dfb47c8..8259113 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,11 +82,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Sarah Miller", role: "Homeowner", company: "Phoenix", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2550.jpg" }, + { id: "1", name: "Sarah Miller", role: "Homeowner", company: "Phoenix", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2550.jpg?_wi=1" }, { id: "2", name: "David Johnson", role: "Homeowner", company: "Scottsdale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg" }, { id: "3", name: "Maria Garcia", role: "Homeowner", company: "Mesa", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-bicycle-summer-city_1157-38211.jpg" }, { id: "4", name: "James Wilson", role: "Homeowner", company: "Phoenix", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg" }, - { id: "5", name: "Elena Rodriguez", role: "Homeowner", company: "Glendale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2550.jpg" }, + { id: "5", name: "Elena Rodriguez", role: "Homeowner", company: "Glendale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2550.jpg?_wi=2" }, ]} kpiItems={[ { value: "1.5K+", label: "Happy Clients" }, -- 2.49.1