Merge version_1 into main #5
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroTextCenter from "@/components/sections/hero/HeroTextCenter";
|
||||
import HeroTextCenter from "@/components/sections/hero/HeroTextCenter/HeroTextCenter";
|
||||
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
tag="Next Generation AI Platform"
|
||||
tagIcon={Sparkles}
|
||||
useInvertedBackground={false}
|
||||
animationType="background-highlight"
|
||||
animationType="entrance-slide"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
animationType="background-highlight"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
||||
title: "Predictive Analytics", description: "Forecast trends, identify patterns, and make data-driven decisions with machine learning models"
|
||||
}
|
||||
]}
|
||||
animationType="background-highlight"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -152,8 +152,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqvkCznsVO4qv85V72vnLTpHjI/a-modern-workspace-with-team-members-col-1773333123641-5a2e0330.png"
|
||||
imageAlt="AIFlow team collaboration"
|
||||
mediaAnimation="background-highlight"
|
||||
metricsAnimation="background-highlight"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
||||
description="See how enterprise teams are transforming their business with AIFlow"
|
||||
tag="Testimonials"
|
||||
tagIcon={Quote}
|
||||
animationType="background-highlight"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
@@ -196,7 +196,7 @@ export default function LandingPage() {
|
||||
description="Choose the perfect plan for your organization. All plans include core AI features with dedicated support."
|
||||
tag="Pricing"
|
||||
tagIcon={DollarSign}
|
||||
animationType="background-highlight"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
@@ -239,7 +239,7 @@ export default function LandingPage() {
|
||||
description="Find answers to common questions about AIFlow capabilities, pricing, and implementation"
|
||||
tag="FAQ"
|
||||
tagIcon={HelpCircle}
|
||||
faqsAnimation="background-highlight"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
|
||||
Reference in New Issue
Block a user