Update src/app/about/page.tsx

This commit is contained in:
2026-03-08 02:01:15 +00:00
parent 1cd429cac7
commit 467b2de07a

View File

@@ -40,9 +40,7 @@ export default function AboutPage() {
<NavbarStyleCentered
navItems={navItems}
button={{
text: "Call Now",
href: "tel:(760) 518-5912",
}}
text: "Call Now", href: "tel:(760) 518-5912"}}
brandName="All Pro Electric"
/>
</div>
@@ -56,24 +54,16 @@ export default function AboutPage() {
metrics={[
{
icon: Zap,
label: "Expert Electricians",
value: "10+ Years",
},
label: "Expert Electricians", value: "10+ Years"},
{
icon: Users,
label: "Customer Satisfaction",
value: "100% Rated",
},
label: "Customer Satisfaction", value: "100% Rated"},
{
icon: Heart,
label: "Local Family Owned",
value: "Community First",
},
label: "Local Family Owned", value: "Community First"},
{
icon: Award,
label: "Licensed & Insured",
value: "Full Coverage",
},
label: "Licensed & Insured", value: "Full Coverage"},
]}
/>
</div>
@@ -88,30 +78,21 @@ export default function AboutPage() {
animationType="slide-up"
metrics={[
{
id: "1",
icon: Lightbulb,
title: "Innovation",
value: "Latest Technology",
},
id: "1", icon: Lightbulb,
title: "Innovation", value: "Latest Technology"},
{
id: "2",
icon: Heart,
title: "Integrity",
value: "Honest Pricing",
},
id: "2", icon: Heart,
title: "Integrity", value: "Honest Pricing"},
{
id: "3",
icon: Users,
title: "Community",
value: "Local Support",
},
id: "3", icon: Users,
title: "Community", value: "Local Support"},
{
id: "4",
icon: Wrench,
title: "Excellence",
value: "Premium Workmanship",
},
id: "4", icon: Wrench,
title: "Excellence", value: "Premium Workmanship"},
]}
cardClassName="line-clamp-none overflow-visible whitespace-normal"
metricTitleClassName="line-clamp-none overflow-visible whitespace-normal"
valueClassName="line-clamp-none overflow-visible whitespace-normal"
/>
</div>
@@ -135,8 +116,7 @@ export default function AboutPage() {
<FooterBaseReveal
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Services", href: "/" },
@@ -144,8 +124,7 @@ export default function AboutPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Electrical Repairs", href: "#repairs" },
{ label: "EV Charger Installation", href: "#ev-charger" },
{ label: "Lighting Installation", href: "#lighting" },
@@ -153,21 +132,14 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (760) 518-5912", href: "tel:(760) 518-5912" },
{
label: "Email: info@allproelectric.com",
href: "mailto:info@allproelectric.com",
},
label: "Email: info@allproelectric.com", href: "mailto:info@allproelectric.com"},
{
label: "Address: E Valley Pkwy, Escondido, CA",
href: "#",
},
label: "Address: E Valley Pkwy, Escondido, CA", href: "#"},
{
label: "24/7 Emergency Service",
href: "tel:(760) 518-5912",
},
label: "24/7 Emergency Service", href: "tel:(760) 518-5912"},
],
},
]}