From 6e8196e06d5d98723014567747ecd491f4c4129b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:44:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c559bd..c43f7f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,10 +142,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Riverside Heights", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg" }, { id: "2", name: "James Rodriguez", role: "Property Manager", company: "Downtown Offices", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg" }, - { id: "3", name: "Emily Chen", role: "Business Owner", company: "Modern Retail", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg" }, - { id: "4", name: "David Thompson", role: "HOA President", company: "Green Valley Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" }, - { id: "5", name: "Jessica Lee", role: "Facilities Manager", company: "Tech Park Plaza", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg" }, - { id: "6", name: "Michael Brown", role: "Homeowner", company: "Sunset Ridge", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" } + { id: "3", name: "Emily Chen", role: "Business Owner", company: "Modern Retail", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1" }, + { id: "4", name: "David Thompson", role: "HOA President", company: "Green Valley Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1" }, + { id: "5", name: "Jessica Lee", role: "Facilities Manager", company: "Tech Park Plaza", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2" }, + { id: "6", name: "Michael Brown", role: "Homeowner", company: "Sunset Ridge", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2" } ]} kpiItems={[ { value: "500+", label: "Satisfied Customers" }, -- 2.49.1