|
|
|
@@ -10,7 +10,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
|
|
|
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
|
|
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
import { Droplets, ShieldCheck, Zap } from "lucide-react";
|
|
|
|
import { Droplets, ShieldCheck, Zap } from "lucide-react";
|
|
|
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
|
|
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
@@ -100,18 +100,16 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<TestimonialCardFive
|
|
|
|
<TestimonialCardTen
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="split"
|
|
|
|
useInvertedBackground={true}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
testimonials={[
|
|
|
|
testimonials={[
|
|
|
|
{ id: "1", name: "Sarah Miller", date: "2024-05-12", title: "Great Service", quote: "Incredibly fast response time! Fixed our leak within an hour.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721550.jpg", imageSrc: "http://img.b2bpic.net/free-photo/red-bird-3d-illustration_183364-123375.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", name: "John Doe", date: "2024-06-01", title: "Professional", quote: "Very professional and transparent about costs. Highly recommend.", tag: "Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721579.jpg" },
|
|
|
|
{ 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", name: "Alice Green", date: "2024-06-15", title: "Best in Town", quote: "The best plumbing service in town. Reliable and clean.", tag: "Repair", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721550.jpg?_wi=2" },
|
|
|
|
{ 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" }
|
|
|
|
{ id: "4", name: "Mark Evans", date: "2024-07-10", title: "Lifesavers", quote: "Saved the day during our bathroom emergency. Great team.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-smartphone-near-ear-looking-sink_259150-58298.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=2" },
|
|
|
|
|
|
|
|
{ id: "5", name: "Linda White", date: "2024-07-22", title: "Highly Recommend", quote: "Honest quotes and quality craftsmanship every single time.", tag: "Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-senior-couple-holding-their-tablet_23-2148404369.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg?_wi=2" }
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
title="What Our Clients Say"
|
|
|
|
title="Trusted by Our Clients"
|
|
|
|
description="Providing peace of mind through excellence and reliability."
|
|
|
|
description="Read what our satisfied customers have to say about our professional service."
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -161,4 +159,4 @@ export default function LandingPage() {
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|