From d6d7f5b47c726ae9686a8c9ed2d9c20ff35f8804 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 19:47:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a1b954..f158867 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroLogo from '@/components/sections/hero/HeroLogo'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; @@ -73,8 +72,22 @@ export default function LandingPage() { title="Client Reviews" description="Hear what our loyal customers have to say about their experience with us." testimonials={[ - { id: "1", name: "John D.", role: "Contractor", company: "Building Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-looking-camera-posing_176420-3837.jpg" }, - { id: "2", name: "Mary S.", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-blueprint_23-2148269815.jpg" } + { + id: "1", + name: "Nicky G", + role: "Customer", + company: "", + rating: 5, + imageSrc: "", imageAlt: "", videoAriaLabel: "Review 1 by Nicky G: Visited this place once to get two items. My experience there was that the people were friendly enough. I looked around a bit and t..." + }, + { + id: "2", + name: "angrea acres", + role: "Customer", + company: "", + rating: 5, + imageSrc: "", imageAlt: "", videoAriaLabel: "Review 2 by angrea acres: Great & friendly from the start." + } ]} /> -- 2.49.1