From b341c9f82f2ed24b9f68f71fe6fcb6a33ed0d9ac Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 03:09:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e9bd87..1e63ee6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,6 +129,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Signature Dishes" description="Explore our carefully curated selection of signature dishes." + buttons={[{ text: "Order Now", href: "#contact" }]} products={[ { id: "p1", name: "Gourmet Margherita Pizza", price: "$18", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-peppers-olives-cheese_501050-821.jpg" }, { id: "p2", name: "Truffle Mushroom Pasta", price: "$22", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg" },