diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c0371f..d8b2176 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -46,7 +46,7 @@ export default function LandingPage() { background={{ variant: "aurora" }} tag="Trusted by 10,000+ Sellers" tagIcon={Sparkles} - tagAnimation="slide-up" + tagAnimation="blur-reveal" buttons={[ { text: "Get Started Free", href: "#products" }, { text: "Watch Demo", href: "#features" } @@ -169,7 +169,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - faqsAnimation="smooth" + faqsAnimation="blur-reveal" faqs={[ { id: "1", title: "How do I get started?", content: "Sign up for a free account, connect your suppliers, and start listing products within minutes. Our onboarding guide walks you through every step." }, { id: "2", title: "What fees do you charge?", content: "We charge a small commission on each order fulfilled through our platform. There are no hidden fees, and you only pay when you make sales." },