From 08b25e149a8dfbe305705d7047df703a030c803d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 19:39:08 +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 5696781..0d50265 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,11 +89,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Susan Stauder", role: "Homeowner", company: "La Quinta", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg" }, - { id: "2", name: "Shunte Martin", role: "Local Guide", company: "Indio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg" }, - { id: "3", name: "Marco Rojo", role: "Customer", company: "Indio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-carefree-man-has-toothy-smile-shows-perfect-white-teeth-looks-gladfully_273609-33584.jpg" }, - { id: "4", name: "Robert D.", role: "Client", company: "Indio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/talking-wife_1098-13921.jpg" }, - { id: "5", name: "Alice T.", role: "Homeowner", company: "La Quinta", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-by-swimming-pool_1098-13893.jpg" } + { id: "1", name: "Susan Stauder", role: "Homeowner", company: "La Quinta", rating: 5 }, + { id: "2", name: "Shunte Martin", role: "Local Guide", company: "Indio", rating: 5 }, + { id: "3", name: "Marco Rojo", role: "Customer", company: "Indio", rating: 5 }, + { id: "4", name: "Robert D.", role: "Client", company: "Indio", rating: 5 }, + { id: "5", name: "Alice T.", role: "Homeowner", company: "La Quinta", rating: 5 } ]} title="Highly Endorsed by Our Clients" description="See why homeowners in La Quinta and Indio trust Junior Pools." @@ -151,4 +151,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1