From 4b7ef938391a40c5dd3e6641b8b04b2528b08722 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 05:47:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.49.1