From 82ca390853b2cb3943856de67a6a94410f739ff5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 16:41:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 201 ++++++++++++----------------------------------- 1 file changed, 50 insertions(+), 151 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 510d8d9..5fd1295 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -57,103 +47,58 @@ export default function LandingPage() { @@ -165,23 +110,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Leak Repair", - description: "From dripping faucets to hidden pipe leaks, we fix it fast.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg", - imageAlt: "Leak repair", - }, + title: "Leak Repair", description: "From dripping faucets to hidden pipe leaks, we fix it fast.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg", imageAlt: "Leak repair"}, { - title: "Drain Cleaning", - description: "Clogged drains cleared professionally to keep them flowing.", - imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg", - imageAlt: "Drain cleaning", - }, + title: "Drain Cleaning", description: "Clogged drains cleared professionally to keep them flowing.", imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg", imageAlt: "Drain cleaning"}, { - title: "Water Heaters", - description: "Repair or install tank and tankless water heating systems.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg", - imageAlt: "Water heaters", - }, + title: "Water Heaters", description: "Repair or install tank and tankless water heating systems.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg", imageAlt: "Water heaters"}, ]} title="Plumbing Services We Offer" description="Professional solutions for your plumbing needs, big or small." @@ -195,17 +128,11 @@ export default function LandingPage() { description="At Merriott Plumbing, we believe in honest work, fair pricing, and getting the job done right the first time. Whether it’s a small leak or a major repair, we bring experience, professionalism, and care to every job." metrics={[ { - value: "10+", - title: "Years Exp.", - }, + value: "10+", title: "Years Exp."}, { - value: "500+", - title: "Jobs Done", - }, + value: "500+", title: "Jobs Done"}, { - value: "100%", - title: "Satisfaction", - }, + value: "100%", title: "Satisfaction"}, ]} imageSrc="http://img.b2bpic.net/free-photo/full-shot-smiley-people-wearing-helmets_23-2149366642.jpg" mediaAnimation="blur-reveal" @@ -223,20 +150,11 @@ export default function LandingPage() { description="We stand behind our work with a commitment to local quality." metrics={[ { - id: "m1", - value: "24/7", - description: "Emergency service availability", - }, + id: "m1", value: "24/7", description: "Emergency service availability"}, { - id: "m2", - value: "100%", - description: "Licensed and insured team", - }, + id: "m2", value: "100%", description: "Licensed and insured team"}, { - id: "m3", - value: "Flat", - description: "Transparent, upfront pricing", - }, + id: "m3", value: "Flat", description: "Transparent, upfront pricing"}, ]} /> @@ -245,20 +163,15 @@ export default function LandingPage() { @@ -269,37 +182,23 @@ export default function LandingPage() { logoText="Merriott Plumbing" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Leak Repair", - href: "/services", - }, + label: "Leak Repair", href: "/services"}, { - label: "Drain Cleaning", - href: "/services", - }, + label: "Drain Cleaning", href: "/services"}, { - label: "Water Heaters", - href: "/services", - }, + label: "Water Heaters", href: "/services"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, { - label: "Reviews", - href: "/reviews", - }, + label: "Reviews", href: "/reviews"}, ], }, ]} @@ -309,4 +208,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1