Update src/app/about/page.tsx
This commit is contained in:
@@ -46,25 +46,19 @@ export default function AboutPage() {
|
||||
description="Dennis King Electrical Limited has been a trusted name in domestic electrical services for over 50 years. Founded on principles of expertise, reliability, and safety, our family-run business has built a reputation as York's premier choice for qualified electrical work. We're proud to serve three generations of families in York and the surrounding area."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Established Legacy",
|
||||
description:
|
||||
"Over 50 years of continuous service to York homeowners, building trust through quality workmanship and professional standards.",
|
||||
icon: MapPin,
|
||||
title: "Established Legacy", description:
|
||||
"Over 50 years of continuous service to York homeowners, building trust through quality workmanship and professional standards.", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Family Business",
|
||||
description:
|
||||
"A true family operation committed to treating every customer like family, with personal attention and care.",
|
||||
icon: MapPin,
|
||||
title: "Family Business", description:
|
||||
"A true family operation committed to treating every customer like family, with personal attention and care.", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Industry Leaders",
|
||||
description:
|
||||
"Continuous investment in training, certifications, and the latest technology to stay ahead of industry standards.",
|
||||
icon: MapPin,
|
||||
title: "Industry Leaders", description:
|
||||
"Continuous investment in training, certifications, and the latest technology to stay ahead of industry standards.", 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=2"
|
||||
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 professional team"
|
||||
imagePosition="right"
|
||||
textboxLayout="default"
|
||||
@@ -81,25 +75,19 @@ export default function AboutPage() {
|
||||
description="Based in York, we proudly serve homeowners throughout York city centre and the surrounding Yorkshire communities. Our local knowledge and established reputation make us the trusted choice for domestic electrical work in the region. We understand the unique electrical needs of York properties, from Victorian townhouses to modern developments."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "York City Centre",
|
||||
description:
|
||||
"Historic properties and modern homes throughout York's city centre.",
|
||||
icon: MapPin,
|
||||
title: "York City Centre", description:
|
||||
"Historic properties and modern homes throughout York's city centre.", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Northern Suburbs",
|
||||
description:
|
||||
"Serving Rawcliffe, Wigginton, and surrounding northern communities.",
|
||||
icon: MapPin,
|
||||
title: "Northern Suburbs", description:
|
||||
"Serving Rawcliffe, Wigginton, and surrounding northern communities.", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Southern Areas",
|
||||
description:
|
||||
"Covering Bishopthorpe, Strensall, and villages to the south.",
|
||||
icon: MapPin,
|
||||
title: "Southern Areas", description:
|
||||
"Covering Bishopthorpe, Strensall, and villages to the south.", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg"
|
||||
imageAlt="Map of York and service area"
|
||||
imagePosition="left"
|
||||
textboxLayout="default"
|
||||
@@ -130,14 +118,10 @@ export default function AboutPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user