10 Commits

Author SHA1 Message Date
0aabc32dd3 Update src/app/page.tsx 2026-03-09 12:46:26 +00:00
c3f936a34a Update src/app/layout.tsx 2026-03-09 12:46:26 +00:00
7b1b297f77 Merge version_2 into main
Merge version_2 into main
2026-03-09 12:33:31 +00:00
79e9546540 Update src/app/page.tsx 2026-03-09 12:33:27 +00:00
f71380bccb Update src/app/layout.tsx 2026-03-09 12:33:27 +00:00
1c02770e50 Merge version_1 into main
Merge version_1 into main
2026-03-09 00:44:36 +00:00
9799d4e6ef Merge version_1 into main
Merge version_1 into main
2026-03-09 00:44:24 +00:00
51a902c270 Merge version_1 into main
Merge version_1 into main
2026-03-09 00:29:53 +00:00
d3f59b23e7 Merge version_1 into main
Merge version_1 into main
2026-03-09 00:28:57 +00:00
07b643ce28 Merge version_1 into main
Merge version_1 into main
2026-03-09 00:27:46 +00:00
2 changed files with 12 additions and 1411 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -169,16 +169,16 @@ export default function LandingPage() {
tag="Get Started" tag="Get Started"
tagIcon={Phone} tagIcon={Phone}
title="Ready to Power Up Your Property?" title="Ready to Power Up Your Property?"
description="Contact Thunderbolt Electric today for a free consultation and estimate. Our team is ready to help with any electrical need." description="Get a free consultation and estimate within 2 hours. Our licensed electricians are ready to solve your electrical needs today."
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-25063.jpg" imageSrc="http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-25063.jpg"
imageAlt="Electrical service tools and equipment" imageAlt="Electrical service tools and equipment"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
inputPlaceholder="Enter your email address" inputPlaceholder="Enter your phone number"
buttonText="Get Free Quote" buttonText="Get Free Quote"
termsText="We respect your privacy. Your information will only be used to contact you about your electrical service request." termsText="By calling +1(516)974-2879, we respect your privacy. Your information will only be used to contact you about your electrical service request."
/> />
</div> </div>
@@ -206,7 +206,7 @@ export default function LandingPage() {
{ {
title: "Support", items: [ title: "Support", items: [
{ label: "FAQ", href: "#faq" }, { label: "FAQ", href: "#faq" },
{ label: "Emergency Number", href: "#" }, { label: "Emergency Number", href: "tel:+1(516)974-2879" },
{ label: "Schedule Service", href: "#contact" }, { label: "Schedule Service", href: "#contact" },
{ label: "Get a Quote", href: "#contact" } { label: "Get a Quote", href: "#contact" }
] ]