Update src/app/about/page.tsx
This commit is contained in:
@@ -19,9 +19,7 @@ export default function AboutPage() {
|
|||||||
];
|
];
|
||||||
|
|
||||||
const navButton = {
|
const navButton = {
|
||||||
text: "Call Now",
|
text: "Call Now", href: "tel:+15194441234"};
|
||||||
href: "tel:+15194441234",
|
|
||||||
};
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
@@ -30,7 +28,7 @@ export default function AboutPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="compact"
|
contentWidth="compact"
|
||||||
sizing="mediumLargeSizeMediumTitles"
|
sizing="mediumLargeSizeMediumTitles"
|
||||||
background="noise"
|
background="circleGradient"
|
||||||
cardStyle="soft-shadow"
|
cardStyle="soft-shadow"
|
||||||
primaryButtonStyle="radial-glow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
@@ -50,9 +48,7 @@ export default function AboutPage() {
|
|||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="About Local Electric"
|
title="About Local Electric"
|
||||||
description={[
|
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.",
|
"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."]}
|
||||||
"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" }]}
|
buttons={[{ text: "Schedule a Consultation", href: "/contact" }]}
|
||||||
showBorder={false}
|
showBorder={false}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -67,13 +63,7 @@ export default function AboutPage() {
|
|||||||
tag="Our Values"
|
tag="Our Values"
|
||||||
tagIcon={Award}
|
tagIcon={Award}
|
||||||
names={[
|
names={[
|
||||||
"✓ Honest, transparent pricing with no hidden costs",
|
"✓ 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"]}
|
||||||
"✓ 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"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
speed={35}
|
speed={35}
|
||||||
@@ -92,7 +82,7 @@ export default function AboutPage() {
|
|||||||
{ text: "Call (519) 444-1234", href: "tel:+15194441234" },
|
{ text: "Call (519) 444-1234", href: "tel:+15194441234" },
|
||||||
{ text: "Request a Consultation", href: "/contact" },
|
{ text: "Request a Consultation", href: "/contact" },
|
||||||
]}
|
]}
|
||||||
background={{ variant: "noise" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user