Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-22 19:47:57 +00:00

View File

@@ -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."
}
]}
/>
</div>