From 5fae4bd4e1c52942c6e05659c59cb350df4088d5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 03:27:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fe19ae..bda2f24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,6 +108,7 @@ export default function LandingPage() { ]} title="Signature Menu" description="Freshly brewed teas, artisanal milk blends, and signature add-ons designed for every mood." + buttons={[{ text: "View Full Menu", href: "#menu" }]} /> -- 2.49.1