Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 90d42cbf46 | |||
| fb55b44380 | |||
| f6d88b9dc3 | |||
| bda78435c9 | |||
| 11c10e4d20 | |||
| 8b1bd46bc8 | |||
| 69f447a6a0 | |||
| f5a177fba3 | |||
| f5617ed958 | |||
| dae3cdb62d |
@@ -2,11 +2,11 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
|
||||
export default function FAQPage() {
|
||||
export default function FaqPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
@@ -24,24 +24,18 @@ export default function FAQPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", href: "/"},
|
||||
{
|
||||
name: "Why Us", href: "/#about"},
|
||||
{
|
||||
name: "Services", href: "/#features"},
|
||||
{
|
||||
name: "Gallery", href: "/#gallery-preview"},
|
||||
{
|
||||
name: "Reviews", href: "/#testimonials"},
|
||||
{
|
||||
name: "FAQ", href: "/faq"},
|
||||
{
|
||||
name: "Contact", href: "/contact"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Why 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="Tyrone and Sons Plumbing"
|
||||
brandName="Doral Plumbing Co."
|
||||
button={{
|
||||
text: "Call Us Today!", href: "tel:786-977-5727"}}
|
||||
text: "Call Us Today!", href: "tel:786-977-5727"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -52,21 +46,26 @@ export default function FAQPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1", title: "What areas do you serve?", content: "Tyrone and Sons Plumbing proudly serves Miami, FL, and surrounding areas. Contact us at 786-977-5727 to confirm service availability in your specific location."},
|
||||
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: "What are your specialties?", content: "We specialize in a comprehensive range of plumbing services including fixtures (faucet, toilet, shower repairs and installations) and full plumbing systems (water heaters, pipe repair, drain cleaning).
|
||||
"},
|
||||
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: "Do you offer emergency services?", content: "Yes, we understand 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: "faq4", 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: "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."},
|
||||
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: "Where are you located?", content: "Our address is 10430 NW 29th Terrace Suite 9736, Miami, FL 33172."},
|
||||
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="Welcome to Tyrone and Sons Plumbing! We specialize in fixtures and systems, serving our community with reliable plumbing solutions. Address: 10430 NW 29th Terrace Suite 9736, Miami, FL 33172. Phone: 786-977-5727."
|
||||
description="Find quick answers to common questions about our plumbing services."
|
||||
tag="Got Questions?"
|
||||
tagAnimation="opacity"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -78,41 +77,31 @@ export default function FAQPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Faucet Repair", href: "/#features"},
|
||||
{
|
||||
label: "Water Heaters", href: "/#features"},
|
||||
{
|
||||
label: "Pipe Repair", href: "/#features"},
|
||||
{
|
||||
label: "Drain Cleaning", href: "/#features"},
|
||||
],
|
||||
{ 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-preview"},
|
||||
{
|
||||
label: "Reviews", href: "/#testimonials"},
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
{ 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: "#"},
|
||||
],
|
||||
},
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Tyrone and Sons Plumbing. All rights reserved."
|
||||
copyrightText="© 2024 Doral Plumbing Co. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -3,8 +3,8 @@
|
||||
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 ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
|
||||
export default function GalleryPage() {
|
||||
return (
|
||||
@@ -25,7 +25,7 @@ export default function GalleryPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", href: "/"},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Why Us", id: "about"},
|
||||
{
|
||||
@@ -39,36 +39,36 @@ export default function GalleryPage() {
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Doral Plumbing Co."
|
||||
brandName="Tyrone and Sons Plumbing"
|
||||
button={{
|
||||
text: "Call Us Today!", href: "tel:786-977-5727"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery-main" data-section="gallery-main">
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "g1", name: "Leak Detection & Repair", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/plumber-fixing-faucet-bathroom_107420-13658.jpg", imageAlt: "Plumber checking for leaks under a sink."},
|
||||
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: "g2", name: "Water Heater Replacement", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/worker-fix-water-heater-electric-boiler_23-2148767939.jpg", imageAlt: "Technician replacing an old water heater."},
|
||||
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: "g3", name: "Drain Cleaning Service", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/plumber-cleaning-clogged-drain-pipe_1186-2180.jpg", imageAlt: "Plumber using equipment to clear a drain."},
|
||||
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: "g4", name: "Commercial Pipe Installation", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/man-repairing-pipe_23-2148752002.jpg", imageAlt: "New commercial plumbing pipes being installed."},
|
||||
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: "g5", name: "Bathroom Remodel Plumbing", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/plumber-repairing-bathroom-sink_13339-16518.jpg", imageAlt: "Plumbing work during a bathroom renovation."},
|
||||
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: "g6", name: "Outdoor Spigot Repair", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-dirty-kitchen-sink-with-sponge-rubber-gloves_23-2149021644.jpg", imageAlt: "Plumber repairing an exterior water spigot."}
|
||||
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 Plumbing Work Gallery"
|
||||
description="Discover the quality and range of plumbing services provided by Doral Plumbing Co. Each project reflects our commitment to excellence and customer satisfaction."
|
||||
tag="Recent Projects"
|
||||
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>
|
||||
@@ -109,7 +109,7 @@ export default function GalleryPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Doral Plumbing Co. All rights reserved."
|
||||
copyrightText="© 2024 Tyrone and Sons Plumbing. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -32,21 +32,28 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", href: "/"},
|
||||
name: "Home", id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Why Us", id: "about"},
|
||||
name: "Why Us", id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services", id: "features"},
|
||||
name: "Services", id: "features",
|
||||
},
|
||||
{
|
||||
name: "Gallery", href: "/gallery"},
|
||||
name: "Gallery", href: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Reviews", id: "testimonials"},
|
||||
name: "Reviews", id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "FAQ", id: "faq"},
|
||||
name: "FAQ", id: "faq",
|
||||
},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
name: "Contact", id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Doral Plumbing Co."
|
||||
brandName="Tyrone and Sons Plumbing"
|
||||
button={{
|
||||
text: "Call Us Today!", href: "tel:786-977-5727"}}
|
||||
animateOnLoad={true}
|
||||
@@ -55,8 +62,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Doral Plumbing Co."
|
||||
description="Your trusted local experts in Doral with a 4.8-star rating. We handle all plumbing needs from leaky faucets to water heater installations, delivering prompt, reliable, and high-quality service."
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service", href: "/contact"},
|
||||
@@ -75,12 +82,12 @@ export default function LandingPage() {
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
imageAlt="Satisfied customer shaking hands with a Tyrone and Sons Plumbing plumber."
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -102,7 +109,7 @@ export default function LandingPage() {
|
||||
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="Comprehensive Plumbing Solutions"
|
||||
description="From minor leaks to major installations, Doral Plumbing Co. offers a full spectrum of services to keep your plumbing system running smoothly."
|
||||
description="From minor leaks to major installations, Tyrone and Sons Plumbing offers a full spectrum of services to keep your plumbing system running smoothly."
|
||||
tag="Our Services"
|
||||
tagAnimation="opacity"
|
||||
/>
|
||||
@@ -125,7 +132,7 @@ export default function LandingPage() {
|
||||
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."},
|
||||
]}
|
||||
title="Our Work Speaks for Itself"
|
||||
description="Explore a selection of our recent projects, showcasing the quality and craftsmanship Doral Plumbing Co. brings to every job."
|
||||
description="Explore a selection of our recent projects, showcasing the quality and craftsmanship Tyrone and Sons Plumbing brings to every job."
|
||||
tag="Project Gallery"
|
||||
tagAnimation="opacity"
|
||||
/>
|
||||
@@ -139,20 +146,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Carlos M.", role: "Homeowner", company: "Doral, FL", rating: 5,
|
||||
id: "1", name: "Carlos M.", role: "Homeowner", company: "Local Client", 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,
|
||||
id: "2", name: "Maria P.", role: "Business Owner", company: "Local Client", 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,
|
||||
id: "3", name: "David L.", role: "Resident", company: "Local Client", 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,
|
||||
id: "4", name: "Sophia G.", role: "Property Manager", company: "Local Client", 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"
|
||||
description="Hear directly from satisfied clients about their experience with Doral Plumbing Co.'s professional and efficient services."
|
||||
description="Hear directly from satisfied clients about their experience with Tyrone and Sons Plumbing's professional and efficient services."
|
||||
tag="Client Reviews"
|
||||
tagAnimation="opacity"
|
||||
/>
|
||||
@@ -164,7 +171,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1", title: "What areas do you serve?", content: "We proudly serve Doral, Miami, and surrounding areas in Florida. Contact us to confirm service availability in your specific location."},
|
||||
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."},
|
||||
{
|
||||
@@ -185,7 +192,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
text="Need expert plumbing assistance in Doral? Contact Doral Plumbing Co. today for reliable service and lasting solutions. \n\nAddress: 10430 NW 29th Terrace Suite 9736, Miami, FL 33172\nPhone: 786-977-5727"
|
||||
text="Need expert plumbing assistance? Contact Tyrone and Sons Plumbing today for reliable service and lasting solutions.
|
||||
|
||||
Phone: 786-977-5727"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote", href: "/contact"},
|
||||
@@ -231,7 +240,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Doral Plumbing Co. All rights reserved."
|
||||
copyrightText="© 2024 Tyrone and Sons Plumbing. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
|
||||
export default function ReviewsPage() {
|
||||
return (
|
||||
@@ -24,29 +24,23 @@ export default function ReviewsPage() {
|
||||
<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"},
|
||||
{
|
||||
name: "Reviews", href: "/reviews"},
|
||||
{
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ 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"}}
|
||||
text: "Call Us Today!", href: "tel:786-977-5727"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews-content" data-section="reviews-content">
|
||||
<div id="customer-reviews" data-section="customer-reviews">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -55,18 +49,22 @@ export default function ReviewsPage() {
|
||||
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"},
|
||||
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"},
|
||||
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"},
|
||||
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"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-joyful-expression-has-perfect-smile-white-teeth-laughs-something-funny_273609-17078.jpg"
|
||||
}
|
||||
]}
|
||||
title="Our 4.8-Star Rated Customer Reviews"
|
||||
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"
|
||||
@@ -78,36 +76,26 @@ export default function ReviewsPage() {
|
||||
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"},
|
||||
],
|
||||
{ label: "Faucet Repair", href: "#features" },
|
||||
{ label: "Water Heaters", href: "#features" },
|
||||
{ label: "Pipe Repair", href: "#features" },
|
||||
{ label: "Drain Cleaning", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/why-us"},
|
||||
{
|
||||
label: "Our Work", href: "/gallery"},
|
||||
{
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
{ 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: "#"},
|
||||
],
|
||||
},
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Doral Plumbing Co. All rights reserved."
|
||||
/>
|
||||
@@ -115,4 +103,4 @@ export default function ReviewsPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -3,8 +3,9 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
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() {
|
||||
@@ -25,29 +26,23 @@ export default function WhyUsPage() {
|
||||
<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"},
|
||||
{
|
||||
name: "Reviews", href: "/reviews"},
|
||||
{
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ 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"}}
|
||||
text: "Call Us Today!", href: "tel:786-977-5727"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us-content" data-section="why-us-content">
|
||||
<div id="why-us-intro" data-section="why-us-intro">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Why Choose Us"
|
||||
@@ -62,41 +57,65 @@ export default function WhyUsPage() {
|
||||
/>
|
||||
</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: "/services#faucet"},
|
||||
{
|
||||
label: "Water Heaters", href: "/services#water-heaters"},
|
||||
{
|
||||
label: "Pipe Repair", href: "/services#pipes"},
|
||||
{
|
||||
label: "Drain Cleaning", href: "/services#drains"},
|
||||
],
|
||||
{ label: "Faucet Repair", href: "#features" },
|
||||
{ label: "Water Heaters", href: "#features" },
|
||||
{ label: "Pipe Repair", href: "#features" },
|
||||
{ label: "Drain Cleaning", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/why-us"},
|
||||
{
|
||||
label: "Our Work", href: "/gallery"},
|
||||
{
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
{ 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: "#"},
|
||||
],
|
||||
},
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Doral Plumbing Co. All rights reserved."
|
||||
/>
|
||||
@@ -104,4 +123,4 @@ export default function WhyUsPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user