From 4ab0ace2d3c390f877945d423be60e79bbd9cbf3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 05:10:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd8385c..d5dea1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,6 +71,9 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + buttons={[ + { text: "View Full Menu", href: "#" } + ]} products={[ { id: "1", brand: "Appetizer", name: "Truffle Burrata", price: "$24", rating: 5, @@ -190,4 +193,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1