From 1bd88b386f35e42e0dc66f04ba23829f6b915938 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 04:24:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 188 ++++++++++++----------------------------------- 1 file changed, 46 insertions(+), 142 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c70b66..008f575 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -50,97 +44,54 @@ export default function LandingPage() { @@ -153,34 +104,22 @@ export default function LandingPage() { features={[ { icon: Wrench, - title: "Emergency Repairs", - description: "Quick help when you need it most—leaks, bursts, and urgent issues.", - }, + title: "Emergency Repairs", description: "Quick help when you need it most—leaks, bursts, and urgent issues."}, { icon: Search, - title: "Leak Detection", - description: "Find and fix hidden leaks before they cause damage.", - }, + title: "Leak Detection", description: "Find and fix hidden leaks before they cause damage."}, { icon: Droplets, - title: "Drain Cleaning", - description: "Fast and effective clog removal.", - }, + title: "Drain Cleaning", description: "Fast and effective clog removal."}, { icon: Droplets, - title: "Kitchen & Bathroom", - description: "Repairs, installs, and remodel plumbing support.", - }, + title: "Kitchen & Bathroom", description: "Repairs, installs, and remodel plumbing support."}, { icon: Wrench, - title: "Pipe Repair", - description: "Durable, long-lasting pipe solutions.", - }, + title: "Pipe Repair", description: "Durable, long-lasting pipe solutions."}, { icon: Flame, - title: "Water Heater Service", - description: "Installation and repair for reliable hot water.", - }, + title: "Water Heater Service", description: "Installation and repair for reliable hot water."}, ]} title="Our Services" description="Comprehensive plumbing solutions for all your residential needs in Lakewood." @@ -189,44 +128,20 @@ export default function LandingPage() {
@@ -252,7 +166,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Trusted Partner" description="Vinny Boy Plumbing has been serving the Lakewood community with honesty, integrity, and skilled craftsmanship for years." - imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg" tag="About Us" /> @@ -263,29 +177,19 @@ export default function LandingPage() { { items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Reviews", - href: "#reviews", - }, + label: "Reviews", href: "#reviews"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "Call: (253) 844-6920", - href: "tel:12538446920", - }, + label: "Call: (253) 844-6920", href: "tel:12538446920"}, { - label: "5471 Steilacoom Blvd SW B, Lakewood, WA", - href: "#", - }, + label: "5471 Steilacoom Blvd SW B, Lakewood, WA", href: "#"}, ], }, ]} -- 2.49.1