4 Commits

Author SHA1 Message Date
b07fc9dd92 Merge version_3 into main
Merge version_3 into main
2026-03-04 18:41:30 +00:00
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>
</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>
);
}
}