From 49b730870bd4e537422c0959443bdfbaeb5af209 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 21:01:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 119eeb2..e62ee59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,19 +127,19 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Julie Bauer", role: "Customer", company: "Resident, Downtown", rating: 5, + id: "t1", name: "Julie Bauer", role: "Customer", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-woman-posing-selfie_1262-2966.jpg"}, { - id: "t2", name: "Fernando Stowell-Flores", role: "Customer", company: "Resident, North Hills", rating: 5, + id: "t2", name: "Fernando Stowell-Flores", role: "Customer", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"}, { - id: "t3", name: "Justin M.", role: "Customer", company: "Resident, Riverside", rating: 5, + id: "t3", name: "Justin M.", role: "Customer", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"}, { - id: "t4", name: "Karen Howard", role: "Customer", company: "Resident, Oakwood", rating: 5, + id: "t4", name: "Karen Howard", role: "Customer", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-white-scarf-smiling-broadly-showing-teeth_141793-55062.jpg"}, { - id: "t5", name: "Danielle S.", role: "Customer", company: "Resident, Westside", rating: 5, + id: "t5", name: "Danielle S.", role: "Customer", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-with-crossed-arms_23-2148095749.jpg"}, ]} kpiItems={[ @@ -206,4 +206,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1