Update src/app/page.tsx

This commit is contained in:
2026-03-16 01:55:38 +00:00
parent ef5af41db0
commit eac68f9c01

View File

@@ -168,8 +168,8 @@ export default function LandingPage() {
imageAlt="Restaurant reservation and contact"
mediaAnimation="slide-up"
mediaPosition="left"
inputPlaceholder="Enter your email"
buttonText="Reserve Table"
inputPlaceholder="Enter email to reserve"
buttonText="Reserve Now"
termsText="By submitting, you agree to our Terms. We'll send you reservation details and updates."
ariaLabel="Contact and reservation section"
/>
@@ -210,4 +210,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}