From 444a4f285d378cf61af2cf3f572c0b0703f6c2d2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 00:36:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49f026c..2887e50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,21 +140,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "John Doe", role: "Homeowner", company: "Miami Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg"}, - { - id: "2", name: "Sarah Smith", role: "Property Manager", company: "Local Business", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg"}, - { - id: "3", name: "Robert Lee", role: "Homeowner", company: "Miami Resident", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-laughing-funny-video-phone-holding-smartphone-sitting-sofa_1258-200143.jpg"}, - { - id: "4", name: "Emily Davis", role: "Business Owner", company: "Local Cafe", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg"}, - { - id: "5", name: "Michael Brown", role: "Homeowner", company: "Miami Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371203.jpg"}, + { id: "1", name: "John Doe", role: "Homeowner", company: "Miami Resident", rating: 5 }, + { id: "2", name: "Sarah Smith", role: "Property Manager", company: "Local Business", rating: 5 }, + { id: "3", name: "Robert Lee", role: "Homeowner", company: "Miami Resident", rating: 4 }, + { id: "4", name: "Emily Davis", role: "Business Owner", company: "Local Cafe", rating: 5 }, + { id: "5", name: "Michael Brown", role: "Homeowner", company: "Miami Resident", rating: 5 }, ]} kpiItems={[ { -- 2.49.1