Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-07 11:05:47 +00:00
2 changed files with 1387 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -242,8 +242,8 @@ export default function LandingPage() {
tagIcon={Mail}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Check Availability"
inputPlaceholder="Your email for booking inquiry"
buttonText="Reserve Now"
termsText="We respect your privacy and will only contact you about your booking and special offers."
/>
</div>
@@ -261,4 +261,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}