diff --git a/src/app/page.tsx b/src/app/page.tsx index d1ffaa6..b3b6d44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} />