Update src/app/contact/page.tsx

This commit is contained in:
2026-03-02 21:17:15 +00:00
parent 0d7221a093
commit fc6fad355b

View File

@@ -61,24 +61,18 @@ export default function ContactPage() {
description="Dennis King Electrical is conveniently located in York and serves customers throughout York and the surrounding Yorkshire area. We're available for consultations, quotations, and emergency calls during business hours and 24/7 for electrical emergencies." description="Dennis King Electrical is conveniently located in York and serves customers throughout York and the surrounding Yorkshire area. We're available for consultations, quotations, and emergency calls during business hours and 24/7 for electrical emergencies."
bulletPoints={[ bulletPoints={[
{ {
title: "Phone", title: "Phone", description: "Call us on 01904 000000 for immediate assistance and free quotations.", icon: Phone,
description: "Call us on 01904 000000 for immediate assistance and free quotations.",
icon: Phone,
}, },
{ {
title: "Email", title: "Email", description:
description: "Contact us at info@denniskingelectrical.co.uk with details of your requirements.", icon: Mail,
"Contact us at info@denniskingelectrical.co.uk with details of your requirements.",
icon: Mail,
}, },
{ {
title: "Location", title: "Location", description:
description: "Based in York, Yorkshire. We serve York city centre and surrounding communities.", icon: MapPin,
"Based in York, Yorkshire. We serve York city centre and surrounding communities.",
icon: MapPin,
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg?_wi=3" imageSrc="http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg"
imageAlt="Dennis King Electrical team ready to help" imageAlt="Dennis King Electrical team ready to help"
imagePosition="right" imagePosition="right"
textboxLayout="default" textboxLayout="default"
@@ -95,25 +89,19 @@ export default function ContactPage() {
description="We understand that contacting an electrician is an important decision. That's why we're committed to making the process easy, transparent, and customer-focused. From your first call to project completion, we're with you every step of the way." description="We understand that contacting an electrician is an important decision. That's why we're committed to making the process easy, transparent, and customer-focused. From your first call to project completion, we're with you every step of the way."
bulletPoints={[ bulletPoints={[
{ {
title: "Free Quotations", title: "Free Quotations", description:
description: "No hidden costs. We provide transparent, detailed quotations for all work before you commit.", icon: Phone,
"No hidden costs. We provide transparent, detailed quotations for all work before you commit.",
icon: Phone,
}, },
{ {
title: "Quick Response", title: "Quick Response", description:
description: "We aim to respond to all enquiries within 24 hours. For emergencies, call immediately.", icon: Phone,
"We aim to respond to all enquiries within 24 hours. For emergencies, call immediately.",
icon: Phone,
}, },
{ {
title: "Professional Team", title: "Professional Team", description:
description: "All our electricians are fully qualified, insured, and background-checked for your peace of mind.", icon: Phone,
"All our electricians are fully qualified, insured, and background-checked for your peace of mind.",
icon: Phone,
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg"
imageAlt="York map showing service area" imageAlt="York map showing service area"
imagePosition="left" imagePosition="left"
textboxLayout="default" textboxLayout="default"
@@ -129,14 +117,10 @@ export default function ContactPage() {
socialLinks={[ socialLinks={[
{ {
icon: Facebook, icon: Facebook,
href: "https://facebook.com", href: "https://facebook.com", ariaLabel: "Facebook"},
ariaLabel: "Facebook",
},
{ {
icon: Twitter, icon: Twitter,
href: "https://twitter.com", href: "https://twitter.com", ariaLabel: "Twitter"},
ariaLabel: "Twitter",
},
]} ]}
/> />
</div> </div>