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" },