Update src/app/page.tsx

This commit is contained in:
2026-01-08 15:54:05 +00:00
parent 1fe47a388d
commit f65764550c

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
imagePosition="right"
buttons={[
{ text: "Make a Reservation", href: "contact" },
{ text: "View Menu", href: "features" }
{ text: "See Cocktails", href: "features" }
]}
/>
</div>