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