From 3c5f5010781cee3a401bfd85a915135b0e2393f3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 21:09:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c14ca5b..e7f87ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,6 +103,10 @@ export default function LandingPage() { textboxLayout="split" gridVariant="bento-grid" useInvertedBackground={false} + buttons={[ + { text: "Order Online", href: "#contact" }, + { text: "View Full Menu", href: "#menu" } + ]} products={[ { id: "1", name: "Classic Burger", price: "$8.50", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/patty-sesame-lunch-background-american_1172-272.jpg" }, { id: "2", name: "Golden Fries", price: "$3.00", variant: "Small", imageSrc: "http://img.b2bpic.net/free-photo/finely-roasted-potato-sticks-served-with-lemon-slices_114579-1750.jpg" }, -- 2.49.1