Update src/app/page.tsx

This commit is contained in:
2026-04-15 14:01:59 +00:00
parent 48b76f7ec3
commit 8c9fe8fdfa

View File

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