diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e51fa5..a69e7b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file