Update src/app/page.tsx

This commit is contained in:
2026-03-07 21:05:56 +00:00
parent 5a078a69f8
commit 3350e73dbd

View File

@@ -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)}
/>