From 291f98cf07a7460f808e3b83a4d9bfb245be3db0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:06:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b120e2..6ff351c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,12 +48,12 @@ export default function LandingPage() { background={{ variant: "glowing-orb" }} tag="Exclusive Program" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttons={[ { text: "Start Earning Today", href: "https://example.com/signup" }, { text: "Learn More", href: "#features" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARCN9dNdojG4z7E0bs4GBefRSR/a-professional-video-editor-working-on-a-1772546023493-c72c97ec.png" imageAlt="Professional video editor workspace" mediaAnimation="slide-up" @@ -83,7 +83,7 @@ export default function LandingPage() { title="Comprehensive Video Editing Tools" description="Access professional-grade video editing features and resources to create stunning content and grow your affiliate business." tag="Professional Tools" - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground="noInvert" /> @@ -160,7 +160,7 @@ export default function LandingPage() { cardTitle="Trusted by over 15,000 video editors and content creators worldwide" cardTag="Join our thriving community" cardTagIcon={CheckCircle} - cardAnimation="entrance-slide" + cardAnimation="blur-reveal" useInvertedBackground={false} /> @@ -190,7 +190,7 @@ export default function LandingPage() { title="Affiliate Commission Plans" description="Choose the perfect plan to maximize your earning potential and scale your video editing business." tag="Competitive Rates" - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -221,7 +221,7 @@ export default function LandingPage() { ]} title="Frequently Asked Questions" description="Find answers to common questions about our video editing affiliate program and how to maximize your earnings." - faqsAnimation="entrance-slide" + faqsAnimation="blur-reveal" textboxLayout="default" useInvertedBackground="noInvert" /> -- 2.49.1