Files
bea76a06-258d-488f-bc61-d9d…/src/app/page.tsx
2026-03-03 21:34:32 +00:00

230 lines
15 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroSplit from "@/components/sections/hero/HeroSplit";
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
import MediaAbout from "@/components/sections/about/MediaAbout";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Zap, Wrench, Award, MapPin, Star, HelpCircle, Phone } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="smallMedium"
sizing="large"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="T&T Plumbing Works"
navItems={[
{ name: "Services", id: "services" },
{ name: "Why Us", id: "whyus" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
]}
button={{
text: "073 932 5696", href: "tel:0739325696"
}}
animateOnLoad={true}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplit
title="Trusted Local Plumbers in Johannesburg Fast, Reliable & Affordable"
description="5.0-Star Rated Plumbing Services in Eldorado Park & Surrounding Areas. Skilled & Experienced. Fair & Transparent Pricing. Fast Response Times."
background={{ variant: "glowing-orb" }}
tag="Local Plumbing Expert"
tagIcon={Zap}
buttons={[
{ text: "📞 Call Now 073 932 5696", href: "tel:0739325696" },
{ text: "Request a Free Quote", href: "#contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/plumber-man-fixing-kitchen-sink_53876-27.jpg"
imageAlt="Professional plumbers at work in Johannesburg"
imagePosition="right"
mediaAnimation="slide-up"
/>
</div>
<div id="services" data-section="services">
<FeatureCardTwentySeven
title="Our Plumbing Services"
description="Comprehensive plumbing solutions for homes and businesses in Johannesburg. From repairs to installations, we handle it all."
tag="Complete Solutions"
tagIcon={Wrench}
features={[
{
id: "1", title: "Tap Installation & Repair", description: "Expert tap installation and repair services to fix leaks and upgrade your fixtures.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg", imageAlt: "Tap installation service"
},
{
id: "2", title: "Shower Installation & Repair", description: "Modern shower solutions including installation, repairs, and upgrades for your bathroom.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg", imageAlt: "Shower installation service"
},
{
id: "3", title: "Toilet Installation & Repair", description: "Quick and efficient toilet installation and repair services with quality workmanship.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg", imageAlt: "Toilet installation service"
},
{
id: "4", title: "Water Heater (Geyser) Installation", description: "Professional geyser installation ensuring reliable hot water supply for your home.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg", imageAlt: "Water heater installation"
},
{
id: "5", title: "Plumbing Pipe Repair", description: "Pipe repair and replacement services to prevent water damage and leaks.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg", imageAlt: "Plumbing pipe repair"
},
{
id: "6", title: "Sewer & Drain Repair", description: "Expert sewer and drain cleaning and repair services to keep your systems flowing smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Sewer and drain repair"
}
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
/>
</div>
<div id="whyus" data-section="whyus">
<MetricCardSeven
title="Why Choose T&T Plumbing Works"
description="We stand out in the plumbing industry with our commitment to quality, affordability, and customer satisfaction."
tag="Trusted By Local Customers"
tagIcon={Award}
metrics={[
{
id: "1", value: "5.0★", title: "Rating by Local Customers", items: ["20+ verified reviews", "Consistent quality workmanship", "Professional service delivery"]
},
{
id: "2", value: "100%", title: "Transparent & Fair Pricing", items: ["No hidden charges", "Upfront quotes provided", "Quality guaranteed"]
},
{
id: "3", value: "Fast", title: "Reliable & On-Time Service", items: ["Quick response times", "Same-day service available", "Professional & friendly approach"]
}
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about">
<MediaAbout
title="About T&T Plumbing Works"
description="T&T Plumbing Works is a trusted local plumbing business serving Eldorado Park and Johannesburg. We specialize in reliable, high-quality plumbing repairs and installations. With consistent 5-star service and a commitment to fair pricing, we ensure every job is completed professionally and efficiently. Our team of skilled plumbers brings years of experience to every project, from emergency repairs to complex installations. We're dedicated to building lasting relationships with our customers by delivering exceptional workmanship and outstanding customer service."
tag="Eldorado Park & Johannesburg"
tagIcon={MapPin}
buttons={[
{ text: "Call Us Today", href: "tel:0739325696" }
]}
imageSrc="http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg"
imageAlt="T&T Plumbing Works team"
useInvertedBackground={false}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="What Our Clients Say"
description="Read testimonials from satisfied customers in Eldorado Park and Johannesburg who trust T&T Plumbing Works."
tag="Customer Reviews"
tagIcon={Star}
testimonials={[
{
id: "1", name: "Sarah Johnson, Homeowner", date: "Date: 15 March 2025", title: "Excellent Service & Quality Workmanship", quote: "Had multiple plumbing repairs done including geyser replacements. Very satisfied with all the work done. The team was professional, punctual, and left everything clean. Highly recommended!", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Satisfied customer"
},
{
id: "2", name: "Michael Chen, Business Owner", date: "Date: 20 February 2025", title: "Trustworthy & Professional", quote: "Excellent service, quality workmanship and trustworthy. We've used T&T Plumbing for our office building and they consistently deliver. Fair pricing and they always respect our time.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Business testimonial"
},
{
id: "3", name: "Emily Rodriguez, Property Manager", date: "Date: 10 February 2025", title: "Fast Response & Reliable", quote: "When our main pipe burst, T&T responded within hours. Professional, efficient, and the pricing was transparent. They're now our go-to plumber for all our properties in Johannesburg.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Property manager testimonial"
},
{
id: "4", name: "David Ntuli, Homeowner", date: "Date: 28 January 2025", title: "Friendly, Skilled & Affordable", quote: "From tap installation to shower repairs, these guys know their craft. They explained every step, fixed the issues properly, and their prices were very reasonable. I recommend them to everyone!", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", avatarAlt: "David Ntuli", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Happy customer testimonial"
}
]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Frequently Asked Questions"
description="Find answers to common questions about our plumbing services in Johannesburg."
tag="Help & Support"
tagIcon={HelpCircle}
faqs={[
{
id: "1", title: "Do you offer emergency plumbing services?", content: "Yes! We provide emergency plumbing services for burst pipes, major leaks, and other urgent issues. Call us at 073 932 5696 and we'll respond quickly to address your emergency."
},
{
id: "2", title: "What areas do you service?", content: "We service Eldorado Park, Johannesburg, and surrounding areas. Our coverage includes residential and commercial properties. Contact us to confirm service availability for your specific location."
},
{
id: "3", title: "Do you provide free quotes?", content: "Yes, we provide free quotes for all plumbing services. We assess the issue, explain what needs to be done, provide transparent pricing, and only proceed with your approval."
},
{
id: "4", title: "What payment methods do you accept?", content: "We accept cash, bank transfers, and card payments. We provide invoices for all services rendered and maintain clear payment terms with our clients."
},
{
id: "5", title: "Are your plumbers licensed and experienced?", content: "Yes, our team consists of skilled, experienced plumbers with proven track records. We maintain high professional standards and deliver quality workmanship on every job."
},
{
id: "6", title: "How quickly can you respond to service calls?", content: "We aim to respond to calls within hours of contact. For emergencies, we prioritize same-day service where possible. Call 073 932 5696 to schedule or discuss urgent needs."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/serious-businessman-explaining-something-his-coworkers-meeting-office_637285-239.jpg"
imageAlt="Professional plumbing help"
mediaAnimation="slide-up"
mediaPosition="left"
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Request Your Free Plumbing Quote"
description="Fill out the form below and we'll get back to you quickly with a transparent quote. No hidden charges, just honest plumbing solutions."
inputs={[
{ name: "name", type: "text", placeholder: "Your Full Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email Address", required: true },
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
{ name: "service", type: "text", placeholder: "What service do you need? (e.g., Geyser repair, Tap installation)", required: true }
]}
textarea={{
name: "message", placeholder: "Describe your plumbing issue in detail...", rows: 5,
required: true
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/serious-businessman-explaining-something-his-coworkers-meeting-office_637285-239.jpg"
imageAlt="Professional plumbing consultation"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Request My Free Quote"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="T&T Plumbing Works"
copyrightText="© 2025 T&T Plumbing Works. All rights reserved. | Ext1, 27 Harvard Rd, Eldorado Park, Johannesburg, 1812 | 073 932 5696"
socialLinks={[
{ icon: Phone, href: "tel:0739325696", ariaLabel: "Call us" },
{ icon: MapPin, href: "#", ariaLabel: "Our location" }
]}
/>
</div>
</ThemeProvider>
);
}