From ea8490aae28a1cd78229c6e1b39ddec5f655e36b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:27:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f82854d..33ee631 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Call Now", href: "tel:0879376156"}} + text: "Call Now", href: "tel:0879376156" + }} /> @@ -61,7 +62,8 @@ export default function LandingPage() { @@ -78,16 +80,20 @@ export default function LandingPage() { features={[ { id: 1, - title: "Plumbing Repairs", description: "Emergency repairs, leaks, burst pipes, and routine maintenance to keep your water systems flowing smoothly", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg"}, + title: "Plumbing Repairs", description: "Emergency repairs, leaks, burst pipes, and routine maintenance to keep your water systems flowing smoothly", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg" + }, { id: 2, - title: "Heating Installation", description: "Professional boiler and heating system installation with warranty and expert guidance on efficiency", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg?_wi=1"}, + title: "Heating Installation", description: "Professional boiler and heating system installation with warranty and expert guidance on efficiency", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg?_wi=1" + }, { id: 3, - title: "Emergency Service", description: "24/7 emergency response for urgent plumbing and heating issues. Call anytime, day or night", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-paramedic-talking-by-portable-radio-while-sitting-ambulance_657921-1517.jpg"}, + title: "Emergency Service", description: "24/7 emergency response for urgent plumbing and heating issues. Call anytime, day or night", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-paramedic-talking-by-portable-radio-while-sitting-ambulance_657921-1517.jpg" + }, { id: 4, - title: "Heating Maintenance", description: "Regular servicing, annual checks, and preventative maintenance to extend system lifespan", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg?_wi=2"}, + title: "Heating Maintenance", description: "Regular servicing, annual checks, and preventative maintenance to extend system lifespan", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg?_wi=2" + }, ]} buttons={[{ text: "Get Service", href: "contact" }]} /> @@ -120,22 +126,28 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Mary O'Brien", role: "Homeowner", company: "Athlone", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1" + }, { id: "2", name: "John Murphy", role: "Business Owner", company: "Mullingar", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2" + }, { id: "3", name: "Sarah Kelly", role: "Homeowner", company: "Ballynacarrigy", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=3"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=3" + }, { id: "4", name: "Michael Walsh", role: "Facilities Manager", company: "Local School", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=4"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=4" + }, { id: "5", name: "Patricia Dunne", role: "Homeowner", company: "Moate", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=5"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=5" + }, { id: "6", name: "Eoin Ryan", role: "Hotel Manager", company: "Westmeath", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=6"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=6" + }, ]} kpiItems={[ { value: "500+", label: "Projects completed" },