From 0aabc32dd324f1906a6c1bd1cdac4ae3d4f356ce Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 12:46:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 987050e..d8e3c1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -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() { ); -} +} \ No newline at end of file