Update src/app/page.tsx

This commit is contained in:
2026-04-15 14:12:23 +00:00
parent 8c9fe8fdfa
commit fdc97fc129

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}