Update src/app/page.tsx

This commit is contained in:
2026-03-03 19:24:20 +00:00
parent 4785ecd3d0
commit 56cc3c61ec

View File

@@ -181,8 +181,8 @@ export default function HomePage() {
description="Reserve your dates and experience the profound serenity of Alpine Calm. Our team is delighted to assist with any inquiries or special requests."
background={{ variant: "plain" }}
useInvertedBackground={false}
buttonText="Reserve"
inputPlaceholder="your@email.com"
buttonText="Reserve"
termsText="We respect your privacy. Your information will only be used to confirm your reservation and send you relevant updates about your stay."
/>
</div>
@@ -217,4 +217,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}