|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
|
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|
|
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|
|
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|
|
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|
|
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
|
|
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
|
|
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|
|
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|
|
|
@@ -40,27 +40,18 @@ export default function HomePage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<HeroSplitDualMedia
|
|
|
|
<HeroBillboard
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
tag="Enterprise AI Platform"
|
|
|
|
tag="Enterprise AI Platform"
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
title="Transform Your Enterprise with Enterprise-Grade AI"
|
|
|
|
title="Transform Your Enterprise with Enterprise-Grade AI"
|
|
|
|
description="Unlock unprecedented efficiency and insights with our advanced AI platform designed specifically for enterprise workflows. Automate complex processes, predict market trends, and make smarter decisions faster."
|
|
|
|
description="Unlock unprecedented efficiency and insights with our advanced AI platform designed specifically for enterprise workflows. Automate complex processes, predict market trends, and make smarter decisions faster."
|
|
|
|
mediaItems={[
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-modern-sleek-ai-software-dashboard-int-1772134342996-3a041ecf.png", imageAlt: "AI Dashboard Interface"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/an-abstract-visualization-of-artificial--1772134341881-8409f734.png", imageAlt: "AI Neural Network Visualization"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
|
|
|
rating={5}
|
|
|
|
|
|
|
|
ratingText="Trusted by 500+ Enterprise Clients"
|
|
|
|
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Start Free Trial", href: "/contact" },
|
|
|
|
{ text: "Start Free Trial", href: "/contact" },
|
|
|
|
{ text: "Watch Demo", href: "#" }
|
|
|
|
{ text: "Watch Demo", href: "#" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-modern-sleek-ai-software-dashboard-int-1772134342996-3a041ecf.png"
|
|
|
|
|
|
|
|
imageAlt="AI Dashboard Interface"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|