11 Commits

Author SHA1 Message Date
fbdb7c8142 Merge version_3 into main
Merge version_3 into main
2026-03-08 02:03:38 +00:00
1d0d5cf357 Update src/app/layout.tsx 2026-03-08 02:03:34 +00:00
ad7afd8e3d Merge version_3 into main
Merge version_3 into main
2026-03-08 02:02:52 +00:00
3c6d816a78 Update src/app/page.tsx 2026-03-08 02:02:48 +00:00
ff214ac558 Update src/app/layout.tsx 2026-03-08 02:02:48 +00:00
6059d953a4 Update src/app/services/page.tsx 2026-03-08 02:01:16 +00:00
1750fd347e Update src/app/page.tsx 2026-03-08 02:01:15 +00:00
30a07786d4 Update src/app/contact/page.tsx 2026-03-08 02:01:15 +00:00
467b2de07a Update src/app/about/page.tsx 2026-03-08 02:01:15 +00:00
1cd429cac7 Merge version_1 into main
Merge version_1 into main
2026-03-08 01:58:51 +00:00
58864c7c59 Update src/app/page.tsx 2026-03-08 01:58:47 +00:00
5 changed files with 122 additions and 1796 deletions

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"},
],
},
]}

View File

@@ -40,9 +40,7 @@ export default function ContactPage() {
<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>
@@ -72,30 +70,21 @@ export default function ContactPage() {
animationType="slide-up"
metrics={[
{
id: "1",
icon: Phone,
title: "Phone",
value: "(760) 518-5912",
},
id: "1", icon: Phone,
title: "Phone", value: "(760) 518-5912"},
{
id: "2",
icon: Mail,
title: "Email",
value: "info@allproelectric.com",
},
id: "2", icon: Mail,
title: "Email", value: "info@allproelectric.com"},
{
id: "3",
icon: MapPin,
title: "Location",
value: "Escondido, CA",
},
id: "3", icon: MapPin,
title: "Location", value: "Escondido, CA"},
{
id: "4",
icon: Clock,
title: "Hours",
value: "24/7 Available",
},
id: "4", icon: Clock,
title: "Hours", value: "24/7 Available"},
]}
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>
@@ -108,21 +97,12 @@ export default function ContactPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Escondido",
"San Marcos",
"Vista",
"Carlsbad",
"Oceanside",
"Rancho Bernardo",
"Ramona",
]}
"Escondido", "San Marcos", "Vista", "Carlsbad", "Oceanside", "Rancho Bernardo", "Ramona"]}
speed={40}
showCard={true}
buttons={[
{
text: "Schedule Service",
href: "tel:(760) 518-5912",
},
text: "Schedule Service", href: "tel:(760) 518-5912"},
]}
/>
</div>
@@ -132,8 +112,7 @@ export default function ContactPage() {
<FooterBaseReveal
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Services", href: "/" },
@@ -141,8 +120,7 @@ export default function ContactPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Electrical Repairs", href: "#repairs" },
{ label: "EV Charger Installation", href: "#ev-charger" },
{ label: "Lighting Installation", href: "#lighting" },
@@ -150,21 +128,14 @@ export default function ContactPage() {
],
},
{
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"},
],
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -44,9 +44,7 @@ export default function HomePage() {
<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>
@@ -59,13 +57,9 @@ export default function HomePage() {
background={{ variant: "radial-gradient" }}
buttons={[
{
text: "Call Now: (760) 518-5912",
href: "tel:(760) 518-5912",
},
text: "Call Now: (760) 518-5912", href: "tel:(760) 518-5912"},
{
text: "Get Free Quote",
href: "/contact",
},
text: "Get Free Quote", href: "/contact"},
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/manual-work-switchboard-electrical-installation-cable-connection_169016-68257.jpg"
@@ -87,30 +81,21 @@ export default function HomePage() {
animationType="slide-up"
metrics={[
{
id: "1",
icon: Star,
title: "5.0 Stars",
value: "21+ Reviews",
},
id: "1", icon: Star,
title: "5.0 Stars", value: "21+ Reviews"},
{
id: "2",
icon: Clock,
title: "Fast Response",
value: "24/7 Available",
},
id: "2", icon: Clock,
title: "Fast Response", value: "24/7 Available"},
{
id: "3",
icon: CheckCircle,
title: "Licensed",
value: "Fully Insured",
},
id: "3", icon: CheckCircle,
title: "Licensed", value: "Fully Insured"},
{
id: "4",
icon: Shield,
title: "Quality",
value: "Efficient ",
},
id: "4", icon: Shield,
title: "Quality", value: "Efficient"},
]}
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>
@@ -118,82 +103,42 @@ export default function HomePage() {
<div id="services" data-section="services">
<FeatureCardTwelve
title="Electrical Services We Provide"
description="Comprehensive electrical solutions for your home and business"
description="All work backed by our satisfaction guarantee and licensed professionals. Comprehensive electrical solutions for your home and business."
tag="Our Services"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
id: "repairs",
label: "Repairs",
title: "Emergency & Routine Electrical Repairs",
items: [
"Circuit breaker troubleshooting",
"Power outage diagnosis",
"Faulty wiring repair",
"Burning smell investigation",
"Flickering lights fix",
],
id: "repairs", label: "Repairs", title: "Emergency & Routine Electrical Repairs", items: [
"Circuit breaker troubleshooting", "Power outage diagnosis", "Faulty wiring repair", "Burning smell investigation", "Flickering lights fix"],
buttons: [
{
text: "Learn More",
href: "#",
},
text: "Learn More", href: "#"},
],
},
{
id: "ev-charger",
label: "EV Charger",
title: "Professional EV Charger Installation",
items: [
"Level 2 home charging installation",
"Code-compliant setup",
"Home charging optimization",
"Electric vehicle readiness",
"Future-proof infrastructure",
],
id: "ev-charger", label: "EV Charger", title: "Professional EV Charger Installation", items: [
"Level 2 home charging installation", "Code-compliant setup", "Home charging optimization", "Electric vehicle readiness", "Future-proof infrastructure"],
buttons: [
{
text: "Get Quote",
href: "/contact",
},
text: "Get Quote", href: "/contact"},
],
},
{
id: "lighting",
label: "Lighting",
title: "Modern Lighting Solutions",
items: [
"Pendant light installation",
"Recessed lighting design",
"Outdoor security lighting",
"Accent lighting effects",
"Energy-efficient upgrades",
],
id: "lighting", label: "Lighting", title: "Modern Lighting Solutions", items: [
"Pendant light installation", "Recessed lighting design", "Outdoor security lighting", "Accent lighting effects", "Energy-efficient upgrades"],
buttons: [
{
text: "Schedule Service",
href: "/contact",
},
text: "Schedule Service", href: "/contact"},
],
},
{
id: "panels",
label: "Upgrades",
title: "Electrical Panel & Capacity Upgrades",
items: [
"Panel replacement service",
"Increased electrical capacity",
"Safety system upgrades",
"Modern code compliance",
"Future expansion ready",
],
id: "panels", label: "Upgrades", title: "Electrical Panel & Capacity Upgrades", items: [
"Panel replacement service", "Increased electrical capacity", "Safety system upgrades", "Modern code compliance", "Future expansion ready"],
buttons: [
{
text: "Request Inspection",
href: "/contact",
},
text: "Request Inspection", href: "/contact"},
],
},
]}
@@ -209,24 +154,16 @@ export default function HomePage() {
metrics={[
{
icon: Zap,
label: "Fast Response Times",
value: "Same-Day Service",
},
label: "Fast Response Times", value: "Same-Day Service"},
{
icon: Users,
label: "Expert Team",
value: "10+ Years",
},
label: "Expert Team", value: "10+ Years"},
{
icon: Heart,
label: "Customer Focused",
value: "100% Satisfaction",
},
label: "Customer Focused", value: "100% Satisfaction"},
{
icon: Award,
label: "Quality Craftsmanship",
value: "Code Compliant",
},
label: "Quality Craftsmanship", value: "Code Compliant"},
]}
/>
</div>
@@ -241,60 +178,15 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson, Homeowner",
date: "Date: January 15, 2025",
title: "Excellent Service and Attention to Detail",
quote: "Daniel installed our EV charger perfectly and explained everything. His work was done quickly with great attention to detail. Highly recommend them for their prompt service and expertise.",
tag: "EV Charger Installation",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg",
avatarAlt: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg",
},
id: "1", name: "Sarah Johnson, Homeowner", date: "Date: January 15, 2025", title: "Excellent Service and Attention to Detail", quote: "Daniel installed our EV charger perfectly and explained everything. His work was done quickly with great attention to detail. Highly recommend them for their prompt service and expertise.", tag: "EV Charger Installation", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg"},
{
id: "2",
name: "Michael Chen, Business Owner",
date: "Date: January 10, 2025",
title: "Professional and Friendly Service",
quote: "All Pro Electric handled our office electrical upgrade with professionalism and care. Daniel is super friendly and has a fantastic customer service-oriented attitude. Great communication throughout the project.",
tag: "Commercial Upgrade",
avatarSrc: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg",
avatarAlt: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg",
},
id: "2", name: "Michael Chen, Business Owner", date: "Date: January 10, 2025", title: "Professional and Friendly Service", quote: "All Pro Electric handled our office electrical upgrade with professionalism and care. Daniel is super friendly and has a fantastic customer service-oriented attitude. Great communication throughout the project.", tag: "Commercial Upgrade", avatarSrc: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg"},
{
id: "3",
name: "Emily Rodriguez, Property Manager",
date: "Date: December 28, 2024",
title: "Reliable and Fast Response",
quote: "We needed emergency electrical repairs on a Sunday. All Pro Electric answered the call and fixed the issue quickly. They're our go-to electrician for our rental properties. Always professional and fair pricing.",
tag: "Emergency Repair",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-showing-thumb-up-sign-office_23-2147923405.jpg",
avatarAlt: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-showing-thumb-up-sign-office_23-2147923405.jpg",
},
id: "3", name: "Emily Rodriguez, Property Manager", date: "Date: December 28, 2024", title: "Reliable and Fast Response", quote: "We needed emergency electrical repairs on a Sunday. All Pro Electric answered the call and fixed the issue quickly. They're our go-to electrician for our rental properties. Always professional and fair pricing.", tag: "Emergency Repair", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-showing-thumb-up-sign-office_23-2147923405.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-showing-thumb-up-sign-office_23-2147923405.jpg"},
{
id: "4",
name: "David Kim, Homeowner",
date: "Date: December 15, 2024",
title: "Quality Work and Clear Communication",
quote: "Had Daniel do a full lighting redesign in our new home. He explained options clearly and delivered exceptional results. The communication was top-notch and the pricing was transparent. Five stars!",
tag: "Lighting Design",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
avatarAlt: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
},
id: "4", name: "David Kim, Homeowner", date: "Date: December 15, 2024", title: "Quality Work and Clear Communication", quote: "Had Daniel do a full lighting redesign in our new home. He explained options clearly and delivered exceptional results. The communication was top-notch and the pricing was transparent. Five stars!", tag: "Lighting Design", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
{
id: "5",
name: "Jennifer Martinez, EV Owner",
date: "Date: December 1, 2024",
title: "Expert EV Charger Installation",
quote: "Best decision getting All Pro Electric to install our Tesla charger. Daniel knew exactly what we needed and handled everything from permits to installation. Now charging at home has never been easier!",
tag: "EV Charger",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-notebook-holding-her-diary-planner-sitting-office_1258-194721.jpg",
avatarAlt: "Jennifer Martinez",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-notebook-holding-her-diary-planner-sitting-office_1258-194721.jpg",
},
id: "5", name: "Jennifer Martinez, EV Owner", date: "Date: December 1, 2024", title: "Expert EV Charger Installation", quote: "Best decision getting All Pro Electric to install our Tesla charger. Daniel knew exactly what we needed and handled everything from permits to installation. Now charging at home has never been easier!", tag: "EV Charger", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-notebook-holding-her-diary-planner-sitting-office_1258-194721.jpg", avatarAlt: "Jennifer Martinez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-notebook-holding-her-diary-planner-sitting-office_1258-194721.jpg"},
]}
/>
</div>
@@ -308,21 +200,12 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Escondido",
"San Marcos",
"Vista",
"Carlsbad",
"Oceanside",
"Rancho Bernardo",
"Ramona",
]}
"Escondido", "San Marcos", "Vista", "Carlsbad", "Oceanside", "Rancho Bernardo", "Ramona"]}
speed={40}
showCard={true}
buttons={[
{
text: "Call for Service Today",
href: "tel:(760) 518-5912",
},
text: "Call for Service Today", href: "tel:(760) 518-5912"},
]}
/>
</div>
@@ -347,8 +230,7 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Services", href: "/" },
@@ -356,8 +238,7 @@ export default function HomePage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Electrical Repairs", href: "#repairs" },
{ label: "EV Charger Installation", href: "#ev-charger" },
{ label: "Lighting Installation", href: "#lighting" },
@@ -365,21 +246,14 @@ export default function HomePage() {
],
},
{
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"},
],
},
]}
@@ -388,4 +262,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -36,9 +36,7 @@ export default function ServicesPage() {
{ name: "Reviews", id: "reviews" },
]}
button={{
text: "Call Now",
href: "tel:(760) 518-5912",
}}
text: "Call Now", href: "tel:(760) 518-5912"}}
/>
</div>
@@ -46,75 +44,35 @@ export default function ServicesPage() {
<FeatureCardTwelve
features={[
{
id: "repairs",
label: "Repairs",
title: "Emergency & Routine Electrical Repairs",
items: [
"Circuit breaker troubleshooting",
"Power outage diagnosis",
"Faulty wiring repair",
"Burning smell investigation",
"Flickering lights fix",
],
id: "repairs", label: "Repairs", title: "Emergency & Routine Electrical Repairs", items: [
"Circuit breaker troubleshooting", "Power outage diagnosis", "Faulty wiring repair", "Burning smell investigation", "Flickering lights fix"],
buttons: [
{
text: "Learn More",
href: "/services#repairs",
},
text: "Learn More", href: "/services#repairs"},
],
},
{
id: "ev-charger",
label: "EV Charger",
title: "Professional EV Charger Installation",
items: [
"Level 2 home charging installation",
"Code-compliant setup",
"Home charging optimization",
"Electric vehicle readiness",
"Future-proof infrastructure",
],
id: "ev-charger", label: "EV Charger", title: "Professional EV Charger Installation", items: [
"Level 2 home charging installation", "Code-compliant setup", "Home charging optimization", "Electric vehicle readiness", "Future-proof infrastructure"],
buttons: [
{
text: "Get Quote",
href: "/contact",
},
text: "Get Quote", href: "/contact"},
],
},
{
id: "lighting",
label: "Lighting",
title: "Modern Lighting Solutions",
items: [
"Pendant light installation",
"Recessed lighting design",
"Outdoor security lighting",
"Accent lighting effects",
"Energy-efficient upgrades",
],
id: "lighting", label: "Lighting", title: "Modern Lighting Solutions", items: [
"Pendant light installation", "Recessed lighting design", "Outdoor security lighting", "Accent lighting effects", "Energy-efficient upgrades"],
buttons: [
{
text: "Schedule Service",
href: "/contact",
},
text: "Schedule Service", href: "/contact"},
],
},
{
id: "panels",
label: "Upgrades",
title: "Electrical Panel & Capacity Upgrades",
items: [
"Panel replacement service",
"Increased electrical capacity",
"Safety system upgrades",
"Modern code compliance",
"Future expansion ready",
],
id: "panels", label: "Upgrades", title: "Electrical Panel & Capacity Upgrades", items: [
"Panel replacement service", "Increased electrical capacity", "Safety system upgrades", "Modern code compliance", "Future expansion ready"],
buttons: [
{
text: "Request Inspection",
href: "/contact",
},
text: "Request Inspection", href: "/contact"},
],
},
]}
@@ -145,66 +103,39 @@ export default function ServicesPage() {
<FooterBaseReveal
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "About",
href: "/about",
},
label: "About", href: "/about"},
{
label: "Services",
href: "/services",
},
label: "Services", href: "/services"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Electrical Repairs",
href: "/services#repairs",
},
label: "Electrical Repairs", href: "/services#repairs"},
{
label: "EV Charger Installation",
href: "/services#ev-charger",
},
label: "EV Charger Installation", href: "/services#ev-charger"},
{
label: "Lighting Installation",
href: "/services#lighting",
},
label: "Lighting Installation", href: "/services#lighting"},
{
label: "Panel Upgrades",
href: "/services#panels",
},
label: "Panel Upgrades", href: "/services#panels"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Call: (760) 518-5912",
href: "tel:(760) 518-5912",
},
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"},
],
},
]}