Update src/app/page.tsx

This commit is contained in:
2026-03-09 12:46:26 +00:00
parent c3f936a34a
commit 0aabc32dd3

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>
);
}
}