Update src/app/about/page.tsx
This commit is contained in:
@@ -80,14 +80,13 @@ export default function AboutPage() {
|
||||
</div>
|
||||
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/electrical-works-horizontal-banners_1284-10214.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/electrical-works-horizontal-banners_1284-10214.jpg"
|
||||
imageAlt="Modern electrical work and safety"
|
||||
logoText="Stemple Electric LLC"
|
||||
copyrightText="© 2025 Stemple Electric LLC. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Panel Upgrades", href: "/services#panel-upgrades" },
|
||||
{ label: "Lighting Installation", href: "/services#lighting" },
|
||||
{ label: "EV Chargers", href: "/services#ev-chargers" },
|
||||
@@ -95,8 +94,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
@@ -104,8 +102,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Phone: (307) 555-ELEC", href: "tel:+13075551352" },
|
||||
{ label: "Email: info@stempleelectric.com", href: "mailto:info@stempleelectric.com" },
|
||||
{ label: "License & Insurance", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user