322 lines
14 KiB
TypeScript
322 lines
14 KiB
TypeScript
"use client";
|
|
|
|
import Link from "next/link";
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
|
import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial";
|
|
import TextAbout from "@/components/sections/about/TextAbout";
|
|
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
|
|
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
|
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
|
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
|
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
|
import {
|
|
Sparkles,
|
|
Target,
|
|
Zap,
|
|
Link as LinkIcon,
|
|
BarChart3,
|
|
Shield,
|
|
DollarSign,
|
|
TrendingUp,
|
|
CheckCircle,
|
|
Users,
|
|
Mail,
|
|
} from "lucide-react";
|
|
|
|
export default function HomePage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="icon-arrow"
|
|
defaultTextAnimation="background-highlight"
|
|
borderRadius="soft"
|
|
contentWidth="medium"
|
|
sizing="large"
|
|
background="fluid"
|
|
cardStyle="gradient-radial"
|
|
primaryButtonStyle="radial-glow"
|
|
secondaryButtonStyle="glass"
|
|
headingFontWeight="bold"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleApple
|
|
brandName="AIVenture"
|
|
navItems={[
|
|
{ name: "Features", id: "/features" },
|
|
{ name: "Pricing", id: "/pricing" },
|
|
{ name: "About", id: "/about" },
|
|
{ name: "Blog", id: "/blog" },
|
|
{ name: "Contact", id: "/contact" },
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroBillboardTestimonial
|
|
title="Intelligent AI Solutions for Modern Enterprises"
|
|
description="Transform your business with cutting-edge artificial intelligence. Automate workflows, unlock insights, and scale operations with enterprise-grade AI technology built for tomorrow."
|
|
tag="AI Innovation"
|
|
tagIcon={Sparkles}
|
|
tagAnimation="slide-up"
|
|
background={{ variant: "glowing-orb" }}
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-modern-ai-platform-dashboard-interface-1772678866240-35653bb0.png?_wi=1"
|
|
imageAlt="AI Platform Dashboard"
|
|
mediaAnimation="slide-up"
|
|
useInvertedBackground={false}
|
|
testimonials={[
|
|
{
|
|
name: "Sarah Chen",
|
|
handle: "CEO, TechVision Inc",
|
|
testimonial:
|
|
"AIVenture transformed our operations and increased productivity by 300%. The platform is intuitive and powerful.",
|
|
rating: 5,
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-professional-headshot-of-a-business-ex-1772678865167-c6e2f592.png?_wi=1",
|
|
},
|
|
{
|
|
name: "Marcus Johnson",
|
|
handle: "CTO, DataFlow Systems",
|
|
testimonial:
|
|
"The AI capabilities are unmatched. We've reduced processing time from hours to minutes.",
|
|
rating: 5,
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-professional-headshot-of-a-business-pr-1772678866527-30e6253e.png?_wi=1",
|
|
},
|
|
{
|
|
name: "Emily Rodriguez",
|
|
handle: "VP Product, CloudScale",
|
|
testimonial:
|
|
"Best investment we've made. ROI within three months. Exceptional support team.",
|
|
rating: 5,
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-professional-headshot-of-a-business-le-1772678865571-67056705.png?_wi=1",
|
|
},
|
|
{
|
|
name: "David Kim",
|
|
handle: "Founder, InnovateLabs",
|
|
testimonial:
|
|
"The automation capabilities freed up our team to focus on strategy. Game changer.",
|
|
rating: 5,
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-professional-headshot-of-a-technology--1772678866701-433f6f8c.png?_wi=1",
|
|
},
|
|
]}
|
|
testimonialRotationInterval={5000}
|
|
buttons={[
|
|
{ text: "Start Free Trial", href: "/pricing" },
|
|
{ text: "Schedule Demo", href: "/contact" },
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<TextAbout
|
|
tag="About AIVenture"
|
|
tagIcon={Target}
|
|
tagAnimation="slide-up"
|
|
title="We're building the future of business intelligence through advanced AI technology that empowers teams to make smarter decisions, faster, and with unprecedented accuracy."
|
|
useInvertedBackground={false}
|
|
buttons={[
|
|
{ text: "Explore Our Vision", href: "/about" },
|
|
{ text: "View Success Stories", href: "/contact" },
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureCardTwentyFive
|
|
title="Powerful AI Capabilities"
|
|
description="Everything you need to leverage artificial intelligence for competitive advantage"
|
|
tag="Core Features"
|
|
tagIcon={Zap}
|
|
tagAnimation="slide-up"
|
|
features={[
|
|
{
|
|
title: "Intelligent Automation",
|
|
description:
|
|
"Automate complex workflows and repetitive tasks with AI-driven intelligence. Reduce manual work by up to 90% while improving accuracy.",
|
|
icon: Zap,
|
|
mediaItems: [
|
|
{
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/an-illustration-showing-automated-workfl-1772678866548-862317ca.png?_wi=1",
|
|
imageAlt: "Automation workflow",
|
|
},
|
|
{
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-performance-dashboard-showing-key-metr-1772678866385-5efb1a8a.png?_wi=1",
|
|
imageAlt: "Performance metrics",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Seamless Integration",
|
|
description:
|
|
"Connect with your existing tools and systems instantly. Pre-built connectors for 500+ platforms ensure smooth data flow across your enterprise.",
|
|
icon: LinkIcon,
|
|
mediaItems: [
|
|
{
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-visual-representation-of-api-integrati-1772678865667-57ecb7c1.png?_wi=1",
|
|
imageAlt: "API integration",
|
|
},
|
|
{
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-modern-ai-platform-dashboard-interface-1772678866240-35653bb0.png?_wi=2",
|
|
imageAlt: "Integration dashboard",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Advanced Analytics",
|
|
description:
|
|
"Transform raw data into actionable insights. Real-time analytics and predictive modeling help you stay ahead of market trends.",
|
|
icon: BarChart3,
|
|
mediaItems: [
|
|
{
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-performance-dashboard-showing-key-metr-1772678866385-5efb1a8a.png?_wi=2",
|
|
imageAlt: "Advanced analytics",
|
|
},
|
|
{
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/an-illustration-depicting-value-proposit-1772678866187-72545114.png?_wi=1",
|
|
imageAlt: "Business value",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Enterprise Security",
|
|
description:
|
|
"Bank-level encryption and compliance certifications. SOC 2 Type II, GDPR, and HIPAA compliant. Your data security is our top priority.",
|
|
icon: Shield,
|
|
mediaItems: [
|
|
{
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-modern-ai-platform-dashboard-interface-1772678866240-35653bb0.png?_wi=3",
|
|
imageAlt: "Security dashboard",
|
|
},
|
|
{
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/an-illustration-showing-automated-workfl-1772678866548-862317ca.png?_wi=2",
|
|
imageAlt: "Secure operations",
|
|
},
|
|
],
|
|
},
|
|
]}
|
|
animationType="blur-reveal"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
buttons={[{ text: "View All Features", href: "/features" }]}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardTwo
|
|
title="Proven Results"
|
|
description="Our customers experience real, measurable business impact"
|
|
tag="Metrics"
|
|
tagIcon={TrendingUp}
|
|
tagAnimation="slide-up"
|
|
metrics={[
|
|
{ id: "1", value: "10,000+", description: "Active Enterprise Customers" },
|
|
{ id: "2", value: "300%", description: "Average Productivity Increase" },
|
|
{ id: "3", value: "45%", description: "Average Cost Reduction" },
|
|
{ id: "4", value: "99.99%", description: "Platform Uptime Guarantee" },
|
|
]}
|
|
gridVariant="uniform-all-items-equal"
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardTwelve
|
|
testimonials={[
|
|
{
|
|
id: "1",
|
|
name: "Sarah Chen",
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-professional-headshot-of-a-business-ex-1772678865167-c6e2f592.png?_wi=2",
|
|
},
|
|
{
|
|
id: "2",
|
|
name: "Marcus Johnson",
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-professional-headshot-of-a-business-pr-1772678866527-30e6253e.png?_wi=2",
|
|
},
|
|
{
|
|
id: "3",
|
|
name: "Emily Rodriguez",
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-professional-headshot-of-a-business-le-1772678865571-67056705.png?_wi=2",
|
|
},
|
|
{
|
|
id: "4",
|
|
name: "David Kim",
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-professional-headshot-of-a-technology--1772678866701-433f6f8c.png?_wi=2",
|
|
},
|
|
{
|
|
id: "5",
|
|
name: "Lisa Wong",
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-professional-headshot-of-a-business-ex-1772678865167-c6e2f592.png?_wi=3",
|
|
},
|
|
{
|
|
id: "6",
|
|
name: "James Martinez",
|
|
imageSrc:
|
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVXckYuEKXbG1mMyQX9Ilz7eVy/a-professional-headshot-of-a-business-pr-1772678866527-30e6253e.png?_wi=3",
|
|
},
|
|
]}
|
|
cardTitle="Trusted by over 10,000 companies worldwide to power their AI transformation"
|
|
cardTag="Customer Success"
|
|
cardTagIcon={CheckCircle}
|
|
cardAnimation="slide-up"
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="social-proof" data-section="social-proof">
|
|
<SocialProofOne
|
|
title="Trusted by Industry Leaders"
|
|
description="Thousands of enterprises rely on AIVenture to drive innovation"
|
|
tag="Partners"
|
|
tagIcon={Users}
|
|
tagAnimation="slide-up"
|
|
names={[
|
|
"Google Cloud",
|
|
"Amazon Web Services",
|
|
"Microsoft Azure",
|
|
"Salesforce",
|
|
"IBM",
|
|
"Oracle Cloud",
|
|
"NVIDIA",
|
|
"Intel",
|
|
]}
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
speed={40}
|
|
showCard={true}
|
|
buttons={[{ text: "View Case Studies", href: "/about" }]}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterLogoReveal
|
|
logoText="AIVenture"
|
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
|
rightLink={{ text: "Terms of Service", href: "#" }}
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
} |