From 56cc3c61ec3ef192d02af18c265531c0458da167 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:24:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f51846..f251341 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -217,4 +217,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}