From d851b21d27a70803e7e24ab02288ceb0435a3b0f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 09:18:12 +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 99a05ab..215fb38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -204,7 +204,7 @@ export default function LandingPage() { useInvertedBackground={false} inputPlaceholder="Your email address" buttonText="Reserve Now" - termsText="We respect your privacy. We'll contact you within 2 hours to confirm your reservation." + termsText="Reserve instantly. We'll confirm within 2 hours. Your table guaranteed." /> @@ -249,4 +249,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1