4 Commits

Author SHA1 Message Date
157fcebaed Update src/app/page.tsx 2026-04-26 00:53:25 +00:00
3c427bbbfa Update src/app/page.tsx 2026-04-26 00:51:27 +00:00
e8ebf4cc2c Merge version_1 into main
Merge version_1 into main
2026-04-26 00:49:59 +00:00
a63fa0c514 Merge version_1 into main
Merge version_1 into main
2026-04-26 00:49:33 +00:00

View File

@@ -89,13 +89,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Drain Cleaning", description: "Professional unclogging for kitchens, bathrooms, and outdoor drains.", bentoComponent: "reveal-icon", icon: Droplets
title: "Drain Cleaning", description: "Professional unclogging for kitchens, bathrooms, and outdoor drains.", bentoComponent: "reveal-icon", icon: Droplets, button: { text: "Book Now", href: "#contact" }
},
{
title: "Water Cleanup", description: "Emergency water restoration and flood cleanup services.", bentoComponent: "reveal-icon", icon: AlertTriangle
title: "Water Cleanup", description: "Emergency water restoration and flood cleanup services.", bentoComponent: "reveal-icon", icon: AlertTriangle, button: { text: "Book Now", href: "#contact" }
},
{
title: "Emergency Repairs", description: "Fast-response plumbing repair teams available day and night.", bentoComponent: "reveal-icon", icon: Zap
title: "Emergency Repairs", description: "Fast-response plumbing repair teams available day and night.", bentoComponent: "reveal-icon", icon: Zap, button: { text: "Book Now", href: "#contact" }
}
]}
title="Comprehensive Plumbing Solutions"
@@ -129,7 +129,7 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "1M+", description: "Successful Jobs" },
{ id: "m1", value: "91+", description: "Years in Buisness " },
{ id: "m2", value: "4.8", description: "Average Rating" },
{ id: "m3", value: "30min", description: "Average Response" }
]}