From af029ea45e66e887c9816d56ac5d48126e345b18 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 01:16:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c76d812..3946cb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -142,7 +142,7 @@ export default function LandingPage() { { id: "4", name: "Michael Chen", role: "Business Owner", testimonial: "We hired Mullen's for our commercial property and they exceeded expectations. Professional, efficient, and affordable. Best decision we made!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen" } - ] + ]} title="What Our Clients Say" description="Real feedback from real customers—join 500+ satisfied homeowners" tag="Customer Reviews" -- 2.49.1