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() {