diff --git a/src/app/page.tsx b/src/app/page.tsx index 3befdc2..f0aa388 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,6 +78,9 @@ export default function LandingPage() { textboxLayout="split-description" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + buttons={[ + { text: "View Full Menu", href: "#menu" } + ]} products={[ { id: "1", brand: "Matcha", name: "OG Matcha Latte", price: "$6.50", rating: 5,