Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #9.
This commit is contained in:
2026-04-02 13:53:52 +00:00

View File

@@ -101,15 +101,15 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
textboxLayout="default"
textboxLayout="split"
useInvertedBackground={true}
title="What Our Clients Say"
description="Providing peace of mind through excellence and reliability."
testimonials={[
{ id: "1", name: "Sarah Miller", role: "Homeowner", title: "Great Service", quote: "Incredibly fast response time! Fixed our leak within an hour.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721550.jpg" },
{ id: "2", name: "John Doe", role: "Property Manager", title: "Professional", quote: "Very professional and transparent about costs. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg" },
{ id: "3", name: "Alice Green", role: "Homeowner", title: "Best in Town", quote: "The best plumbing service in town. Reliable and clean.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg" }
{ id: "1", title: "Excellent Support", quote: "They arrived within an hour for our emergency. Truly reliable.", name: "Sarah M.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721550.jpg?_wi=1" },
{ id: "2", title: "Transparent Pricing", quote: "I appreciate the upfront pricing and honesty. No surprises!", name: "John D.", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=1" },
{ id: "3", title: "Professional Work", quote: "Fast, effective, and left everything clean. Excellent job.", name: "Alice G.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg?_wi=1" }
]}
title="Trusted by Our Clients"
description="Read what our satisfied customers have to say about our professional service."
/>
</div>
@@ -135,7 +135,6 @@ export default function LandingPage() {
tag="Get In Touch"
title="Ready for a Quote?"
description="Contact our team for reliable plumbing services today."
termsText="By clicking Sign Up you confirm that you agree with our Terms and Conditions."
/>
</div>
@@ -160,7 +159,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}"
}
]
}