Update src/app/page.tsx

This commit is contained in:
2026-03-08 09:05:06 +00:00
parent daf7cdf38a
commit 59e56e402c

View File

@@ -224,8 +224,8 @@ export default function HomePage() {
imageAlt="Intimate restaurant dining setup"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="your@email.com"
buttonText="Subscribe"
inputPlaceholder="phone or email"
buttonText="Reserve Table"
termsText="We respect your privacy. Contact information is used only for restaurant updates and reservations."
/>
</div>
@@ -263,4 +263,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}