From 1890b7d9cb3938e827caa9e1d7965b4cd621f3d5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:59:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e3fbb6..a60c92c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,13 +44,13 @@ export default function LandingPage() { description="Create hyper-realistic AI UGC that converts. No actors needed. No shipping delays. Just authentic, engaging content that sells." tag="AI-Powered UGC" tagIcon={Sparkles} - tagAnimation="slide-up" + tagAnimation="smooth" background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Get Started", href: "contact" }, { text: "See Examples", href: "style-gallery" } ]} - buttonAnimation="slide-up" + buttonAnimation="smooth" mediaItems={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARamj6gnOciZqMnzvu7Dixx67L/beautiful-nature-landscape-with-soft-foc-1772558676584-9bb3823d.png", imageAlt: "Nature inspiration background" @@ -151,7 +151,7 @@ export default function LandingPage() { description="Choose the plan that scales with your brand. No hidden fees. Cancel anytime." tag="Pricing" tagIcon={CreditCard} - tagAnimation="slide-up" + tagAnimation="smooth" textboxLayout="default" useInvertedBackground={false} animationType="slide-up" @@ -181,10 +181,10 @@ export default function LandingPage() { description="Find answers to common questions about our AI UGC service." tag="FAQ" tagIcon={HelpCircle} - tagAnimation="slide-up" + tagAnimation="smooth" textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" + animationType="smooth" faqsAnimation="slide-up" faqs={[ { -- 2.49.1