diff --git a/src/app/page.tsx b/src/app/page.tsx index 8df983d..3b24076 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,8 +45,8 @@ export default function LandingPage() { description="Streamline workflows, empower teams, and scale your business with our intuitive solution designed for modern enterprises." tag="Next Generation SaaS" tagIcon={Sparkles} - tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + tagAnimation="blur-reveal" + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2aqeyvr5qfJWQhGJfhT2IJNm/a-modern-saas-dashboard-interface-with-a-1772480023305-ce25366b.png", imageAlt: "Dashboard Interface"}, @@ -71,7 +71,7 @@ export default function LandingPage() { { text: "Start Free Trial", href: "https://app.example.com/signup" }, { text: "View Demo", href: "#features" }, ]} - buttonAnimation="slide-up" + buttonAnimation="blur-reveal" carouselPosition="right" /> @@ -82,7 +82,7 @@ export default function LandingPage() { description="Unlock comprehensive tools designed to streamline operations and maximize team productivity." tag="Core Capabilities" tagIcon={Zap} - tagAnimation="slide-up" + tagAnimation="blur-reveal" features={[ { icon: Zap, @@ -107,7 +107,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttons={[{ text: "Explore Features", href: "https://docs.example.com/features" }]} - buttonAnimation="slide-up" + buttonAnimation="blur-reveal" /> @@ -117,12 +117,12 @@ export default function LandingPage() { description="Founded in 2020, SaaSFlow has helped 5,000+ companies streamline operations, reduce costs, and scale faster. Our mission is to empower businesses through intelligent automation and seamless collaboration." tag="Our Story" tagIcon={Heart} - tagAnimation="slide-up" + tagAnimation="blur-reveal" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP2aqeyvr5qfJWQhGJfhT2IJNm/a-professional-team-of-4-5-diverse-peopl-1772480025370-e816e1a1.png" imageAlt="SaaSFlow team collaborating" useInvertedBackground={false} buttons={[{ text: "Learn More", href: "https://example.com/about" }]} - buttonAnimation="slide-up" + buttonAnimation="blur-reveal" /> @@ -132,7 +132,7 @@ export default function LandingPage() { description="Join thousands of companies achieving measurable success with SaaSFlow." tag="By The Numbers" tagIcon={Award} - tagAnimation="slide-up" + tagAnimation="blur-reveal" metrics={[ { id: "1", value: "5K+", title: "Active Companies", items: ["Across 50+ countries", "12 industries served", "99.99% uptime guaranteed"], @@ -151,7 +151,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttons={[{ text: "See Case Studies", href: "https://example.com/case-studies" }]} - buttonAnimation="slide-up" + buttonAnimation="blur-reveal" /> @@ -174,7 +174,7 @@ export default function LandingPage() { cardTitle="Trusted by industry leaders and growing businesses worldwide" cardTag="Join 5,000+ Happy Customers" cardTagIcon={Star} - cardAnimation="slide-up" + cardAnimation="blur-reveal" useInvertedBackground={false} /> @@ -185,7 +185,7 @@ export default function LandingPage() { description="Choose the perfect plan for your team. Scale as you grow with flexible billing." tag="Pricing" tagIcon={DollarSign} - tagAnimation="slide-up" + tagAnimation="blur-reveal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -208,7 +208,7 @@ export default function LandingPage() { }, ]} buttons={[{ text: "Compare Plans", href: "https://example.com/pricing-comparison" }]} - buttonAnimation="slide-up" + buttonAnimation="blur-reveal" /> @@ -218,7 +218,7 @@ export default function LandingPage() { description="Everything you need to know about SaaSFlow. Can't find your answer? Contact our support team." tag="Help & Support" tagIcon={HelpCircle} - tagAnimation="slide-up" + tagAnimation="blur-reveal" faqs={[ { id: "1", title: "What is SaaSFlow and how does it work?", content: "SaaSFlow is a comprehensive automation and collaboration platform designed for teams. It connects your existing tools, automates repetitive workflows, and provides real-time insights. Simply sign up, connect your apps, create automations using our no-code builder, and let SaaSFlow handle the rest."}, @@ -233,12 +233,12 @@ export default function LandingPage() { { id: "6", title: "Can I scale my usage as my business grows?", content: "Yes! Our pricing scales with your needs. Start with Starter, upgrade to Professional, or move to Enterprise as you grow. You can change plans anytime, and we'll prorate the cost. No long-term contracts required."}, ]} - animationType="slide-up" + animationType="smooth" textboxLayout="default" useInvertedBackground={false} - faqsAnimation="slide-up" + faqsAnimation="blur-reveal" buttons={[{ text: "Contact Support", href: "https://support.example.com" }]} - buttonAnimation="slide-up" + buttonAnimation="blur-reveal" />