From 35f950b5c96e7bf4733f6bade0ee37ad8b05556d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 23:33:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4da3df..05981c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -192,6 +192,7 @@ export default function LandingPage() { { text: "Bize Ulaş", href: "#contact" } ]} buttonAnimation="slide-up" + mediaAnimation="blur-reveal" className="py-20" containerClassName="max-w-7xl" /> -- 2.49.1