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