diff --git a/src/app/page.tsx b/src/app/page.tsx
index 213d7d1..45021f1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -69,14 +69,14 @@ export default function AIFlowLandingPage() {
background={{ variant: "radial-gradient" }}
tag="Next-Gen Intelligence"
tagIcon={Zap}
- tagAnimation="smooth"
+ tagAnimation="slide-up"
title="Real-Time AI Intelligence Platform"
description="Deploy, monitor, and scale AI models with unprecedented speed. Access powerful machine learning capabilities through an intuitive platform built for modern enterprises."
buttons={[
{ text: "Start Free Trial", href: "#pricing" },
{ text: "View Demo", href: "#features" },
]}
- buttonAnimation="smooth"
+ buttonAnimation="slide-up"
dashboard={{
title: "AI Analytics Hub", logoIcon: Hexagon,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVMkFIFeI2xOoukMMa0ZHMF6w/a-modern-ai-platform-dashboard-interface-1772647201827-5eb30129.png", imageAlt: "AI Platform Dashboard", searchPlaceholder: "Search models, datasets, deployments...", buttons: [
@@ -124,10 +124,10 @@ export default function AIFlowLandingPage() {
description="Leverage cutting-edge machine learning models and tools to unlock insights, automate workflows, and scale your AI initiatives effortlessly."
tag="Advanced Features"
tagIcon={Sparkles}
- tagAnimation="smooth"
+ tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- animationType="smooth"
+ animationType="slide-up"
carouselMode="buttons"
features={[
{
@@ -178,7 +178,7 @@ export default function AIFlowLandingPage() {
description="Discover intelligent features designed for seamless interaction and enhanced productivity. Hover over each capability to reveal hidden patterns."
tag="Interaction Design"
tagIcon={Sparkles}
- animationType="smooth"
+ animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
features={[
@@ -220,7 +220,7 @@ export default function AIFlowLandingPage() {
@@ -241,7 +241,7 @@ export default function AIFlowLandingPage() {
description="Hear directly from teams transforming their business with AIFlow's intelligent platform."
tag="Testimonials"
tagIcon={Star}
- animationType="smooth"
+ animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
speed={40}
@@ -281,7 +281,7 @@ export default function AIFlowLandingPage() {
description="Choose the perfect plan for your AI needs. Scale up or down anytime with no hidden fees."
tag="Pricing"
tagIcon={Zap}
- animationType="smooth"
+ animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
carouselMode="buttons"
@@ -324,8 +324,8 @@ export default function AIFlowLandingPage() {
description="Find answers to common questions about AIFlow and how it can accelerate your AI initiatives."
tag="FAQ"
tagIcon={HelpCircle}
- animationType="smooth"
- faqsAnimation="smooth"
+ animationType="slide-up"
+ faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
faqs={[
@@ -369,14 +369,14 @@ export default function AIFlowLandingPage() {