diff --git a/src/app/page.tsx b/src/app/page.tsx index 6721c33..17c42ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -238,7 +238,7 @@ export default function LandingPage() { mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email for updates" - buttonText="Get Notified" + buttonText="Reserve Your Table" termsText="We'll send you updates about events, specials, and exclusive experiences. No spam, just good vibes." onSubmit={(email: string) => console.log('Newsletter signup:', email)} />