Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-04 18:41:31 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1415,4 +1415,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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."
/>
</div>
@@ -238,4 +238,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}