From b9eb2d64ced5b0cacdc441b9754c19cde3438703 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 23:55:58 +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 7fae231..f25829b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,6 +115,9 @@ export default function LandingPage() { { id: "p6", name: "Dark Chocolate Ganache", price: "$18.00", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-chocolate-dessert-cup-beverage-restaurant_23-2148001613.jpg"}, ]} + buttons={[ + { text: "View Full Menu", href: "#" } + ]} title="Curated Gourmet Menu" description="Indulge in our selection of expertly crafted dishes, prepared fresh to satisfy the most discerning palates." /> @@ -245,4 +248,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}