Update src/app/page.tsx

This commit is contained in:
2026-06-09 01:34:59 +00:00
parent 1965ab14ff
commit 4556551bc8

View File

@@ -150,7 +150,7 @@ export default function LandingPage() {
{
id: "5", name: "Jessica Lee", role: "Contractor", testimonial: "Partnering with Dunwoody Plumbing for our new construction projects has been a seamless experience. Professionalism at its best.", imageSrc: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg"},
]}
title="What Our Clients Say"
title="Google Reviews"
description="Hear directly from our satisfied customers about the quality and reliability of Dunwoody Plumbing & Drainage Clean."
/>
</div>
@@ -249,4 +249,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}