From 5eb0efde97d1878b1fc26f51c147909f6e49e76c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 01:08:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cacdb99..d3ed2eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,23 +185,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} animationType="depth-3d" - testimonials={[ - { - id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Atlanta, GA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-senior-caucasian-female-pensioner-with-pixie-short-hairstyle-spending-day-home-standing-living-room-wearing-elegant-blue-dress-smiling-happily_343059-2673.jpg", imageAlt: "Sarah Johnson"}, - { - id: "2", name: "Michael Chen", role: "Residential Developer", company: "Macon, GA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", imageAlt: "Michael Chen"}, - { - id: "3", name: "Emily Rodriguez", role: "Interior Designer", company: "Alpharetta, GA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/glad-brunette-young-woman-smiles-happily-keeps-thumbs-up-shows-approval-sign-satisfied-with-service-good-feedback-says-its-excellent-dressed-casual-pink-t-shirt-isolated-white-background_273609-61011.jpg", imageAlt: "Emily Rodriguez"}, - { - id: "4", name: "David Kim", role: "First-Time Homeowner", company: "Savannah, GA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-curly-haired-lady-showing-thumb-up-park_1262-20821.jpg", imageAlt: "David Kim"}, - { - id: "5", name: "Jessica Lee", role: "Property Manager", company: "Roswell, GA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", imageAlt: "Jessica Lee"}, - ]} + testimonials={[]} kpiItems={[ { value: "5.0", label: "Average Rating"}, @@ -219,8 +203,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file