Update src/app/contact/page.tsx

This commit is contained in:
2026-03-11 16:13:05 +00:00
parent c132624e41
commit eff95c393f

View File

@@ -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}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-126207.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-126207.jpg"
imageAlt="Hendon Plumbing & Heating team"
logoText="Hendon Plumbing & Heating Ltd"
copyrightText="© 2025 Hendon Plumbing & Heating Ltd. All rights reserved."
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "#services" },
{ label: "Boiler Repair & Installation", href: "#services" },
{ label: "Central Heating", href: "#services" },
@@ -122,8 +99,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Reviews", href: "#testimonials" },
@@ -132,8 +108,7 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: 07360 272102", href: "tel:07360272102" },
{ label: "Address: 1 Cheyne Walk, London NW4 3QH", href: "#" },
{ label: "24/7 Emergency Available", href: "tel:07360272102" },