diff --git a/src/app/page.tsx b/src/app/page.tsx index ca4c46b..f1cafc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"