9 Commits

Author SHA1 Message Date
4635ef8c3e Update src/app/page.tsx 2026-06-10 00:06:52 +00:00
fd48a3c560 Update src/app/page.tsx 2026-06-10 00:04:25 +00:00
b39a944786 Update src/app/page.tsx 2026-06-09 22:34:36 +00:00
ab64a4fffc Update src/app/page.tsx 2026-06-09 01:46:16 +00:00
4e239d4736 Update src/app/page.tsx 2026-06-09 01:40:30 +00:00
4556551bc8 Update src/app/page.tsx 2026-06-09 01:34:59 +00:00
1965ab14ff Merge version_3 into main
Merge version_3 into main
2026-06-09 01:33:39 +00:00
605fed2926 Merge version_3 into main
Merge version_3 into main
2026-06-09 01:32:24 +00:00
546a2da6e5 Merge version_3 into main
Merge version_3 into main
2026-06-09 01:18:20 +00:00

View File

@@ -142,15 +142,15 @@ export default function LandingPage() {
{
id: "1", name: "Sarah Johnson", role: "Homeowner", testimonial: "Great experience with their service! The team was professional, prompt, and solved our complex drainage issue quickly.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg"},
{
id: "2", name: "Michael Chen", role: "Property Manager", testimonial: "The sink and faucet were expertly fixed, and now everything is working great. Their attention to detail is truly impressive.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businesswoman-against-gray-background_23-2147943800.jpg"},
id: "2", name: "Michael Chen", role: "Dunwoody Plumbing did an excellent job fixing my dripping kitchen sink and faucet. Their plumber showed up promptly and found the issue in no time. The sink and faucet were expertly fixed, and now everything is working great. I would employ their services again without a doubt because of the care they took with every aspect. ", testimonial: "", imageSrc: "https://img.b2bpic.net/free-photo/lifestyle-people-emotions-casual-concept-confident-nice-smiling-asian-woman-cross-arms-chest-confident-ready-help-listening-coworkers-taking-part-conversation_1258-59335.jpg?id=17096951"},
{
id: "3", name: "Emily Rodriguez", role: "Business Owner", testimonial: "Dunwoody Plumbing provided exceptional service for our commercial property. Fast, efficient, and highly skilled technicians.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-businessman-working-computer-reading-email-office_637285-6752.jpg"},
id: "3", name: "", role: "Elizabeth F. Eller ", testimonial: "Dunwoody Plumbing did an excellent job fixing my dripping kitchen sink and faucet. Their plumber showed up promptly and found the issue in no time. The sink and faucet were expertly fixed, and now everything is working great. I would employ their services again without a doubt because of the care they took with every aspect. ", imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-happy-dark-skinned-female-with-curly-hair_273609-15519.jpg?id=10420294"},
{
id: "4", name: "David Kim", role: "Local Resident", testimonial: "Reliable and trustworthy. They fixed our water heater issue on a Saturday, preventing a major disaster. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-phone-gesture-uniform-front-view_176474-21363.jpg"},
{
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>
@@ -209,7 +209,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoSrc="http://img.b2bpic.net/free-vector/number-0-colorful-logo-design_474888-2246.jpg"
logoSrc="https://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?id=219636595"
logoAlt="Dunwoody Plumbing & Drainage Clean Logo"
columns={[
{
@@ -249,4 +249,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}