From 62851175ef117480fcd74d2a4c621c8fe3e93656 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:13:06 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 150 ++++++++++---------------------------- 1 file changed, 38 insertions(+), 112 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index fa411d8..0f0f680 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -17,7 +17,7 @@ export default function ServicesPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -45,58 +45,28 @@ export default function ServicesPage() { textboxLayout="default" features={[ { - title: "Emergency Plumbing (24/7)", - description: "Burst pipes, blockages, and urgent repairs - we respond within the hour for critical issues affecting your home or business.", - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2", - imageAlt: "Emergency plumbing service", - button: { - text: "Get a Quote", - }, + title: "Emergency Plumbing (24/7)", description: "Burst pipes, blockages, and urgent repairs - we respond within the hour for critical issues affecting your home or business.", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Emergency plumbing service", button: { + text: "Get a Quote"}, }, { - title: "Boiler Repairs & Installation", - description: "Expert boiler maintenance, repairs, and new installations with comprehensive warranty coverage for peace of mind.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-40-solar-panels-plant-elderly-supervisor-overseeing-facility_482257-126656.jpg?_wi=2", - imageAlt: "Boiler repair and installation service", - button: { - text: "Get a Quote", - }, + title: "Boiler Repairs & Installation", description: "Expert boiler maintenance, repairs, and new installations with comprehensive warranty coverage for peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-40-solar-panels-plant-elderly-supervisor-overseeing-facility_482257-126656.jpg", imageAlt: "Boiler repair and installation service", button: { + text: "Get a Quote"}, }, { - title: "Central Heating Repairs", - description: "Diagnose and fix heating system issues to keep your home warm and comfortable throughout the year.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg?_wi=2", - imageAlt: "Central heating system repair", - button: { - text: "Get a Quote", - }, + title: "Central Heating Repairs", description: "Diagnose and fix heating system issues to keep your home warm and comfortable throughout the year.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg", imageAlt: "Central heating system repair", button: { + text: "Get a Quote"}, }, { - title: "Leak Detection & Repair", - description: "Advanced leak detection technology to find and fix problems quickly, preventing costly water damage.", - imageSrc: "http://img.b2bpic.net/free-photo/expert-using-pressure-measurement-device_482257-91080.jpg?_wi=2", - imageAlt: "Leak detection and repair", - button: { - text: "Get a Quote", - }, + title: "Leak Detection & Repair", description: "Advanced leak detection technology to find and fix problems quickly, preventing costly water damage.", imageSrc: "http://img.b2bpic.net/free-photo/expert-using-pressure-measurement-device_482257-91080.jpg", imageAlt: "Leak detection and repair", button: { + text: "Get a Quote"}, }, { - title: "Bathroom Plumbing", - description: "Complete bathroom installation and renovation services including fixtures, fittings, and modern design integration.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=2", - imageAlt: "Bathroom plumbing installation", - button: { - text: "Get a Quote", - }, + title: "Bathroom Plumbing", description: "Complete bathroom installation and renovation services including fixtures, fittings, and modern design integration.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Bathroom plumbing installation", button: { + text: "Get a Quote"}, }, { - title: "Gas Engineering Services", - description: "Qualified gas engineers for safe and compliant installations, repairs, and maintenance of all gas systems.", - imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg?_wi=2", - imageAlt: "Gas engineering services", - button: { - text: "Get a Quote", - }, + title: "Gas Engineering Services", description: "Qualified gas engineers for safe and compliant installations, repairs, and maintenance of all gas systems.", imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg", imageAlt: "Gas engineering services", button: { + text: "Get a Quote"}, }, ]} gridVariant="bento-grid" @@ -109,19 +79,12 @@ export default function ServicesPage() {