10 Commits

Author SHA1 Message Date
d36b6d4052 Update src/app/page.tsx 2026-03-21 10:42:20 +00:00
5eaa8de788 Update src/app/page.tsx 2026-03-21 10:41:50 +00:00
b0a5c3334f Merge version_1 into main
Merge version_1 into main
2026-03-21 10:37:11 +00:00
78d5043f59 Merge version_1 into main
Merge version_1 into main
2026-03-21 10:36:33 +00:00
a3da3962c1 Merge version_1 into main
Merge version_1 into main
2026-03-21 10:35:43 +00:00
7ad1aeba01 Merge version_1 into main
Merge version_1 into main
2026-03-21 10:34:58 +00:00
43f5eefff4 Merge version_1 into main
Merge version_1 into main
2026-03-21 10:34:27 +00:00
a5259bb263 Merge version_1 into main
Merge version_1 into main
2026-03-21 10:33:44 +00:00
6d9f7d04b2 Merge version_1 into main
Merge version_1 into main
2026-03-21 10:32:52 +00:00
5b7be44589 Merge version_1 into main
Merge version_1 into main
2026-03-21 10:29:16 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import AboutMetric from '@/components/sections/about/AboutMetric';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import ContactCenter from '@/components/sections/contact/ContactCenter';
@@ -108,35 +108,27 @@ export default function LandingPage() {
</div>
<div id="services" data-section="services">
<FeatureHoverPattern
<FeatureBento
title="Services We Offer"
description="From routine maintenance to emergency repairs, we handle all your plumbing and gas needs."
tag="Our Expertise"
tagIcon={Wrench}
features={[
{
icon: Droplet,
title: "Water Heater Repair & Installation", description: "Fast repairs or professional installation of new units. We work with all brands.", button: { text: "Call for Service", href: "tel:+17035551234" }
},
{
icon: AlertTriangle,
title: "Leak Detection & Repair", description: "Catch leaks early before they become expensive. We use advanced detection technology.", button: { text: "Schedule Inspection", href: "#contact" }
},
{
icon: Droplets,
title: "Toilet & Fixture Repair", description: "Dripping faucets, running toilets, clogs—we fix it all quickly and affordably.", button: { text: "Book Now", href: "tel:+17035551234" }
},
{
icon: Flame,
title: "Gas Line Services", description: "Licensed gas line installation, repair, and inspection. Safety certified and insured.", button: { text: "Get Quote", href: "#contact" }
},
{
icon: Shield,
title: "Emergency Plumbing", description: "Pipes burst? We're here 24/7. Same-day emergency service with transparent upfront pricing.", button: { text: "Call 24/7", href: "tel:+17035551234" }
},
{
icon: AlertTriangle,
title: "Drain Cleaning & Maintenance", description: "Professional drain cleaning, camera inspection, and preventative maintenance.", button: { text: "Schedule Service", href: "#contact" }
title: "Our Plumbing Services", description: "Comprehensive solutions for all your plumbing needs", bentoComponent: "3d-stack-cards", items: [
{
icon: Droplet,
title: "Water Heater", subtitle: "Repair & Installation", detail: "Fast repairs or professional installation of new units. We work with all brands."
},
{
icon: AlertTriangle,
title: "Leak Detection", subtitle: "& Repair", detail: "Catch leaks early before they become expensive. We use advanced detection technology."
},
{
icon: Droplets,
title: "Toilet & Fixture", subtitle: "Repair", detail: "Dripping faucets, running toilets, clogs—we fix it all quickly and affordably."
}
]
}
]}
animationType="slide-up"