Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-02 02:26:10 +00:00
Showing only changes of commit 7738373e1f - Show all commits

View File

@@ -80,14 +80,13 @@ export default function AboutPage() {
</div> </div>
<FooterMedia <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" imageAlt="Modern electrical work and safety"
logoText="Stemple Electric LLC" logoText="Stemple Electric LLC"
copyrightText="© 2025 Stemple Electric LLC. All rights reserved." copyrightText="© 2025 Stemple Electric LLC. All rights reserved."
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Panel Upgrades", href: "/services#panel-upgrades" }, { label: "Panel Upgrades", href: "/services#panel-upgrades" },
{ label: "Lighting Installation", href: "/services#lighting" }, { label: "Lighting Installation", href: "/services#lighting" },
{ label: "EV Chargers", href: "/services#ev-chargers" }, { label: "EV Chargers", href: "/services#ev-chargers" },
@@ -95,8 +94,7 @@ export default function AboutPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" }, { label: "Contact", href: "/contact" },
{ label: "Reviews", href: "/reviews" }, { label: "Reviews", href: "/reviews" },
@@ -104,8 +102,7 @@ export default function AboutPage() {
] ]
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "Phone: (307) 555-ELEC", href: "tel:+13075551352" }, { label: "Phone: (307) 555-ELEC", href: "tel:+13075551352" },
{ label: "Email: info@stempleelectric.com", href: "mailto:info@stempleelectric.com" }, { label: "Email: info@stempleelectric.com", href: "mailto:info@stempleelectric.com" },
{ label: "License & Insurance", href: "#" }, { label: "License & Insurance", href: "#" },