From d6648e37b263a41ee167453c89c74d6bd6c5e00d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 12:46:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ad44069..6c5d281 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> -- 2.49.1