From f65764550c6c1e3d8b8dfa153930570116dcab19 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 15:54:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ]} /> -- 2.49.1