From d08c733b2742472bbe46aa46d7a11ab962374d61 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:51:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed572b3..4aa131a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,8 +150,6 @@ export default function LandingPage() { titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" descriptionClassName="text-lg text-[var(--foreground)] opacity-85" tagClassName="text-sm font-semibold text-[var(--accent)]" - animationType="blur-reveal" - textboxLayout="default" /> @@ -184,8 +182,6 @@ export default function LandingPage() { descriptionClassName="text-lg text-[var(--foreground)] opacity-85" valueClassName="text-3xl font-bold text-[var(--primary-cta)]" metricTitleClassName="text-lg font-semibold text-[var(--foreground)]" - animationType="slide-up" - textboxLayout="default" /> @@ -227,7 +223,6 @@ export default function LandingPage() { roleClassName="text-sm text-[var(--accent)]" animationType="blur-reveal" textboxLayout="default" - carouselMode="buttons" /> -- 2.49.1