From c3f936a34aa53d47e9dc5cf4d15af3e5de127a79 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 12:46:26 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 27ac2b7..b617dcf 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} +} \ No newline at end of file -- 2.49.1 From 0aabc32dd324f1906a6c1bd1cdac4ae3d4f356ce Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 12:46:26 +0000 Subject: [PATCH 2/2] 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 -- 2.49.1