From 722b265e89ec5f49c9c2a601467b0eba3ec7e006 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:41:25 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8a57367..c113c5b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1415,4 +1415,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 9b24f1405f727c0b4ea95c584eef47b962f692d8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:41:25 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e0744a..3fa3f90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -198,9 +198,9 @@ export default function LandingPage() { tagIcon={Phone} background={{ variant: "rotated-rays-static-grid" }} useInvertedBackground={false} - inputPlaceholder="Enter your email" + inputPlaceholder="your@email.com" buttonText="Book Now" - termsText="We respect your privacy. Your information will only be used for your roof inspection appointment." + termsText="Schedule your free inspection. We respect your privacy. Your information will only be used for your roof inspection appointment." /> @@ -238,4 +238,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1