Update src/app/page.tsx

This commit is contained in:
2026-05-08 18:25:25 +00:00
parent eb0316d4c3
commit 397157318c

View File

@@ -158,7 +158,7 @@ export default function LandingPage() {
tag="Visit Us"
title="Book Your Dining Experience"
description="Ready for an exceptional meal? Contact us today to secure your table."
buttons={[{ text: "Contact Us Now", href: "#" }]}
buttons={[{ text: "Reserve Your Table", href: "#" }]}
/>
</div>
@@ -185,4 +185,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}