From 5e2f851eafce6f761f99a981a9157cf1ed686bd0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 01:23:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3befdc2..f0aa388 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,6 +78,9 @@ export default function LandingPage() { textboxLayout="split-description" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + buttons={[ + { text: "View Full Menu", href: "#menu" } + ]} products={[ { id: "1", brand: "Matcha", name: "OG Matcha Latte", price: "$6.50", rating: 5,