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 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