From 9aa3c6dfcca2d05e628d64dd4a136ab80c04d577 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 01:51:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c87dd26..fb0c927 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,6 +107,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + buttons={[{ text: "View Full Seasonal List", href: "#" }]} products={[ { id: "p1", name: "Espresso Martini", price: "$14", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-dries-top_141793-619.jpg" }, { id: "p2", name: "Old Fashioned Love Song", price: "$16", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-whiskey-glass-with-cherries-copy-space_23-2148673715.jpg" }, @@ -187,4 +188,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file