Merge version_3 into main #7

Merged
bender merged 2 commits from version_3 into main 2026-03-09 12:46:31 +00:00
2 changed files with 7 additions and 6 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Thunderbolt Electric | Professional Electrical Services", description: "Expert electrical services for residential and commercial properties. Licensed electricians, fast response times, and reliable solutions."};
title: "Thunderbolt Electric | Professional Electrical Services", description: "Expert electrical services for residential and commercial properties. Licensed electricians, fast response times, and reliable solutions."
};
export default function RootLayout({
children,
@@ -1384,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -176,9 +176,9 @@ export default function LandingPage() {
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>
);
}
}