From eb134dcc6f24eb460cc9a0cd5ea672eb96b224c0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 09:38:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 270 +++++++---------------------------------------- 1 file changed, 36 insertions(+), 234 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5440fc9..7e1fb5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,144 +28,50 @@ export default function LandingPage() {
- +
@@ -174,31 +80,11 @@ export default function LandingPage() { title="Professional Solutions for Every Need" description="Comprehensive plumbing and heating services, delivered with local pride." accordionItems={[ - { - id: "s1", - title: "Central Heating", - content: "Installation, servicing & repairs for all residential heating systems.", - }, - { - id: "s2", - title: "Bathroom Fitting", - content: "Full bathroom renovations, walk-in showers, and complete design.", - }, - { - id: "s3", - title: "Boiler Services", - content: "Expert repairs, new boiler supply & fitting, gas safety.", - }, - { - id: "s4", - title: "General Plumbing", - content: "Leaks, taps, toilets, pipes, and more.", - }, - { - id: "s5", - title: "Emergency Services", - content: "Rapid response for when you need us most.", - }, + { id: "s1", title: "Central Heating", content: "Installation, servicing & repairs for all residential heating systems." }, + { id: "s2", title: "Bathroom Fitting", content: "Full bathroom renovations, walk-in showers, and complete design." }, + { id: "s3", title: "Boiler Services", content: "Expert repairs, new boiler supply & fitting, gas safety." }, + { id: "s4", title: "General Plumbing", content: "Leaks, taps, toilets, pipes, and more." }, + { id: "s5", title: "Emergency Services", content: "Rapid response for when you need us most." } ]} imageSrc="http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515882.jpg" mediaAnimation="slide-up" @@ -213,40 +99,8 @@ export default function LandingPage() { title="Service Packages" description="Simple, transparent pricing for common plumbing and heating tasks." plans={[ - { - id: "plan1", - badge: "Essential", - price: "£85", - subtitle: "Basic plumbing repair", - buttons: [ - { - text: "Book Now", - href: "/contact", - }, - ], - features: [ - "Leak inspection", - "Tap washer change", - "Quick seal", - ], - }, - { - id: "plan2", - badge: "Standard", - price: "£150", - subtitle: "Boiler service & safety", - buttons: [ - { - text: "Book Now", - href: "/contact", - }, - ], - features: [ - "Full gas safety check", - "System flush", - "Boiler cleaning", - ], - }, + { id: "plan1", badge: "Essential", price: "£85", subtitle: "Basic plumbing repair", buttons: [{ text: "Book Now", href: "/contact" }], features: ["Leak inspection", "Tap washer change", "Quick seal"] }, + { id: "plan2", badge: "Standard", price: "£150", subtitle: "Boiler service & safety", buttons: [{ text: "Book Now", href: "/contact" }], features: ["Full gas safety check", "System flush", "Boiler cleaning"] } ]} />
@@ -258,21 +112,9 @@ export default function LandingPage() { sideDescription="Everything you need to know about our plumbing services." faqsAnimation="slide-up" faqs={[ - { - id: "f1", - title: "Do you offer free quotes?", - content: "Yes, we provide free, no-obligation quotes for all major work.", - }, - { - id: "f2", - title: "Are you gas safe registered?", - content: "Absolutely, all our heating engineers are fully Gas Safe registered.", - }, - { - id: "f3", - title: "Do you handle emergencies?", - content: "Yes, we offer a 24/7 emergency response service for Birmingham.", - }, + { id: "f1", title: "Do you offer free quotes?", content: "Yes, we provide free, no-obligation quotes for all major work." }, + { id: "f2", title: "Are you gas safe registered?", content: "Absolutely, all our heating engineers are fully Gas Safe registered." }, + { id: "f3", title: "Do you handle emergencies?", content: "Yes, we offer a 24/7 emergency response service for Birmingham." } ]} /> @@ -281,48 +123,8 @@ export default function LandingPage() {