diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c5c775..e55f42f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,6 +71,7 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={true} gridVariant="bento-grid" + buttons={[{ text: "View Full Menu", href: "#menu" }]} products={[ { id: "1", brand: "Baskin-Robbins", name: "Classic Vanilla", price: "$5.99", rating: 5,