2 Commits

Author SHA1 Message Date
6386872a62 Update src/app/page.tsx 2026-03-25 22:05:12 +00:00
328a125210 Update src/app/page.tsx 2026-03-25 22:03:11 +00:00
6 changed files with 624 additions and 493 deletions

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterBase from '@/components/sections/footer/FooterBase';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import { Clock, Smile, Hammer } from "lucide-react";
@@ -25,27 +25,50 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "/"},
name: "Home",
id: "hero",
},
{
name: "About Us", id: "/about"},
name: "Why Us",
id: "about",
},
{
name: "Why Choose Us", id: "/why-us"},
name: "Services",
id: "features",
},
{
name: "Services", id: "/services"},
name: "Gallery",
id: "gallery",
},
{
name: "Gallery", id: "/gallery"},
name: "Reviews",
id: "testimonials",
},
{
name: "Reviews", id: "/reviews"},
name: "FAQ",
id: "faq",
},
{
name: "FAQ", id: "/faq"},
{
name: "Contact", id: "/#contact"},
name: "Contact",
id: "contact",
},
]}
brandName="Doral Plumbing Co."
button={{
text: "Call Us Today!",
href: "tel:786-977-5727",
}}
animateOnLoad={true}
/>
</div>
@@ -58,17 +81,25 @@ export default function LandingPage() {
description="Doral Plumbing Co. has been serving the Miami area with unparalleled plumbing expertise for over 20 years. Our mission is to provide reliable, efficient, and affordable plumbing solutions, ensuring the comfort and safety of your home or business."
buttons={[
{
text: "Schedule a Service", href: "/#contact"},
text: "Schedule a Service",
href: "/contact",
},
]}
bulletPoints={[
{
title: "Experienced Professionals", description: "Our team consists of certified and highly experienced plumbers dedicated to quality workmanship.", icon: Hammer,
title: "Experienced Professionals",
description: "Our team consists of certified and highly experienced plumbers dedicated to quality workmanship.",
icon: Hammer,
},
{
title: "Customer Satisfaction", description: "We prioritize clear communication and exceptional service, ensuring your peace of mind with every job.", icon: Smile,
title: "Customer Satisfaction",
description: "We prioritize clear communication and exceptional service, ensuring your peace of mind with every job.",
icon: Smile,
},
{
title: "24/7 Emergency Service", description: "Ready to assist you anytime, day or night, for urgent plumbing needs with prompt response.", icon: Clock,
title: "24/7 Emergency Service",
description: "Ready to assist you anytime, day or night, for urgent plumbing needs with prompt response.",
icon: Clock,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg"
@@ -83,11 +114,17 @@ export default function LandingPage() {
description="We take pride in our service quality and the trust our community places in us. Our commitment to excellence is reflected in every project we undertake, big or small."
metrics={[
{
value: "20+", title: "Years in Business"},
value: "20+",
title: "Years in Business",
},
{
value: "10K+", title: "Happy Customers"},
value: "10K+",
title: "Happy Customers",
},
{
value: "4.8", title: "Star Rating"},
value: "4.8",
title: "Star Rating",
},
]}
tag="Our Impact"
imageSrc="http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131721.jpg"
@@ -103,13 +140,29 @@ export default function LandingPage() {
useInvertedBackground={false}
team={[
{
id: "1", name: "John Doe", role: "Lead Plumber", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-dressed-grey-t-shirt-isolated_171337-7641.jpg"},
id: "1",
name: "John Doe",
role: "Lead Plumber",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-dressed-grey-t-shirt-isolated_171337-7641.jpg",
},
{
id: "2", name: "Jane Smith", role: "Senior Technician", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg"},
id: "2",
name: "Jane Smith",
role: "Senior Technician",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg",
},
{
id: "3", name: "Robert Johnson", role: "Master Plumber", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-black-tshirt-standing-isolated-red-background-looking-away-side-with-smile-face-natural-expression-laughing-confident_839833-32367.jpg"},
id: "3",
name: "Robert Johnson",
role: "Master Plumber",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-black-tshirt-standing-isolated-red-background-looking-away-side-with-smile-face-natural-expression-laughing-confident_839833-32367.jpg",
},
{
id: "4", name: "Emily White", role: "Apprentice Plumber", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-joyful-expression-has-perfect-smile-white-teeth-laughs-something-funny_273609-17078.jpg"},
id: "4",
name: "Emily White",
role: "Apprentice Plumber",
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-joyful-expression-has-perfect-smile-white-teeth-laughs-something-funny_273609-17078.jpg",
},
]}
title="Meet Our Expert Plumbing Team"
description="Our dedicated professionals are the heart of Doral Plumbing Co., bringing years of experience and a passion for problem-solving to every task."
@@ -121,41 +174,66 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Services", items: [
title: "Services",
items: [
{
label: "Faucet Repair", href: "/services"},
label: "Faucet Repair",
href: "/services#faucet",
},
{
label: "Water Heater", href: "/services"},
label: "Water Heater",
href: "/services#waterheater",
},
{
label: "Pipe Repair", href: "/services"},
label: "Pipe Repair",
href: "/services#piperepair",
},
{
label: "Drain Cleaning", href: "/services"},
label: "Drain Cleaning",
href: "/services#draincleaning",
},
],
},
{
title: "Company", items: [
title: "Company",
items: [
{
label: "About Us", href: "/about"},
label: "About Us",
href: "/about",
},
{
label: "Why Choose Us", href: "/why-us"},
label: "Our Work",
href: "/gallery",
},
{
label: "Our Work", href: "/gallery"},
label: "Reviews",
href: "/reviews",
},
{
label: "Reviews", href: "/reviews"},
label: "FAQs",
href: "/faq",
},
{
label: "FAQs", href: "/faq"},
{
label: "Contact Us", href: "/#contact"},
label: "Contact",
href: "/contact",
},
],
},
{
title: "Contact", items: [
title: "Contact",
items: [
{
label: "(786) 977-5727", href: "tel:786-977-5727"},
label: "(305) 123-4567",
href: "tel:+13051234567",
},
{
label: "info@doralplumbing.com", href: "mailto:info@doralplumbing.com"},
label: "info@doralplumbing.com",
href: "mailto:info@doralplumbing.com",
},
{
label: "123 Main St, Doral, FL", href: "#"},
label: "123 Main St, Doral, FL",
href: "#",
},
],
},
]}

View File

@@ -1,107 +0,0 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
export default function FaqPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmall"
background="grid"
cardStyle="inset"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="light"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Why Choose Us", id: "/why-us" },
{ name: "Services", id: "/services" },
{ name: "Gallery", id: "/gallery" },
{ name: "Reviews", id: "/reviews" },
{ name: "FAQ", id: "/faq" },
{ name: "Contact", id: "/#contact" }
]}
brandName="Doral Plumbing Co."
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "faq1", title: "What areas do you serve?", content: "We proudly serve the local area and surrounding regions. Contact us to confirm service availability in your specific location."
},
{
id: "faq2", title: "Do you offer emergency services?", content: "Yes, we understand plumbing emergencies can happen at any time. Call us directly for urgent assistance, and we'll do our best to help."
},
{
id: "faq3", title: "How quickly can you respond?", content: "We strive for prompt response times. For non-emergencies, we'll schedule a convenient time. For emergencies, we aim to get to you as quickly as possible."
},
{
id: "faq4", title: "Are your plumbers licensed and insured?", content: "Absolutely. All our plumbers are fully licensed, insured, and highly experienced to provide you with peace of mind and professional service."
},
{
id: "faq5", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, and bank transfers. It's always best to clarify payment plans with our team during booking."
},
{
id: "faq6", title: "Do you offer free estimates?", content: "Yes, we offer free, no-obligation estimates for most services. Call us today to schedule yours!"
}
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our plumbing services."
tag="Got Questions?"
tagAnimation="opacity"
faqsAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "Services", items: [
{ label: "Faucet Repair", href: "/services" },
{ label: "Water Heaters", href: "/services" },
{ label: "Pipe Repair", href: "/services" },
{ label: "Drain Cleaning", href: "/services" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Why Choose Us", href: "/why-us" },
{ label: "Our Work", href: "/gallery" },
{ label: "Reviews", href: "/reviews" },
{ label: "FAQs", href: "/faq" },
{ label: "Contact Us", href: "/#contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]
}
]}
copyrightText="© 2024 Doral Plumbing Co. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -2,11 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
export default function GalleryPage() {
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
@@ -21,98 +23,247 @@ export default function GalleryPage() {
headingFontWeight="light"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "hero"},
{
name: "Why Us", id: "about"},
{
name: "Services", id: "features"},
{
name: "Gallery", href: "/gallery"},
{
name: "Reviews", id: "testimonials"},
{
name: "FAQ", id: "faq"},
{
name: "Contact", id: "contact"},
]}
brandName="Tyrone and Sons Plumbing"
button={{
text: "Call Us Today!", href: "tel:786-977-5727"}}
animateOnLoad={true}
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
<div id="gallery" data-section="gallery">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "p1", name: "Modern Kitchen Sink Installation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-relaxing-bath_23-2148976865.jpg", imageAlt: "Newly installed modern kitchen sink."},
{
id: "p2", name: "Bathroom Fixture Upgrade", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-cleaning-shower_23-2149535084.jpg", imageAlt: "Elegant new bathroom fixtures installed."},
{
id: "p3", name: "Commercial Pipe System", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg", imageAlt: "Complex commercial pipe system installation."},
{
id: "p4", name: "Water Softener System", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/girl-gym_1157-14927.jpg", imageAlt: "Residential water softener system installation."},
{
id: "p5", name: "Custom Shower Installation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/bathroom-interior-with-tub-and-wooden-decor_181624-19614.jpg", imageAlt: "Custom designed shower installation."},
{
id: "p6", name: "Boiler Repair and Maintenance", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-wearing-protective-suit-examines-boiler-home-generated-ai_24640-101149.jpg", imageAlt: "Technician working on a boiler."}
]}
title="Our Complete Project Gallery"
description="Discover the full scope of our expertise through a comprehensive showcase of Tyrone and Sons Plumbing's completed projects."
tag="Our Work"
tagAnimation="opacity"
/>
</div>
},
{
name: "Why Us",
id: "about",
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "Services", items: [
{
label: "Faucet Repair", href: "/services#faucet"},
{
label: "Water Heaters", href: "/services#water-heaters"},
{
label: "Pipe Repair", href: "/services#pipes"},
{
label: "Drain Cleaning", href: "/services#drains"},
],
},
{
title: "Company", items: [
{
label: "About Us", href: "/about"},
{
label: "Our Work", href: "/gallery"},
{
label: "Reviews", href: "/reviews"},
{
label: "Contact", href: "/contact"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
]}
copyrightText="© 2024 Tyrone and Sons Plumbing. All rights reserved."
/>
</div>
},
{
name: "Services",
id: "features",
},
{
name: "Gallery",
id: "gallery",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "FAQ",
id: "faq",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Doral Plumbing Co."
button={{
text: "Call Us Today!",
href: "tel:786-977-5727",
}}
animateOnLoad={true}
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardMedia
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "1",
title: "Modern Kitchen Faucet Installation",
description: "Upgrade your kitchen with stylish and functional fixtures for improved aesthetics and usability.",
tag: "Residential",
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-relaxing-bath_23-2148976865.jpg",
},
{
id: "2",
title: "Efficient Water Heater Replacement",
description: "Ensuring reliable hot water for your home with energy-efficient and durable water heater installations.",
tag: "Residential",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg",
},
{
id: "3",
title: "Commercial Pipe System Upgrade",
description: "Robust plumbing infrastructure solutions for businesses, designed for longevity and high performance.",
tag: "Commercial",
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg",
},
{
id: "4",
title: "Bathroom Fixture Renovation",
description: "Transforming bathrooms with elegant and durable fixtures that enhance both style and functionality.",
tag: "Residential",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-cleaning-shower_23-2149535084.jpg",
},
]}
title="Our Work in Action: A Gallery of Excellence"
description="Browse through our portfolio of successfully completed plumbing projects, showcasing our expertise in various residential and commercial settings across Miami."
tag="Project Showcase"
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardTwentySeven
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
features={[
{
id: "1",
title: "Leak Detection & Repair",
description: "Pinpointing and fixing hidden leaks efficiently to prevent costly water damage.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-washing-hands_23-2150323089.jpg",
},
{
id: "2",
title: "Drain Cleaning Solutions",
description: "Restoring full drainage and preventing future clogs with professional cleaning services.",
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg",
},
{
id: "3",
title: "Outdoor Plumbing Installations",
description: "From irrigation systems to outdoor sinks, we handle all your exterior plumbing needs.",
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131721.jpg",
},
{
id: "4",
title: "New Construction Plumbing",
description: "Complete plumbing setup for new residential and commercial buildings, ensuring optimal performance.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg",
},
]}
title="Diverse Projects, Consistent Quality"
description="From intricate pipe work to large-scale installations, our commitment to quality and customer satisfaction remains unwavering across all projects we undertake."
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardTen
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Kitchen Renovation Success!",
quote: "Doral Plumbing Co. handled our kitchen remodel with incredible professionalism. The new sink and faucet look amazing and work perfectly.",
name: "Sarah P.",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-dressed-grey-t-shirt-isolated_171337-7641.jpg",
},
{
id: "2",
title: "Emergency Pipe Repair",
quote: "When a pipe burst, they were there within the hour. Fast, reliable, and prevented major damage. Highly recommend their emergency service!",
name: "Michael L.",
role: "Business Owner",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg",
},
{
id: "3",
title: "Water Heater Install",
quote: "Excellent service for our new water heater installation. The team was courteous, clean, and completed the job swiftly.",
name: "Jessica R.",
role: "Property Manager",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-black-tshirt-standing-isolated-red-background-looking-away-side-with-smile-face-natural-expression-laughing-confident_839833-32367.jpg",
},
{
id: "4",
title: "Bathroom Fixture Upgrade",
quote: "Professional and meticulous work on our bathroom upgrade. The new fixtures are beautiful and installed perfectly. Very happy!",
name: "Emily S.",
role: "Resident",
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-joyful-expression-has-perfect-smile-white-teeth-laughs-something-funny_273609-17078.jpg",
},
]}
title="What Our Clients Say About Our Work"
description="Hear directly from satisfied customers about the quality and impact of our plumbing projects and dedicated service."
tag="Client Feedback"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Services",
items: [
{
label: "Faucet Repair",
href: "/services#faucet",
},
{
label: "Water Heater",
href: "/services#waterheater",
},
{
label: "Pipe Repair",
href: "/services#piperepair",
},
{
label: "Drain Cleaning",
href: "/services#draincleaning",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Our Work",
href: "/gallery",
},
{
label: "Reviews",
href: "/reviews",
},
{
label: "FAQs",
href: "/faq",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Contact",
items: [
{
label: "(305) 123-4567",
href: "tel:+13051234567",
},
{
label: "info@doralplumbing.com",
href: "mailto:info@doralplumbing.com",
},
{
label: "123 Main St, Doral, FL",
href: "#",
},
],
},
]}
copyrightText="© 2024 Doral Plumbing Co. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -32,26 +32,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "hero",
},
name: "Home", id: "/"},
{
name: "Why Us", id: "about",
},
name: "Why Us", id: "/about"},
{
name: "Services", id: "features",
},
name: "Services", id: "/services"},
{
name: "Gallery", href: "/gallery",
},
name: "Gallery", id: "/gallery"},
{
name: "Reviews", id: "testimonials",
},
name: "Reviews", id: "/reviews"},
{
name: "FAQ", id: "faq",
},
name: "FAQ", id: "/faq"},
{
name: "Contact", id: "contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Tyrone and Sons Plumbing"
button={{
@@ -63,7 +56,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="Tyrone and Sons Plumbing"
description="Your trusted local experts for all plumbing needs. Tyrone and Sons Plumbing delivers prompt, reliable, and high-quality service."
description="Your trusted local experts for all plumbing needs in Doral, Miami. From leaky faucets to water heater installations, we deliver prompt, reliable, and high-quality service."
buttons={[
{
text: "Schedule Service", href: "/contact"},
@@ -72,7 +65,7 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131721.jpg"
imageAlt="Professional plumber with tools, ready for service."
imageAlt="Plumbing tools and materials, ready for service."
showDimOverlay={true}
/>
</div>
@@ -80,14 +73,14 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={false}
tag="Why Choose Us"
tag="Why Choose Tyrone and Sons"
tagAnimation="opacity"
title="Tyrone and Sons Plumbing: Top-Rated Experts"
description="With a strong reputation, Tyrone and Sons Plumbing is committed to providing exceptional service. Our experienced team handles a wide range of fixtures and systems, ensuring reliable and lasting solutions for your home or business."
title="Tyrone and Sons: Doral's Top-Rated Plumbing Experts"
description="With a 4.8-star rating and over 20 years of dedicated service, Tyrone and Sons Plumbing is committed to providing exceptional service. Our experienced team handles a wide range of fixtures and systems, ensuring reliable and lasting solutions for your home or business."
subdescription="We pride ourselves on professionalism, transparent pricing, and customer satisfaction. Your plumbing needs are our priority."
icon={Gauge}
imageSrc="http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg"
imageAlt="Satisfied customer shaking hands with a Tyrone and Sons Plumbing plumber."
imageAlt="Experienced plumber examining a kitchen sink."
mediaAnimation="slide-up"
/>
</div>
@@ -103,13 +96,13 @@ export default function LandingPage() {
title: "Faucet Repair & Installation", description: "Expert repair for leaky faucets and professional installation of new fixtures to enhance your kitchen and bathroom.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-washing-hands_23-2150323089.jpg", imageAlt: "Plumber fixing a leaky faucet."},
{
id: 2,
title: "Water Heater Services", description: "Installation, repair, and maintenance for all types of water heaters, ensuring you always have hot water when you need it.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg", imageAlt: "Technician installing a new water heater."},
title: "Water Heater Services", description: "Installation, repair, and maintenance for all types of water heaters, ensuring you always have hot water when you need it.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg?_wi=1", imageAlt: "Technician installing a new water heater."},
{
id: 3,
title: "Pipe Repair & Replacement", description: "Skilled diagnosis and repair of burst pipes, leaks, and complete pipe replacement for residential and commercial properties.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg", imageAlt: "Plumber repairing pipes underground."},
title: "Pipe Repair & Replacement", description: "Skilled diagnosis and repair of burst pipes, leaks, and complete pipe replacement for residential and commercial properties.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg?_wi=2", imageAlt: "Plumber repairing pipes underground."},
]}
title="Comprehensive Plumbing Solutions"
description="From minor leaks to major installations, Tyrone and Sons Plumbing offers a full spectrum of services to keep your plumbing system running smoothly."
title="Tyrone and Sons: Comprehensive Plumbing Solutions"
description="From minor leaks to major installations, Tyrone and Sons Plumbing offers a full spectrum of services to keep your plumbing system running smoothly in Doral and Miami."
tag="Our Services"
tagAnimation="opacity"
/>
@@ -123,16 +116,16 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Modern Kitchen Sink Installation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-relaxing-bath_23-2148976865.jpg", imageAlt: "Newly installed modern kitchen sink."},
id: "p1", name: "Modern Kitchen Sink Installation by Tyrone and Sons", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-relaxing-bath_23-2148976865.jpg", imageAlt: "Newly installed modern kitchen sink by Tyrone and Sons."},
{
id: "p2", name: "Bathroom Fixture Upgrade", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-cleaning-shower_23-2149535084.jpg", imageAlt: "Elegant new bathroom fixtures installed."},
id: "p2", name: "Bathroom Fixture Upgrade by Tyrone and Sons", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-cleaning-shower_23-2149535084.jpg", imageAlt: "Elegant new bathroom fixtures installed by Tyrone and Sons."},
{
id: "p3", name: "Commercial Pipe System", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg", imageAlt: "Complex commercial pipe system installation."},
id: "p3", name: "Commercial Pipe System Installation by Tyrone and Sons", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg", imageAlt: "Complex commercial pipe system installation by Tyrone and Sons."},
{
id: "p4", name: "Water Softener System", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/girl-gym_1157-14927.jpg", imageAlt: "Residential water softener system installation."},
id: "p4", name: "Water Softener System Installation by Tyrone and Sons", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/girl-gym_1157-14927.jpg", imageAlt: "Residential water softener system installation by Tyrone and Sons."},
]}
title="Our Work Speaks for Itself"
description="Explore a selection of our recent projects, showcasing the quality and craftsmanship Tyrone and Sons Plumbing brings to every job."
title="Tyrone and Sons' Work Speaks for Itself"
description="Explore a selection of our recent projects, showcasing the quality and craftsmanship Tyrone and Sons Plumbing brings to every job in Doral and Miami."
tag="Project Gallery"
tagAnimation="opacity"
/>
@@ -146,19 +139,19 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Carlos M.", role: "Homeowner", company: "Local Client", rating: 5,
id: "1", name: "Carlos M.", role: "Homeowner", company: "Doral, FL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-dressed-grey-t-shirt-isolated_171337-7641.jpg"},
{
id: "2", name: "Maria P.", role: "Business Owner", company: "Local Client", rating: 5,
id: "2", name: "Maria P.", role: "Business Owner", company: "Miami, FL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg"},
{
id: "3", name: "David L.", role: "Resident", company: "Local Client", rating: 5,
id: "3", name: "David L.", role: "Resident", company: "Doral, FL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-black-tshirt-standing-isolated-red-background-looking-away-side-with-smile-face-natural-expression-laughing-confident_839833-32367.jpg"},
{
id: "4", name: "Sophia G.", role: "Property Manager", company: "Local Client", rating: 5,
id: "4", name: "Sophia G.", role: "Property Manager", company: "Miami, FL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-joyful-expression-has-perfect-smile-white-teeth-laughs-something-funny_273609-17078.jpg"},
]}
title="What Our Customers Say"
title="What Our Customers Say About Tyrone and Sons"
description="Hear directly from satisfied clients about their experience with Tyrone and Sons Plumbing's professional and efficient services."
tag="Client Reviews"
tagAnimation="opacity"
@@ -171,17 +164,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1", title: "What areas do you serve?", content: "We proudly serve the local area and surrounding regions. Contact us to confirm service availability in your specific location."},
id: "faq1", title: "What areas do you serve?", content: "Tyrone and Sons Plumbing proudly serves Doral, Miami, and surrounding areas in Florida. Contact us to confirm service availability in your specific location."},
{
id: "faq2", title: "Do you offer emergency services?", content: "Yes, we understand plumbing emergencies can happen at any time. Call us directly for urgent assistance, and we'll do our best to help."},
id: "faq2", title: "Do you offer emergency services?", content: "Yes, Tyrone and Sons Plumbing understands plumbing emergencies can happen at any time. Call us directly at 786-977-5727 for urgent assistance, and we'll do our best to help."},
{
id: "faq3", title: "How quickly can you respond?", content: "We strive for prompt response times. For non-emergencies, we'll schedule a convenient time. For emergencies, we aim to get to you as quickly as possible."},
id: "faq3", title: "How quickly can you respond?", content: "Tyrone and Sons Plumbing strives for prompt response times. For non-emergencies, we'll schedule a convenient time. For emergencies, we aim to get to you as quickly as possible."},
{
id: "faq4", title: "Are your plumbers licensed and insured?", content: "Absolutely. All our plumbers are fully licensed, insured, and highly experienced to provide you with peace of mind and professional service."},
id: "faq4", title: "Are your plumbers licensed and insured?", content: "Absolutely. All our plumbers at Tyrone and Sons Plumbing are fully licensed, insured, and highly experienced to provide you with peace of mind and professional service."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our plumbing services."
tag="Got Questions?"
title="Frequently Asked Questions About Tyrone and Sons Plumbing"
description="Find quick answers to common questions about Tyrone and Sons Plumbing services in Doral, Miami."
tag="Got Questions for Tyrone and Sons?"
tagAnimation="opacity"
faqsAnimation="slide-up"
/>
@@ -192,9 +185,7 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "plain"}}
text="Need expert plumbing assistance? Contact Tyrone and Sons Plumbing today for reliable service and lasting solutions.
Phone: 786-977-5727"
text="Need expert plumbing assistance in Doral? Contact Tyrone and Sons Plumbing today for reliable service and lasting solutions. \n\nAddress: 10430 NW 29th Terrace Suite 9736, Miami, FL 33172\nPhone: 786-977-5727"
buttons={[
{
text: "Get a Free Quote", href: "/contact"},
@@ -222,7 +213,7 @@ Phone: 786-977-5727"
{
title: "Company", items: [
{
label: "About Us", href: "/about"},
label: "Why Us", href: "/about"},
{
label: "Our Work", href: "/gallery"},
{

View File

@@ -2,11 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBase from '@/components/sections/footer/FooterBase';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
export default function ReviewsPage() {
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
@@ -21,86 +23,228 @@ export default function ReviewsPage() {
headingFontWeight="light"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", href: "/" },
{ name: "Why Us", href: "/why-us" },
{ name: "Services", id: "features" },
{ name: "Gallery", id: "gallery-preview" },
{ name: "Reviews", href: "/reviews" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
brandName="Doral Plumbing Co."
button={{
text: "Call Us Today!", href: "tel:786-977-5727"
}}
animateOnLoad={true}
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
<div id="customer-reviews" data-section="customer-reviews">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Carlos M.", role: "Homeowner", company: "Doral, FL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-dressed-grey-t-shirt-isolated_171337-7641.jpg"
},
{
id: "2", name: "Maria P.", role: "Business Owner", company: "Miami, FL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg"
},
{
id: "3", name: "David L.", role: "Resident", company: "Doral, FL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-black-tshirt-standing-isolated-red-background-looking-away-side-with-smile-face-natural-expression-laughing-confident_839833-32367.jpg"
},
{
id: "4", name: "Sophia G.", role: "Property Manager", company: "Miami, FL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-joyful-expression-has-perfect-smile-white-teeth-laughs-something-funny_273609-17078.jpg"
}
]}
title="Customer Testimonials & Reviews (4.8 Rating)"
description="Hear directly from satisfied clients about their experience with Doral Plumbing Co.'s professional and efficient services."
tag="Client Reviews"
tagAnimation="opacity"
/>
</div>
},
{
name: "Why Us",
id: "about",
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "Services", items: [
{ label: "Faucet Repair", href: "#features" },
{ label: "Water Heaters", href: "#features" },
{ label: "Pipe Repair", href: "#features" },
{ label: "Drain Cleaning", href: "#features" }
]
},
{
title: "Company", items: [
{ label: "Why Us", href: "/why-us" },
{ label: "Our Work", href: "#gallery-preview" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]
}
]}
copyrightText="© 2024 Doral Plumbing Co. All rights reserved."
/>
</div>
},
{
name: "Services",
id: "features",
},
{
name: "Gallery",
id: "gallery",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "FAQ",
id: "faq",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Doral Plumbing Co."
button={{
text: "Call Us Today!",
href: "tel:786-977-5727",
}}
animateOnLoad={true}
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Elena G.",
handle: "@ElenaG_Homes",
testimonial: "Absolutely fantastic service! The plumber was punctual, professional, and fixed my leaky faucet in no time. Highly recommend Doral Plumbing!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg",
},
{
id: "2",
name: "Carlos R.",
handle: "@CarlosMiamiBiz",
testimonial: "Had an emergency water heater issue on a Sunday, and Doral Plumbing Co. responded immediately. Their technician was knowledgeable and solved the problem efficiently. Five stars!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-dressed-grey-t-shirt-isolated_171337-7641.jpg",
},
{
id: "3",
name: "Maria S.",
handle: "@MariaS_Design",
testimonial: "Needed a complex pipe repair in my old house, and the team from Doral Plumbing did a superb job. Clean, courteous, and transparent pricing. Very impressed!",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-joyful-expression-has-perfect-smile-white-teeth-laughs-something-funny_273609-17078.jpg",
},
{
id: "4",
name: "David K.",
handle: "@DavidK_Invest",
testimonial: "They installed our new kitchen sink and garbage disposal flawlessly. Everything works perfectly, and the area was left spotless. Great work!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-black-tshirt-standing-isolated-red-background-looking-away-side-with-smile-face-natural-expression-laughing-confident_839833-32367.jpg",
},
{
id: "5",
name: "Sofia M.",
handle: "@SofiaM_Family",
testimonial: "Prompt and reliable service for a stubborn drain clog. The technician was friendly and explained everything clearly. Would call again!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg",
},
{
id: "6",
name: "Juan V.",
handle: "@JuanV_Realty",
testimonial: "Excellent service on multiple properties. Doral Plumbing Co. is our go-to for all commercial plumbing needs. Always professional!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-dressed-grey-t-shirt-isolated_171337-7641.jpg",
},
]}
showRating={true}
title="Trusted Plumbing Services, Reviewed by You"
description="Our commitment to excellent service is reflected in the honest feedback from our valued customers. See why Doral Plumbing Co. is Miami's preferred choice."
tag="Customer Voice"
/>
</div>
<div id="metric" data-section="metric">
<MetricCardFourteen
useInvertedBackground={true}
title="Our Service Impact"
tag="Excellence in Numbers"
metrics={[
{
id: "1",
value: "4.8/5",
description: "Average Customer Rating",
},
{
id: "2",
value: "5000+",
description: "Projects Completed Annually",
},
{
id: "3",
value: "98%",
description: "Customer Satisfaction Rate",
},
]}
metricsAnimation="blur-reveal"
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
tag="Share Your Experience"
title="Leave Us a Review or Request Service!"
description="Your feedback helps us grow and improve. If you've had a great experience, please consider leaving a review. If you need new service, we're here to help!"
buttons={[
{
text: "Submit a Review",
href: "/contact",
},
{
text: "Book a Service",
href: "/contact",
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Services",
items: [
{
label: "Faucet Repair",
href: "/services#faucet",
},
{
label: "Water Heater",
href: "/services#waterheater",
},
{
label: "Pipe Repair",
href: "/services#piperepair",
},
{
label: "Drain Cleaning",
href: "/services#draincleaning",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Our Work",
href: "/gallery",
},
{
label: "Reviews",
href: "/reviews",
},
{
label: "FAQs",
href: "/faq",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Contact",
items: [
{
label: "(305) 123-4567", href: "tel:+13051234567"},
{
label: "info@doralplumbing.com", href: "mailto:info@doralplumbing.com"},
{
label: "123 Main St, Doral, FL", href: "#"},
],
},
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -1,126 +0,0 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import { Gauge } from "lucide-react";
export default function WhyUsPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmall"
background="grid"
cardStyle="inset"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="light"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", href: "/" },
{ name: "Why Us", href: "/why-us" },
{ name: "Services", id: "features" },
{ name: "Gallery", id: "gallery-preview" },
{ name: "Reviews", href: "/reviews" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
brandName="Doral Plumbing Co."
button={{
text: "Call Us Today!", href: "tel:786-977-5727"
}}
animateOnLoad={true}
/>
</div>
<div id="why-us-intro" data-section="why-us-intro">
<TestimonialAboutCard
useInvertedBackground={false}
tag="Why Choose Us"
tagAnimation="opacity"
title="Doral's Top-Rated Plumbing Experts"
description="With a 4.8-star rating, Doral Plumbing Co. is committed to providing exceptional service. Our experienced team handles a wide range of fixtures and systems, ensuring reliable and lasting solutions for your home or business."
subdescription="We pride ourselves on professionalism, transparent pricing, and customer satisfaction. Your plumbing needs are our priority."
icon={Gauge}
imageSrc="http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg"
imageAlt="Satisfied customer shaking hands with a Doral Plumbing Co. plumber."
mediaAnimation="slide-up"
/>
</div>
<div id="our-specializations" data-section="our-specializations">
<FeatureCardSeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
features={[
{
id: 1,
title: "Faucet Repair & Installation", description: "Expert repair for leaky faucets and professional installation of new fixtures to enhance your kitchen and bathroom.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-washing-hands_23-2150323089.jpg", imageAlt: "Plumber fixing a leaky faucet."
},
{
id: 2,
title: "Water Heater Services", description: "Installation, repair, and maintenance for all types of water heaters, ensuring you always have hot water when you need it.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg", imageAlt: "Technician installing a new water heater."
},
{
id: 3,
title: "Pipe Repair & Replacement", description: "Skilled diagnosis and repair of burst pipes, leaks, and complete pipe replacement for residential and commercial properties.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg", imageAlt: "Plumber repairing pipes underground."
},
{
id: 4,
title: "Fixture Installation", description: "From sinks and toilets to showers and bathtubs, we handle all types of fixture installations with precision.", imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131721.jpg", imageAlt: "New bathroom fixtures being installed."
},
{
id: 5,
title: "Drain & Sewer Systems", description: "Comprehensive services for drain cleaning, sewer line repair, and maintenance to ensure efficient wastewater management.", imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg", imageAlt: "Plumber inspecting a drain system."
}
]}
title="Our Plumbing Specializations"
description="Our skilled technicians are experts in various plumbing specializations, ensuring precise and reliable solutions for every need."
tag="Expertise"
tagAnimation="opacity"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "Services", items: [
{ label: "Faucet Repair", href: "#features" },
{ label: "Water Heaters", href: "#features" },
{ label: "Pipe Repair", href: "#features" },
{ label: "Drain Cleaning", href: "#features" }
]
},
{
title: "Company", items: [
{ label: "Why Us", href: "/why-us" },
{ label: "Our Work", href: "#gallery-preview" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]
}
]}
copyrightText="© 2024 Doral Plumbing Co. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}