From 1ec95e118ac8a817bc8923ca0242024c2fb06581 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:33:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 221 +++++++++++++---------------------------------- 1 file changed, 60 insertions(+), 161 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2eb64c8..45eceb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,107 +45,57 @@ export default function LandingPage() {
@@ -166,34 +108,22 @@ export default function LandingPage() { features={[ { icon: Droplets, - title: "Leak Repairs", - description: "Detecting and fixing leaks to prevent property damage.", - }, + title: "Leak Repairs", description: "Detecting and fixing leaks to prevent property damage."}, { icon: Waves, - title: "Drain Cleaning", - description: "Advanced equipment to clear stubborn blockages effectively.", - }, + title: "Drain Cleaning", description: "Advanced equipment to clear stubborn blockages effectively."}, { icon: Wrench, - title: "Fixture Installation", - description: "Professional installation for sinks, faucets, and more.", - }, + title: "Fixture Installation", description: "Professional installation for sinks, faucets, and more."}, { icon: Droplets, - title: "Sump Pumps", - description: "Reliable sump pump repair and maintenance services.", - }, + title: "Sump Pumps", description: "Reliable sump pump repair and maintenance services."}, { icon: AlertTriangle, - title: "Emergency Services", - description: "Available when you need us most for urgent issues.", - }, + title: "Emergency Services", description: "Available when you need us most for urgent issues."}, { icon: Settings, - title: "System Repairs", - description: "Comprehensive maintenance for your entire plumbing system.", - }, + title: "System Repairs", description: "Comprehensive maintenance for your entire plumbing system."}, ]} title="Our Plumbing Services" description="From emergency repairs to full system maintenance, we provide quality craftsmanship." @@ -202,44 +132,20 @@ export default function LandingPage() {
@@ -258,16 +174,13 @@ export default function LandingPage() { @@ -276,37 +189,23 @@ export default function LandingPage() {