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" },