3 Commits

Author SHA1 Message Date
9b24f1405f Update src/app/page.tsx 2026-03-04 18:41:25 +00:00
722b265e89 Update src/app/layout.tsx 2026-03-04 18:41:25 +00:00
9574387a52 Merge version_2 into main
Merge version_2 into main
2026-03-04 16:47:13 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -198,9 +198,9 @@ export default function LandingPage() {
tagIcon={Phone} tagIcon={Phone}
background={{ variant: "rotated-rays-static-grid" }} background={{ variant: "rotated-rays-static-grid" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Enter your email" inputPlaceholder="your@email.com"
buttonText="Book Now" 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> </div>
@@ -238,4 +238,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }