Merge version_1 into main #3
@@ -2,11 +2,9 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroTextImage from '@/components/sections/hero/HeroTextImage';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import SocialProofLogos from '@/components/sections/socialProof/SocialProofLogos';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
@@ -45,7 +43,7 @@ export default function Page() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroTextImage
|
||||
<FeatureBento
|
||||
tag="Next-Generation Intelligence"
|
||||
tagIcon={Sparkles}
|
||||
title="Transform Your Business with Intelligent Automation"
|
||||
@@ -54,12 +52,15 @@ export default function Page() {
|
||||
{ text: "Start Free Trial", href: "#contact" },
|
||||
{ text: "View Demo", href: "#features" }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AzEVwOexpTwBPvRAUSbSZKWhtk/a-sophisticated-ai-dashboard-interface-w-1773587148700-46d2dcdc.png"
|
||||
imageAlt="Advanced AI dashboard interface"
|
||||
mediaAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "AI Dashboard", description: "Advanced analytics interface with real-time insights.", bentoComponent: "animated-bar-chart", button: { text: "Explore", href: "#features" }
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -178,20 +179,27 @@ export default function Page() {
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofLogos
|
||||
<FeatureBento
|
||||
tag="Trusted Partners"
|
||||
tagIcon={Globe}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Join thousands of forward-thinking organizations using our AI platform"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
logos={[
|
||||
{ src: "http://img.b2bpic.net/free-vector/human-resources-youtube-channel-art-design-template_23-2149484031.jpg", alt: "Microsoft" },
|
||||
{ src: "http://img.b2bpic.net/free-vector/flat-design-go-logo-template_23-2148971221.jpg", alt: "Google" },
|
||||
{ src: "http://img.b2bpic.net/free-vector/cyber-monday-shop_24908-58235.jpg", alt: "Amazon" },
|
||||
{ src: "http://img.b2bpic.net/free-vector/logo-with-blue-orange-cloud_1071-109.jpg", alt: "IBM" },
|
||||
{ src: "http://img.b2bpic.net/free-vector/cyber-monday-banner-futuristic-style-design_1017-22288.jpg", alt: "Intel" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smart-microchip-background-motherboard-closeup-technology_53876-108531.jpg", alt: "Nvidia" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/agreement-commitment-negotiation-partnership-collaboration_53876-13789.jpg", alt: "Salesforce" },
|
||||
{ src: "http://img.b2bpic.net/free-vector/flat-design-data-logo-template_23-2149201864.jpg", alt: "Oracle" }
|
||||
features={[
|
||||
{
|
||||
title: "Enterprise Partnerships", description: "Leading organizations trust our AI platform for their digital transformation.", bentoComponent: "orbiting-icons", centerIcon: Globe,
|
||||
items: [
|
||||
{ icon: Shield, ring: 1, duration: 20 },
|
||||
{ icon: Zap, ring: 1, duration: 25 },
|
||||
{ icon: Users, ring: 2, duration: 30 },
|
||||
{ icon: Brain, ring: 2, duration: 28 },
|
||||
{ icon: Target, ring: 3, duration: 35 }
|
||||
]
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user