From d4e8e825795fb77a2e7ecfe449442ab87c73c217 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:06: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 72a26f0..776f48d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,7 @@ export default function LandingPage() { tag="Core Features" tagIcon={Sparkles} textboxLayout="default" - animationType="slide-up" + animationType="blur-reveal" useInvertedBackground={false} features={[ { @@ -270,6 +270,7 @@ export default function LandingPage() { useInvertedBackground={false} imageSrc="https://img.b2bpic.net/free-photo/young-colleagues-sitting-while-work-with-laptops-desk_171337-16969.jpg" imageAlt="Start your journey with TechVision" + mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your work email" buttonText="Start Free Trial" -- 2.49.1