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 +}