Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-13 12:46:50 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroTextImage from '@/components/sections/hero/HeroTextImage';
import HeroTextImage from '@/components/sections/hero/HeroTextImage/HeroTextImage';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
@@ -48,7 +48,6 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="Intelligent Automation Platform"
description="Deploy cutting-edge machine learning models in seconds. Automate complex processes, unlock actionable insights, and scale your operations without infrastructure overhead."
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Start Free Trial", href: "#pricing" },
@@ -303,14 +302,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="Ready to Transform Your Operations?"
description="Join hundreds of companies automating workflows and unlocking insights with our AI platform. Start free today."
textboxLayout="default"
useInvertedBackground={false}
buttonAnimation="slide-up"
buttons={[
{ text: "Start Your Free Trial", href: "#" },
{ text: "Schedule a Demo", href: "#" }
]}
buttonAnimation="slide-up"
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
/>
</div>