From d4913722d15cb83408323647fc2c512a44f9b1e7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:20:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 302 +++++++++-------------------------------------- 1 file changed, 55 insertions(+), 247 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6205054..9522181 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -182,24 +97,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Boiler Service & Repair", - description: "Keep your home warm with our expert boiler inspection and repair service.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg", - imageAlt: "Boiler service", - }, - { - title: "General Plumbing", - description: "From leaky taps to major pipe repairs, we handle all residential needs.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", - imageAlt: "General plumbing", - }, - { - title: "System Upgrades", - description: "Modernize your home heating setup with our energy-efficient systems.", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg", - imageAlt: "Heating system", - }, + { title: "Boiler Service & Repair", description: "Keep your home warm with our expert boiler inspection and repair service.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg", imageAlt: "Boiler service" }, + { title: "General Plumbing", description: "From leaky taps to major pipe repairs, we handle all residential needs.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", imageAlt: "General plumbing" }, + { title: "System Upgrades", description: "Modernize your home heating setup with our energy-efficient systems.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg", imageAlt: "Heating system" } ]} title="Comprehensive Heating & Plumbing Solutions" description="We offer a full spectrum of maintenance and installation services tailored to your property's unique requirements." @@ -213,21 +113,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} metrics={[ - { - id: "1", - value: "100+", - description: "Successfully Completed Jobs in 2024", - }, - { - id: "2", - value: "24/7", - description: "Available for Emergency Assistance", - }, - { - id: "3", - value: "100%", - description: "Client Satisfaction Guarantee", - }, + { id: "1", value: "100+", description: "Successfully Completed Jobs in 2024" }, + { id: "2", value: "24/7", description: "Available for Emergency Assistance" }, + { id: "3", value: "100%", description: "Client Satisfaction Guarantee" } ]} title="The Flynn Standard" description="Quality-driven results that speak for themselves." @@ -236,50 +124,16 @@ export default function LandingPage() {
@@ -354,31 +176,17 @@ export default function LandingPage() { logoText="Eoin Flynn Plumbing" columns={[ { - title: "Services", - items: [ - { - label: "Heating", - href: "#services", - }, - { - label: "Plumbing", - href: "#services", - }, - ], + title: "Services", items: [ + { label: "Heating", href: "#services" }, + { label: "Plumbing", href: "#services" } + ] }, { - title: "Contact", - items: [ - { - label: "089 602 6258", - href: "tel:0896026258", - }, - { - label: "eoinflynnplumbing@gmail.com", - href: "mailto:eoinflynnplumbing@gmail.com", - }, - ], - }, + title: "Contact", items: [ + { label: "089 602 6258", href: "tel:0896026258" }, + { label: "eoinflynnplumbing@gmail.com", href: "mailto:eoinflynnplumbing@gmail.com" } + ] + } ]} copyrightText="© 2024 Eoin Flynn Plumbing & Heating. All rights reserved." /> -- 2.49.1