Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 03:51:55 +00:00
parent a7de9e3e91
commit a8bce96957

View File

@@ -19,9 +19,7 @@ export default function AboutPage() {
];
const navButton = {
text: "Call Now",
href: "tel:+15194441234",
};
text: "Call Now", href: "tel:+15194441234"};
return (
<ThemeProvider
@@ -30,7 +28,7 @@ export default function AboutPage() {
borderRadius="pill"
contentWidth="compact"
sizing="mediumLargeSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered"
@@ -50,9 +48,7 @@ export default function AboutPage() {
<TextSplitAbout
title="About Local Electric"
description={[
"Chris has been serving homeowners in London, Ontario for years with a simple philosophy: be honest, show up on time, and do quality work. He's not here to upsell you or push unnecessary services. Local Electric specializes in residential electrical work and treats your home with the same care he'd give his own.",
"Every project is handled with professionalism and respect. From quick repairs to complex renovations, we take pride in clean workmanship and clear communication. You'll know what needs to be done and why — no surprises, no pressure, just honest expertise. Our mission is to build lasting relationships with London homeowners through integrity, reliability, and exceptional service.",
]}
"Chris has been serving homeowners in London, Ontario for years with a simple philosophy: be honest, show up on time, and do quality work. He's not here to upsell you or push unnecessary services. Local Electric specializes in residential electrical work and treats your home with the same care he'd give his own.", "Every project is handled with professionalism and respect. From quick repairs to complex renovations, we take pride in clean workmanship and clear communication. You'll know what needs to be done and why — no surprises, no pressure, just honest expertise. Our mission is to build lasting relationships with London homeowners through integrity, reliability, and exceptional service."]}
buttons={[{ text: "Schedule a Consultation", href: "/contact" }]}
showBorder={false}
useInvertedBackground={false}
@@ -67,13 +63,7 @@ export default function AboutPage() {
tag="Our Values"
tagIcon={Award}
names={[
"✓ Honest, transparent pricing with no hidden costs",
"✓ Fast response times — typically 30 minutes or less",
"✓ Professional workmanship on every single job",
"✓ Available on weekends and for emergencies",
"✓ Licensed, insured, and fully compliant with code",
"✓ Real relationships built on trust and reliability",
]}
"✓ Honest, transparent pricing with no hidden costs", "✓ Fast response times — typically 30 minutes or less", "✓ Professional workmanship on every single job", "✓ Available on weekends and for emergencies", "✓ Licensed, insured, and fully compliant with code", "✓ Real relationships built on trust and reliability"]}
textboxLayout="default"
useInvertedBackground={true}
speed={35}
@@ -92,7 +82,7 @@ export default function AboutPage() {
{ text: "Call (519) 444-1234", href: "tel:+15194441234" },
{ text: "Request a Consultation", href: "/contact" },
]}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>