Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e06ebe1b27 | |||
| 157fcebaed | |||
| 40fb911c9c | |||
| 3c427bbbfa | |||
| e8ebf4cc2c | |||
| a63fa0c514 |
@@ -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" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user