diff --git a/src/app/page.tsx b/src/app/page.tsx index 197d465..2eb6fde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,6 +102,9 @@ export default function LandingPage() { textboxLayout="split" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} + buttons={[ + { text: "Kosárba", href: "#" } + ]} products={[ { id: "p1", brand: "Haverom", name: "OMG Burger", price: "4.990 Ft", rating: 5, @@ -226,4 +229,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}