From b32a67f5fc40938e693756c19374d9a2ae2098e1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 15:13:07 +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 01caa0f..8aa058b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,6 +87,9 @@ export default function LandingPage() { { id: "p6", name: "Roasted Vegetable Platter", price: "$24", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-lettuce-olives-corn-tomatoes-top-view_114579-9534.jpg"}, ]} + buttons={[ + { text: "View Full Menu", href: "#menu" } + ]} title="Signature Dishes" description="Experience our curated selection of Mediterranean specialties." /> @@ -228,4 +231,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1