diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cdf950..ed572b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,6 +150,8 @@ 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" /> @@ -182,6 +184,8 @@ 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" /> @@ -221,6 +225,9 @@ export default function LandingPage() { testimonialClassName="text-base text-[var(--foreground)] leading-relaxed" nameClassName="text-lg font-semibold text-[var(--primary-cta)]" roleClassName="text-sm text-[var(--accent)]" + animationType="blur-reveal" + textboxLayout="default" + carouselMode="buttons" />