Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0aabc32dd3 | |||
| c3f936a34a | |||
| 7b1b297f77 | |||
| 79e9546540 | |||
| f71380bccb | |||
| 1c02770e50 | |||
| 9799d4e6ef | |||
| 51a902c270 | |||
| d3f59b23e7 | |||
| 07b643ce28 |
1413
src/app/layout.tsx
1413
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -169,16 +169,16 @@ export default function LandingPage() {
|
||||
tag="Get Started"
|
||||
tagIcon={Phone}
|
||||
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" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-25063.jpg"
|
||||
imageAlt="Electrical service tools and equipment"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email address"
|
||||
inputPlaceholder="Enter your phone number"
|
||||
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>
|
||||
|
||||
@@ -206,7 +206,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Emergency Number", href: "#" },
|
||||
{ label: "Emergency Number", href: "tel:+1(516)974-2879" },
|
||||
{ label: "Schedule Service", href: "#contact" },
|
||||
{ label: "Get a Quote", href: "#contact" }
|
||||
]
|
||||
@@ -216,4 +216,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user