Merge version_1 into main #2
@@ -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>
|
||||
|
||||
@@ -18,9 +18,7 @@ export default function ContactPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Call Now",
|
||||
href: "tel:+15194441234",
|
||||
};
|
||||
text: "Call Now", href: "tel:+15194441234"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -29,7 +27,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -55,7 +53,7 @@ export default function ContactPage() {
|
||||
{ text: "Call (519) 444-1234", href: "tel:+15194441234" },
|
||||
{ text: "Email chris@localelectric.ca", href: "mailto:chris@localelectric.ca" },
|
||||
]}
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -68,13 +66,7 @@ export default function ContactPage() {
|
||||
tag="Service Guarantee"
|
||||
tagIcon={Award}
|
||||
names={[
|
||||
"⚡ Available 24/7 for Emergency Calls",
|
||||
"💰 Honest & Transparent Pricing (No Hidden Fees)",
|
||||
"🚀 Fast Response Times (30 mins avg)",
|
||||
"🔧 Professional Workmanship Guaranteed",
|
||||
"📅 Weekend & Evening Availability",
|
||||
"✓ Licensed, Insured, Code Compliant",
|
||||
]}
|
||||
"⚡ Available 24/7 for Emergency Calls", "💰 Honest & Transparent Pricing (No Hidden Fees)", "🚀 Fast Response Times (30 mins avg)", "🔧 Professional Workmanship Guaranteed", "📅 Weekend & Evening Availability", "✓ Licensed, Insured, Code Compliant"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
speed={35}
|
||||
@@ -93,7 +85,7 @@ export default function ContactPage() {
|
||||
{ text: "Call Now (519) 444-1234", href: "tel:+15194441234" },
|
||||
{ text: "Back to Home", href: "/" },
|
||||
]}
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -5,36 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Trusted Residential Electrician in London, Ontario | Local Electric",
|
||||
description: "Fast, honest, and professional residential electrical services in London, Ontario. 4.8★ rated. Emergency repairs, renovations, lighting, EV chargers, and more.",
|
||||
keywords: "electrician London Ontario, residential electrician, EV charger installation, electrical repairs, lighting installation, panel upgrades",
|
||||
robots: {
|
||||
title: "Trusted Residential Electrician in London, Ontario | Local Electric", description: "Fast, honest, and professional residential electrical services in London, Ontario. 4.8★ rated. Emergency repairs, renovations, lighting, EV chargers, and more.", keywords: "electrician London Ontario, residential electrician, EV charger installation, electrical repairs, lighting installation, panel upgrades", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Trusted Residential Electrician in London, Ontario | Local Electric",
|
||||
description: "Fast, honest, and professional electrical service. 4.8★ rated by 19+ customers. Emergency ready.",
|
||||
type: "website",
|
||||
siteName: "Local Electric",
|
||||
url: "https://localelectric.ca",
|
||||
images: [
|
||||
title: "Trusted Residential Electrician in London, Ontario | Local Electric", description: "Fast, honest, and professional electrical service. 4.8★ rated by 19+ customers. Emergency ready.", type: "website", siteName: "Local Electric", url: "https://localelectric.ca", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg",
|
||||
alt: "Professional residential electrician",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg", alt: "Professional residential electrician"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Trusted Residential Electrician in London, Ontario",
|
||||
description: "Fast service, honest pricing, professional work. Call Local Electric today.",
|
||||
images: ["http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg"],
|
||||
card: "summary_large_image", title: "Trusted Residential Electrician in London, Ontario", description: "Fast service, honest pricing, professional work. Call Local Electric today.", images: ["http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
158
src/app/page.tsx
158
src/app/page.tsx
@@ -22,9 +22,7 @@ export default function HomePage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Call Now",
|
||||
href: "tel:+15194441234",
|
||||
};
|
||||
text: "Call Now", href: "tel:+15194441234"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -33,7 +31,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -56,24 +54,16 @@ export default function HomePage() {
|
||||
tag="⚡ 4.8 Stars • 19+ Reviews"
|
||||
tagIcon={Zap}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg"
|
||||
imageAlt="Professional electrician performing residential electrical work"
|
||||
imagePosition="right"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell",
|
||||
handle: "Homeowner, South London",
|
||||
testimonial: "Chris was incredibly responsive and showed up within 30 minutes. Honest, professional, and fair pricing. Couldn't ask for better!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg",
|
||||
},
|
||||
name: "Sarah Mitchell", handle: "Homeowner, South London", testimonial: "Chris was incredibly responsive and showed up within 30 minutes. Honest, professional, and fair pricing. Couldn't ask for better!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg"},
|
||||
{
|
||||
name: "James Rodriguez",
|
||||
handle: "Business Owner, Downtown London",
|
||||
testimonial: "Available on weekends and doesn't push unnecessary work. This is the kind of electrician you can trust with your home.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
},
|
||||
name: "James Rodriguez", handle: "Business Owner, Downtown London", testimonial: "Available on weekends and doesn't push unnecessary work. This is the kind of electrician you can trust with your home.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+15194441234" },
|
||||
@@ -93,13 +83,7 @@ export default function HomePage() {
|
||||
tag="Trusted Local Partner"
|
||||
tagIcon={Award}
|
||||
names={[
|
||||
"⚡ Fast Response Times (30 mins avg)",
|
||||
"💰 Honest & Transparent Pricing",
|
||||
"🔧 Professional Workmanship",
|
||||
"😊 Friendly & Easy to Deal With",
|
||||
"📅 Weekend Availability",
|
||||
"✓ Reliable — Shows Up When Promised",
|
||||
]}
|
||||
"⚡ Fast Response Times (30 mins avg)", "💰 Honest & Transparent Pricing", "🔧 Professional Workmanship", "😊 Friendly & Easy to Deal With", "📅 Weekend Availability", "✓ Reliable — Shows Up When Promised"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
speed={35}
|
||||
@@ -114,53 +98,17 @@ export default function HomePage() {
|
||||
description="From emergency repairs to complete home upgrades, we handle all your electrical needs with professionalism and care."
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Electrical Repairs",
|
||||
description: "Flickering lights, dead outlets, circuit breaker issues — we diagnose and fix any electrical problem quickly.",
|
||||
tag: "Emergency Ready",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg?_wi=1",
|
||||
imageAlt: "Electrician performing residential electrical repair",
|
||||
},
|
||||
id: "1", title: "Electrical Repairs", description: "Flickering lights, dead outlets, circuit breaker issues — we diagnose and fix any electrical problem quickly.", tag: "Emergency Ready", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg", imageAlt: "Electrician performing residential electrical repair"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Lighting Installation",
|
||||
description: "Transform your home with professional indoor and outdoor lighting installations. Upgrades, fixtures, and design consultation included.",
|
||||
tag: "Interior & Exterior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-decorative-lamps_23-2148164736.jpg?_wi=1",
|
||||
imageAlt: "Beautiful residential lighting installation",
|
||||
},
|
||||
id: "2", title: "Lighting Installation", description: "Transform your home with professional indoor and outdoor lighting installations. Upgrades, fixtures, and design consultation included.", tag: "Interior & Exterior", imageSrc: "http://img.b2bpic.net/free-photo/modern-decorative-lamps_23-2148164736.jpg", imageAlt: "Beautiful residential lighting installation"},
|
||||
{
|
||||
id: "3",
|
||||
title: "EV Charger Installation",
|
||||
description: "Safe, reliable home EV charging stations installed to code. Fast turnaround on permits and installation.",
|
||||
tag: "Future Ready",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electric-vehicle-parking_1127-3300.jpg?_wi=1",
|
||||
imageAlt: "EV charger installation at residential home",
|
||||
},
|
||||
id: "3", title: "EV Charger Installation", description: "Safe, reliable home EV charging stations installed to code. Fast turnaround on permits and installation.", tag: "Future Ready", imageSrc: "http://img.b2bpic.net/free-photo/electric-vehicle-parking_1127-3300.jpg", imageAlt: "EV charger installation at residential home"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Renovation & Basement Wiring",
|
||||
description: "Complete wiring for bathrooms, basements, gyms, and full home renovations. Code-compliant and professionally executed.",
|
||||
tag: "Full Renos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tools-working-construction-site_169016-5293.jpg?_wi=1",
|
||||
imageAlt: "Electrician working on basement renovation wiring",
|
||||
},
|
||||
id: "4", title: "Renovation & Basement Wiring", description: "Complete wiring for bathrooms, basements, gyms, and full home renovations. Code-compliant and professionally executed.", tag: "Full Renos", imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tools-working-construction-site_169016-5293.jpg", imageAlt: "Electrician working on basement renovation wiring"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Panel Upgrades",
|
||||
description: "Modernize your electrical panel for safety and capacity. We handle all upgrades to current code standards.",
|
||||
tag: "Safety Upgrade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-5073.jpg?_wi=1",
|
||||
imageAlt: "Electrical panel upgrade and inspection",
|
||||
},
|
||||
id: "5", title: "Panel Upgrades", description: "Modernize your electrical panel for safety and capacity. We handle all upgrades to current code standards.", tag: "Safety Upgrade", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-5073.jpg", imageAlt: "Electrical panel upgrade and inspection"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Hot Tub & Outdoor Wiring",
|
||||
description: "Expert installation for hot tubs, outdoor kitchens, and landscape lighting. All work done safely and to code.",
|
||||
tag: "Outdoor Living",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg?_wi=1",
|
||||
imageAlt: "Hot tub electrical wiring installation",
|
||||
},
|
||||
id: "6", title: "Hot Tub & Outdoor Wiring", description: "Expert installation for hot tubs, outdoor kitchens, and landscape lighting. All work done safely and to code.", tag: "Outdoor Living", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg", imageAlt: "Hot tub electrical wiring installation"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -174,9 +122,7 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="Why Choose 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.",
|
||||
]}
|
||||
"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."]}
|
||||
buttons={[{ text: "Learn More About Us", href: "/about" }]}
|
||||
showBorder={false}
|
||||
useInvertedBackground={true}
|
||||
@@ -190,77 +136,17 @@ export default function HomePage() {
|
||||
description="Real feedback from homeowners in London, Ontario who trust Local Electric"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell, Homeowner",
|
||||
date: "Date: December 2024",
|
||||
title: "Incredibly responsive and professional",
|
||||
quote: "Chris arrived within 30 minutes of my call for a flickering light issue. He diagnosed it quickly, explained the problem clearly, and charged fair prices. I've recommended him to all my neighbors.",
|
||||
tag: "Fast Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
avatarAlt: "Sarah Mitchell",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66830.jpg?_wi=1",
|
||||
imageAlt: "Professional electrical work completed",
|
||||
},
|
||||
id: "1", name: "Sarah Mitchell, Homeowner", date: "Date: December 2024", title: "Incredibly responsive and professional", quote: "Chris arrived within 30 minutes of my call for a flickering light issue. He diagnosed it quickly, explained the problem clearly, and charged fair prices. I've recommended him to all my neighbors.", tag: "Fast Service", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66830.jpg", imageAlt: "Professional electrical work completed"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Rodriguez, Business Owner",
|
||||
date: "Date: November 2024",
|
||||
title: "Honest and doesn't push unnecessary work",
|
||||
quote: "Unlike some electricians, Chris doesn't try to upsell you on things you don't need. He gave me a straightforward assessment and fair quote. Weekend availability was a huge plus for our renovation timeline.",
|
||||
tag: "Honest Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
|
||||
avatarAlt: "James Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg?_wi=2",
|
||||
imageAlt: "Renovation wiring installation",
|
||||
},
|
||||
id: "2", name: "James Rodriguez, Business Owner", date: "Date: November 2024", title: "Honest and doesn't push unnecessary work", quote: "Unlike some electricians, Chris doesn't try to upsell you on things you don't need. He gave me a straightforward assessment and fair quote. Weekend availability was a huge plus for our renovation timeline.", tag: "Honest Service", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", avatarAlt: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg", imageAlt: "Renovation wiring installation"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Chen, Homeowner",
|
||||
date: "Date: October 2024",
|
||||
title: "Clean work and friendly approach",
|
||||
quote: "Had Chris install new lighting throughout our basement. His team was clean, professional, and finished on schedule. We felt comfortable having them in our home — definitely coming back for the panel upgrade.",
|
||||
tag: "Professional",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
avatarAlt: "Emily Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-decorative-lamps_23-2148164840.jpg?_wi=1",
|
||||
imageAlt: "Basement lighting installation",
|
||||
},
|
||||
id: "3", name: "Emily Chen, Homeowner", date: "Date: October 2024", title: "Clean work and friendly approach", quote: "Had Chris install new lighting throughout our basement. His team was clean, professional, and finished on schedule. We felt comfortable having them in our home — definitely coming back for the panel upgrade.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/modern-decorative-lamps_23-2148164840.jpg", imageAlt: "Basement lighting installation"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Park, EV Owner",
|
||||
date: "Date: September 2024",
|
||||
title: "Expert EV charger installation",
|
||||
quote: "Needed a Level 2 charger installed for my new Tesla. Chris handled permits, installation, and everything in between. He knew exactly what to do and answered all my questions. Couldn't be happier.",
|
||||
tag: "Expert Install",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
|
||||
avatarAlt: "David Park",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-charging-electric-car-by-house_1303-31360.jpg?_wi=1",
|
||||
imageAlt: "EV charger installation",
|
||||
},
|
||||
id: "4", name: "David Park, EV Owner", date: "Date: September 2024", title: "Expert EV charger installation", quote: "Needed a Level 2 charger installed for my new Tesla. Chris handled permits, installation, and everything in between. He knew exactly what to do and answered all my questions. Couldn't be happier.", tag: "Expert Install", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", avatarAlt: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/man-charging-electric-car-by-house_1303-31360.jpg", imageAlt: "EV charger installation"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Wong, Homeowner",
|
||||
date: "Date: August 2024",
|
||||
title: "Sunday emergency service saved us",
|
||||
quote: "Our bathroom had no power on a Sunday evening. Chris came out, fixed a tripped breaker issue, and had us back up and running in 30 minutes. Very grateful he was available when we needed help.",
|
||||
tag: "Emergency Ready",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
avatarAlt: "Lisa Wong",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-fuses_169016-53034.jpg?_wi=1",
|
||||
imageAlt: "Emergency electrical repair",
|
||||
},
|
||||
id: "5", name: "Lisa Wong, Homeowner", date: "Date: August 2024", title: "Sunday emergency service saved us", quote: "Our bathroom had no power on a Sunday evening. Chris came out, fixed a tripped breaker issue, and had us back up and running in 30 minutes. Very grateful he was available when we needed help.", tag: "Emergency Ready", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Lisa Wong", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-fuses_169016-53034.jpg", imageAlt: "Emergency electrical repair"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michael Thompson, Contractor",
|
||||
date: "Date: July 2024",
|
||||
title: "Reliable contractor for renovation work",
|
||||
quote: "I've worked with Chris on several client renovations. He's reliable, meets deadlines, and communicates well with homeowners. His professionalism makes my job easier. Highly recommended for any electrical work.",
|
||||
tag: "Trusted Partner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
|
||||
avatarAlt: "Michael Thompson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg?_wi=1",
|
||||
imageAlt: "Renovation electrical coordination",
|
||||
},
|
||||
id: "6", name: "Michael Thompson, Contractor", date: "Date: July 2024", title: "Reliable contractor for renovation work", quote: "I've worked with Chris on several client renovations. He's reliable, meets deadlines, and communicates well with homeowners. His professionalism makes my job easier. Highly recommended for any electrical work.", tag: "Trusted Partner", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", avatarAlt: "Michael Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg", imageAlt: "Renovation electrical coordination"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -278,7 +164,7 @@ export default function HomePage() {
|
||||
{ text: "Call (519) 444-1234", href: "tel:+15194441234" },
|
||||
{ text: "Request a Quote", href: "/contact" },
|
||||
]}
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -19,9 +19,7 @@ export default function ReviewsPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Call Now",
|
||||
href: "tel:+15194441234",
|
||||
};
|
||||
text: "Call Now", href: "tel:+15194441234"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -30,7 +28,7 @@ export default function ReviewsPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -52,77 +50,17 @@ export default function ReviewsPage() {
|
||||
description="Real feedback from homeowners in London, Ontario who trust Local Electric"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell, Homeowner",
|
||||
date: "Date: December 2024",
|
||||
title: "Incredibly responsive and professional",
|
||||
quote: "Chris arrived within 30 minutes of my call for a flickering light issue. He diagnosed it quickly, explained the problem clearly, and charged fair prices. I've recommended him to all my neighbors.",
|
||||
tag: "Fast Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
avatarAlt: "Sarah Mitchell",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66830.jpg?_wi=2",
|
||||
imageAlt: "Professional electrical work completed",
|
||||
},
|
||||
id: "1", name: "Sarah Mitchell, Homeowner", date: "Date: December 2024", title: "Incredibly responsive and professional", quote: "Chris arrived within 30 minutes of my call for a flickering light issue. He diagnosed it quickly, explained the problem clearly, and charged fair prices. I've recommended him to all my neighbors.", tag: "Fast Service", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66830.jpg", imageAlt: "Professional electrical work completed"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Rodriguez, Business Owner",
|
||||
date: "Date: November 2024",
|
||||
title: "Honest and doesn't push unnecessary work",
|
||||
quote: "Unlike some electricians, Chris doesn't try to upsell you on things you don't need. He gave me a straightforward assessment and fair quote. Weekend availability was a huge plus for our renovation timeline.",
|
||||
tag: "Honest Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
|
||||
avatarAlt: "James Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg?_wi=3",
|
||||
imageAlt: "Renovation wiring installation",
|
||||
},
|
||||
id: "2", name: "James Rodriguez, Business Owner", date: "Date: November 2024", title: "Honest and doesn't push unnecessary work", quote: "Unlike some electricians, Chris doesn't try to upsell you on things you don't need. He gave me a straightforward assessment and fair quote. Weekend availability was a huge plus for our renovation timeline.", tag: "Honest Service", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", avatarAlt: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg", imageAlt: "Renovation wiring installation"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Chen, Homeowner",
|
||||
date: "Date: October 2024",
|
||||
title: "Clean work and friendly approach",
|
||||
quote: "Had Chris install new lighting throughout our basement. His team was clean, professional, and finished on schedule. We felt comfortable having them in our home — definitely coming back for the panel upgrade.",
|
||||
tag: "Professional",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
avatarAlt: "Emily Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-decorative-lamps_23-2148164840.jpg?_wi=2",
|
||||
imageAlt: "Basement lighting installation",
|
||||
},
|
||||
id: "3", name: "Emily Chen, Homeowner", date: "Date: October 2024", title: "Clean work and friendly approach", quote: "Had Chris install new lighting throughout our basement. His team was clean, professional, and finished on schedule. We felt comfortable having them in our home — definitely coming back for the panel upgrade.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/modern-decorative-lamps_23-2148164840.jpg", imageAlt: "Basement lighting installation"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Park, EV Owner",
|
||||
date: "Date: September 2024",
|
||||
title: "Expert EV charger installation",
|
||||
quote: "Needed a Level 2 charger installed for my new Tesla. Chris handled permits, installation, and everything in between. He knew exactly what to do and answered all my questions. Couldn't be happier.",
|
||||
tag: "Expert Install",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
|
||||
avatarAlt: "David Park",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-charging-electric-car-by-house_1303-31360.jpg?_wi=2",
|
||||
imageAlt: "EV charger installation",
|
||||
},
|
||||
id: "4", name: "David Park, EV Owner", date: "Date: September 2024", title: "Expert EV charger installation", quote: "Needed a Level 2 charger installed for my new Tesla. Chris handled permits, installation, and everything in between. He knew exactly what to do and answered all my questions. Couldn't be happier.", tag: "Expert Install", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", avatarAlt: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/man-charging-electric-car-by-house_1303-31360.jpg", imageAlt: "EV charger installation"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Wong, Homeowner",
|
||||
date: "Date: August 2024",
|
||||
title: "Sunday emergency service saved us",
|
||||
quote: "Our bathroom had no power on a Sunday evening. Chris came out, fixed a tripped breaker issue, and had us back up and running in 30 minutes. Very grateful he was available when we needed help.",
|
||||
tag: "Emergency Ready",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
avatarAlt: "Lisa Wong",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-fuses_169016-53034.jpg?_wi=2",
|
||||
imageAlt: "Emergency electrical repair",
|
||||
},
|
||||
id: "5", name: "Lisa Wong, Homeowner", date: "Date: August 2024", title: "Sunday emergency service saved us", quote: "Our bathroom had no power on a Sunday evening. Chris came out, fixed a tripped breaker issue, and had us back up and running in 30 minutes. Very grateful he was available when we needed help.", tag: "Emergency Ready", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Lisa Wong", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-fuses_169016-53034.jpg", imageAlt: "Emergency electrical repair"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michael Thompson, Contractor",
|
||||
date: "Date: July 2024",
|
||||
title: "Reliable contractor for renovation work",
|
||||
quote: "I've worked with Chris on several client renovations. He's reliable, meets deadlines, and communicates well with homeowners. His professionalism makes my job easier. Highly recommended for any electrical work.",
|
||||
tag: "Trusted Partner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
|
||||
avatarAlt: "Michael Thompson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg?_wi=2",
|
||||
imageAlt: "Renovation electrical coordination",
|
||||
},
|
||||
id: "6", name: "Michael Thompson, Contractor", date: "Date: July 2024", title: "Reliable contractor for renovation work", quote: "I've worked with Chris on several client renovations. He's reliable, meets deadlines, and communicates well with homeowners. His professionalism makes my job easier. Highly recommended for any electrical work.", tag: "Trusted Partner", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", avatarAlt: "Michael Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg", imageAlt: "Renovation electrical coordination"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -137,13 +75,7 @@ export default function ReviewsPage() {
|
||||
tag="Customer Satisfaction"
|
||||
tagIcon={Award}
|
||||
names={[
|
||||
"100% Honest & Transparent",
|
||||
"30-Minute Average Response",
|
||||
"Weekend & Emergency Available",
|
||||
"Licensed & Insured",
|
||||
"Code Compliant Work",
|
||||
"19+ Verified Reviews",
|
||||
]}
|
||||
"100% Honest & Transparent", "30-Minute Average Response", "Weekend & Emergency Available", "Licensed & Insured", "Code Compliant Work", "19+ Verified Reviews"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
speed={35}
|
||||
@@ -162,7 +94,7 @@ export default function ReviewsPage() {
|
||||
{ text: "Call (519) 444-1234", href: "tel:+15194441234" },
|
||||
{ text: "Request a Quote", href: "/contact" },
|
||||
]}
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -18,9 +18,7 @@ export default function ServicesPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Call Now",
|
||||
href: "tel:+15194441234",
|
||||
};
|
||||
text: "Call Now", href: "tel:+15194441234"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -29,7 +27,7 @@ export default function ServicesPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -51,53 +49,17 @@ export default function ServicesPage() {
|
||||
description="From emergency repairs to complete home upgrades, we handle all your electrical needs with professionalism and care."
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Electrical Repairs",
|
||||
description: "Flickering lights, dead outlets, circuit breaker issues — we diagnose and fix any electrical problem quickly. Emergency service available 24/7.",
|
||||
tag: "Emergency Ready",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg?_wi=2",
|
||||
imageAlt: "Electrician performing residential electrical repair",
|
||||
},
|
||||
id: "1", title: "Electrical Repairs", description: "Flickering lights, dead outlets, circuit breaker issues — we diagnose and fix any electrical problem quickly. Emergency service available 24/7.", tag: "Emergency Ready", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg", imageAlt: "Electrician performing residential electrical repair"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Lighting Installation",
|
||||
description: "Transform your home with professional indoor and outdoor lighting installations. Upgrades, fixtures, dimming systems, and design consultation included.",
|
||||
tag: "Interior & Exterior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-decorative-lamps_23-2148164736.jpg?_wi=2",
|
||||
imageAlt: "Beautiful residential lighting installation",
|
||||
},
|
||||
id: "2", title: "Lighting Installation", description: "Transform your home with professional indoor and outdoor lighting installations. Upgrades, fixtures, dimming systems, and design consultation included.", tag: "Interior & Exterior", imageSrc: "http://img.b2bpic.net/free-photo/modern-decorative-lamps_23-2148164736.jpg", imageAlt: "Beautiful residential lighting installation"},
|
||||
{
|
||||
id: "3",
|
||||
title: "EV Charger Installation",
|
||||
description: "Safe, reliable home EV charging stations installed to code. We handle permits, inspections, and everything needed for Level 2 chargers.",
|
||||
tag: "Future Ready",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electric-vehicle-parking_1127-3300.jpg?_wi=2",
|
||||
imageAlt: "EV charger installation at residential home",
|
||||
},
|
||||
id: "3", title: "EV Charger Installation", description: "Safe, reliable home EV charging stations installed to code. We handle permits, inspections, and everything needed for Level 2 chargers.", tag: "Future Ready", imageSrc: "http://img.b2bpic.net/free-photo/electric-vehicle-parking_1127-3300.jpg", imageAlt: "EV charger installation at residential home"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Renovation & Basement Wiring",
|
||||
description: "Complete wiring for bathrooms, basements, gyms, kitchens, and full home renovations. Code-compliant work with meticulous attention to detail.",
|
||||
tag: "Full Renos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tools-working-construction-site_169016-5293.jpg?_wi=2",
|
||||
imageAlt: "Electrician working on basement renovation wiring",
|
||||
},
|
||||
id: "4", title: "Renovation & Basement Wiring", description: "Complete wiring for bathrooms, basements, gyms, kitchens, and full home renovations. Code-compliant work with meticulous attention to detail.", tag: "Full Renos", imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tools-working-construction-site_169016-5293.jpg", imageAlt: "Electrician working on basement renovation wiring"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Panel Upgrades",
|
||||
description: "Modernize your electrical panel for safety and capacity. We handle all upgrades to current code standards with full inspections.",
|
||||
tag: "Safety Upgrade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-5073.jpg?_wi=2",
|
||||
imageAlt: "Electrical panel upgrade and inspection",
|
||||
},
|
||||
id: "5", title: "Panel Upgrades", description: "Modernize your electrical panel for safety and capacity. We handle all upgrades to current code standards with full inspections.", tag: "Safety Upgrade", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-5073.jpg", imageAlt: "Electrical panel upgrade and inspection"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Hot Tub & Outdoor Wiring",
|
||||
description: "Expert installation for hot tubs, outdoor kitchens, pool equipment, and landscape lighting. All work done safely and to code.",
|
||||
tag: "Outdoor Living",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg?_wi=2",
|
||||
imageAlt: "Hot tub electrical wiring installation",
|
||||
},
|
||||
id: "6", title: "Hot Tub & Outdoor Wiring", description: "Expert installation for hot tubs, outdoor kitchens, pool equipment, and landscape lighting. All work done safely and to code.", tag: "Outdoor Living", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg", imageAlt: "Hot tub electrical wiring installation"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -116,7 +78,7 @@ export default function ServicesPage() {
|
||||
{ text: "Call (519) 444-1234", href: "tel:+15194441234" },
|
||||
{ text: "Request a Quote", href: "/contact" },
|
||||
]}
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user