From eff95c393f5412dd0ed30e0e252703cbd4e32051 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:13:05 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 55 +++++++++++----------------------------- 1 file changed, 15 insertions(+), 40 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fd10a0f..c5d7d04 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,7 +16,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -42,37 +42,19 @@ export default function ContactPage() { textboxLayout="default" faqs={[ { - id: "1", - title: "Are you available for emergency plumbing?", - content: "Yes! We offer 24/7 emergency plumbing services. Simply call 07360 272102 and we'll respond within the hour for urgent issues like burst pipes, severe blockages, and water leaks.", - }, + id: "1", title: "Are you available for emergency plumbing?", content: "Yes! We offer 24/7 emergency plumbing services. Simply call 07360 272102 and we'll respond within the hour for urgent issues like burst pipes, severe blockages, and water leaks."}, { - id: "2", - title: "What is your service area?", - content: "We serve Hendon, Hampstead, Barnet, and the surrounding areas of North London. We pride ourselves on quick response times and local expertise.", - }, + id: "2", title: "What is your service area?", content: "We serve Hendon, Hampstead, Barnet, and the surrounding areas of North London. We pride ourselves on quick response times and local expertise."}, { - id: "3", - title: "Do you offer free quotes?", - content: "Absolutely! We provide free estimates for all plumbing and heating work. After assessing your needs, we'll give you a transparent quote with no hidden charges.", - }, + id: "3", title: "Do you offer free quotes?", content: "Absolutely! We provide free estimates for all plumbing and heating work. After assessing your needs, we'll give you a transparent quote with no hidden charges."}, { - id: "4", - title: "Are your plumbers qualified?", - content: "Yes, all our plumbers and gas engineers are fully qualified, certified, and insured. We comply with all relevant industry standards and regulations.", - }, + id: "4", title: "Are your plumbers qualified?", content: "Yes, all our plumbers and gas engineers are fully qualified, certified, and insured. We comply with all relevant industry standards and regulations."}, { - id: "5", - title: "What payment methods do you accept?", - content: "We accept cash, bank transfer, and card payments. We're flexible to make it convenient for you, and we can often complete work on the same day you call.", - }, + id: "5", title: "What payment methods do you accept?", content: "We accept cash, bank transfer, and card payments. We're flexible to make it convenient for you, and we can often complete work on the same day you call."}, { - id: "6", - title: "Do you offer warranties on work?", - content: "Yes! We stand behind our work with warranties on both labor and materials. Boiler installations come with extended warranty options for your peace of mind.", - }, + id: "6", title: "Do you offer warranties on work?", content: "Yes! We stand behind our work with warranties on both labor and materials. Boiler installations come with extended warranty options for your peace of mind."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990687.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990687.jpg" imageAlt="Professional plumber providing service" mediaAnimation="opacity" mediaPosition="left" @@ -90,30 +72,25 @@ export default function ContactPage() { description="Whether you need emergency plumbing, boiler service, or a free quote, we're here to help. Call us now or fill out our contact form and we'll get back to you within the hour." buttons={[ { - text: "Call Now: 07360 272102", - href: "tel:07360272102", - }, + text: "Call Now: 07360 272102", href: "tel:07360272102"}, { - text: "Contact Form", - href: "/contact", - }, + text: "Contact Form", href: "/contact"}, ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} />