Update src/app/page.tsx

This commit is contained in:
2026-04-24 03:01:30 +00:00
parent 6db1385ea1
commit 67858f84fe

View File

@@ -186,7 +186,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
text="Ready for your next meal? Visit us at 123 Diner St. or book your table online."
buttons={[{ text: "Book Now", href: "#" }]}
buttons={[{ text: "Reserve Your Table", href: "#" }]}
/>
</div>
@@ -203,4 +203,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}