diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b17622..61d127d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,6 +75,7 @@ export default function LandingPage() { title="Ürün Kategorilerimiz" description="Endüstriyel, konut ve altyapı projeleri için özel çözümler." products={[]} + carouselMode="buttons" gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="split" @@ -169,4 +170,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file