Merge version_2 into main #2
@@ -6,46 +6,30 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "AI Agents & Enterprise Automation Solutions | AIVenture",
|
||||
description: "Deploy custom AI agents and intelligent automations for your enterprise. Reduce costs by 70%, increase efficiency, and stay competitive. 50+ successful implementations.",
|
||||
keywords: "AI agents, enterprise automation, machine learning solutions, AI deployment, business automation, intelligent workflows",
|
||||
robots: {
|
||||
title: "AI Agents & Enterprise Automation Solutions | AIVenture", description: "Deploy custom AI agents and intelligent automations for your enterprise. Reduce costs by 70%, increase efficiency, and stay competitive. 50+ successful implementations.", keywords: "AI agents, enterprise automation, machine learning solutions, AI deployment, business automation, intelligent workflows", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
metadataBase: new URL("https://aiventure.com"),
|
||||
alternates: {
|
||||
canonical: "https://aiventure.com",
|
||||
},
|
||||
canonical: "https://aiventure.com"},
|
||||
openGraph: {
|
||||
title: "AI Agents & Enterprise Automation Solutions | AIVenture",
|
||||
description: "Transform your business with custom AI agents and intelligent automations. Proven results: 85% efficiency gains, $10M+ in client savings.",
|
||||
type: "website",
|
||||
siteName: "AIVenture",
|
||||
images: [
|
||||
title: "AI Agents & Enterprise Automation Solutions | AIVenture", description: "Transform your business with custom AI agents and intelligent automations. Proven results: 85% efficiency gains, $10M+ in client savings.", type: "website", siteName: "AIVenture", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKA5U4e0vCJnfUdfVFkXplQDx/a-modern-clean-software-dashboard-interf-1772519369647-d402d4c0.png",
|
||||
alt: "AI Agent Dashboard - Enterprise Automation Platform",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKA5U4e0vCJnfUdfVFkXplQDx/a-modern-clean-software-dashboard-interf-1772519369647-d402d4c0.png", alt: "AI Agent Dashboard - Enterprise Automation Platform"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "AI Agents & Enterprise Automation | AIVenture",
|
||||
description: "Custom AI solutions that reduce costs and increase efficiency for enterprise clients worldwide.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKA5U4e0vCJnfUdfVFkXplQDx/a-modern-clean-software-dashboard-interf-1772519369647-d402d4c0.png",
|
||||
],
|
||||
card: "summary_large_image", title: "AI Agents & Enterprise Automation | AIVenture", description: "Custom AI solutions that reduce costs and increase efficiency for enterprise clients worldwide.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKA5U4e0vCJnfUdfVFkXplQDx/a-modern-clean-software-dashboard-interf-1772519369647-d402d4c0.png"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
198
src/app/page.tsx
198
src/app/page.tsx
@@ -55,32 +55,20 @@ export default function HomePage() {
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "CTO, TechCorp Industries",
|
||||
testimonial:
|
||||
"AIVenture deployed a custom AI agent that automated our customer service by 85%. The ROI was immediate.",
|
||||
rating: 5,
|
||||
name: "Sarah Chen", handle: "CTO, TechCorp Industries", testimonial:
|
||||
"AIVenture deployed a custom AI agent that automated our customer service by 85%. The ROI was immediate.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKA5U4e0vCJnfUdfVFkXplQDx/professional-headshot-of-a-confident-wom-1772519368020-d0d13309.png",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKA5U4e0vCJnfUdfVFkXplQDx/professional-headshot-of-a-confident-wom-1772519368020-d0d13309.png"},
|
||||
{
|
||||
name: "Michael Rodriguez",
|
||||
handle: "CEO, FinanceFlow",
|
||||
testimonial:
|
||||
"Their intelligent automation system transformed our internal processes. We're saving over $500K annually.",
|
||||
rating: 5,
|
||||
name: "Michael Rodriguez", handle: "CEO, FinanceFlow", testimonial:
|
||||
"Their intelligent automation system transformed our internal processes. We're saving over $500K annually.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKA5U4e0vCJnfUdfVFkXplQDx/professional-headshot-of-a-man-in-his-50-1772519368102-96489031.png",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKA5U4e0vCJnfUdfVFkXplQDx/professional-headshot-of-a-man-in-his-50-1772519368102-96489031.png"},
|
||||
{
|
||||
name: "Emma Watson",
|
||||
handle: "Operations Director, RetailPro",
|
||||
testimonial:
|
||||
"Clean, professional, and incredibly effective. The team understood our needs from day one.",
|
||||
rating: 5,
|
||||
name: "Emma Watson", handle: "Operations Director, RetailPro", testimonial:
|
||||
"Clean, professional, and incredibly effective. The team understood our needs from day one.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKA5U4e0vCJnfUdfVFkXplQDx/professional-headshot-of-a-woman-in-her--1772519369055-c948717b.png",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKA5U4e0vCJnfUdfVFkXplQDx/professional-headshot-of-a-woman-in-her--1772519369055-c948717b.png"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Explore Solutions", href: "/solutions" },
|
||||
@@ -93,9 +81,7 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="Trusted by Leading Enterprises"
|
||||
description={[
|
||||
"We specialize in designing and deploying custom AI agents that seamlessly integrate into your existing systems. With over 50+ successful implementations, we've helped companies across finance, retail, healthcare, and technology sectors unlock the full potential of artificial intelligence.",
|
||||
"Our team combines deep machine learning expertise with enterprise-grade software engineering to deliver solutions that are not just intelligent, but reliable, secure, and scalable. We don't believe in one-size-fits-all; every AI agent we build is crafted specifically for your unique business challenges.",
|
||||
]}
|
||||
"We specialize in designing and deploying custom AI agents that seamlessly integrate into your existing systems. With over 50+ successful implementations, we've helped companies across finance, retail, healthcare, and technology sectors unlock the full potential of artificial intelligence.", "Our team combines deep machine learning expertise with enterprise-grade software engineering to deliver solutions that are not just intelligent, but reliable, secure, and scalable. We don't believe in one-size-fits-all; every AI agent we build is crafted specifically for your unique business challenges."]}
|
||||
useInvertedBackground={false}
|
||||
showBorder={true}
|
||||
buttons={[{ text: "Learn More About Us", href: "/about" }]}
|
||||
@@ -113,40 +99,32 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Bot,
|
||||
title: "Custom AI Agents",
|
||||
description:
|
||||
"Intelligent agents built from the ground up to handle your specific workflows, customer interactions, and operational challenges.",
|
||||
},
|
||||
title: "Custom AI Agents", description:
|
||||
"Intelligent agents built from the ground up to handle your specific workflows, customer interactions, and operational challenges."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Workflow Automation",
|
||||
description:
|
||||
"Streamline repetitive tasks with intelligent automation that learns and adapts to your processes over time.",
|
||||
},
|
||||
title: "Workflow Automation", description:
|
||||
"Streamline repetitive tasks with intelligent automation that learns and adapts to your processes over time."},
|
||||
{
|
||||
icon: Brain,
|
||||
title: "Machine Learning Models",
|
||||
description:
|
||||
"Proprietary ML models trained on your data to make accurate predictions and intelligent decisions in real-time.",
|
||||
},
|
||||
title: "Machine Learning Models", description:
|
||||
"Proprietary ML models trained on your data to make accurate predictions and intelligent decisions in real-time."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Enterprise Security",
|
||||
description:
|
||||
"Bank-grade security, compliance with GDPR and SOC2, and comprehensive data privacy protections built in.",
|
||||
},
|
||||
title: "Enterprise Security", description:
|
||||
"Bank-grade security, compliance with GDPR and SOC2, and comprehensive data privacy protections built in."},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Performance Analytics",
|
||||
description:
|
||||
"Real-time dashboards tracking agent performance, cost savings, and business impact metrics.",
|
||||
},
|
||||
title: "Performance Analytics", description:
|
||||
"Real-time dashboards tracking agent performance, cost savings, and business impact metrics."},
|
||||
{
|
||||
icon: Headphones,
|
||||
title: "Dedicated Support",
|
||||
description:
|
||||
"24/7 technical support and strategic consulting to maximize the value of your AI investment.",
|
||||
},
|
||||
title: "Dedicated Support", description:
|
||||
"24/7 technical support and strategic consulting to maximize the value of your AI investment."},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Request a Demo", href: "/contact" },
|
||||
{ text: "Explore Use Cases", href: "/solutions" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -162,32 +140,16 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "50+",
|
||||
title: "successful deployments",
|
||||
description: "Enterprise clients transformed with AI automation",
|
||||
icon: CheckCircle,
|
||||
id: "1", value: "50+", title: "successful deployments", description: "Enterprise clients transformed with AI automation", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "85%",
|
||||
title: "process efficiency gain",
|
||||
description: "Average improvement in operational efficiency",
|
||||
icon: TrendingUp,
|
||||
id: "2", value: "85%", title: "process efficiency gain", description: "Average improvement in operational efficiency", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "$10M+",
|
||||
title: "total cost savings",
|
||||
description: "Cumulative savings for our clients yearly",
|
||||
icon: DollarSign,
|
||||
id: "3", value: "$10M+", title: "total cost savings", description: "Cumulative savings for our clients yearly", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "99.8%",
|
||||
title: "system uptime",
|
||||
description: "Reliable AI agents working 24/7",
|
||||
icon: Activity,
|
||||
id: "4", value: "99.8%", title: "system uptime", description: "Reliable AI agents working 24/7", icon: Activity,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -202,45 +164,21 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Reduced Customer Support Costs by 70%",
|
||||
quote:
|
||||
"AIVenture's intelligent customer service agent handled 80% of our incoming tickets without human intervention. The quality was exceptional, and our team could focus on complex issues.",
|
||||
name: "Lisa Anderson",
|
||||
role: "VP of Customer Experience, RetailCo",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKA5U4e0vCJnfUdfVFkXplQDx/professional-headshot-of-a-woman-in-her--1772519368643-3bb1c4d0.png",
|
||||
},
|
||||
id: "1", title: "Reduced Customer Support Costs by 70%", quote:
|
||||
"AIVenture's intelligent customer service agent handled 80% of our incoming tickets without human intervention. The quality was exceptional, and our team could focus on complex issues.", name: "Lisa Anderson", role: "VP of Customer Experience, RetailCo", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKA5U4e0vCJnfUdfVFkXplQDx/professional-headshot-of-a-woman-in-her--1772519368643-3bb1c4d0.png"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Automated Data Processing in Real-Time",
|
||||
quote:
|
||||
"Their custom ML model processes millions of transactions daily. The accuracy and speed have been game-changing for our compliance and risk management.",
|
||||
name: "James Liu",
|
||||
role: "Head of Data Science, FinanceHub",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKA5U4e0vCJnfUdfVFkXplQDx/professional-headshot-of-a-man-in-his-40-1772519368488-406aa907.png",
|
||||
},
|
||||
id: "2", title: "Automated Data Processing in Real-Time", quote:
|
||||
"Their custom ML model processes millions of transactions daily. The accuracy and speed have been game-changing for our compliance and risk management.", name: "James Liu", role: "Head of Data Science, FinanceHub", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKA5U4e0vCJnfUdfVFkXplQDx/professional-headshot-of-a-man-in-his-40-1772519368488-406aa907.png"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Seamless Integration with Legacy Systems",
|
||||
quote:
|
||||
"We were concerned about integration complexity, but AIVenture's team made it seamless. The AI agent works perfectly with our 20-year-old ERP system.",
|
||||
name: "Patricia Nelson",
|
||||
role: "CIO, Manufacturing Corp",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKA5U4e0vCJnfUdfVFkXplQDx/professional-headshot-of-a-woman-in-her--1772519368591-226dca06.png",
|
||||
},
|
||||
id: "3", title: "Seamless Integration with Legacy Systems", quote:
|
||||
"We were concerned about integration complexity, but AIVenture's team made it seamless. The AI agent works perfectly with our 20-year-old ERP system.", name: "Patricia Nelson", role: "CIO, Manufacturing Corp", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKA5U4e0vCJnfUdfVFkXplQDx/professional-headshot-of-a-woman-in-her--1772519368591-226dca06.png"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Strategic Partner, Not Just a Vendor",
|
||||
quote:
|
||||
"They took time to understand our business, our pain points, and our vision. The result was an AI solution that felt purpose-built for us.",
|
||||
name: "David Kim",
|
||||
role: "CEO, HealthTech Innovations",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKA5U4e0vCJnfUdfVFkXplQDx/professional-headshot-of-a-man-in-his-30-1772519368395-d438a956.png",
|
||||
},
|
||||
id: "4", title: "Strategic Partner, Not Just a Vendor", quote:
|
||||
"They took time to understand our business, our pain points, and our vision. The result was an AI solution that felt purpose-built for us.", name: "David Kim", role: "CEO, HealthTech Innovations", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKA5U4e0vCJnfUdfVFkXplQDx/professional-headshot-of-a-man-in-his-30-1772519368395-d438a956.png"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -253,15 +191,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechCorp Industries",
|
||||
"FinanceFlow Global",
|
||||
"RetailPro Solutions",
|
||||
"HealthTech Innovations",
|
||||
"ManufactureCo International",
|
||||
"CloudScale Ventures",
|
||||
"DataDrive Analytics",
|
||||
"SecureNet Technologies",
|
||||
]}
|
||||
"TechCorp Industries", "FinanceFlow Global", "RetailPro Solutions", "HealthTech Innovations", "ManufactureCo International", "CloudScale Ventures", "DataDrive Analytics", "SecureNet Technologies"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -283,41 +213,23 @@ export default function HomePage() {
|
||||
showCard={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does it take to deploy a custom AI agent?",
|
||||
content:
|
||||
"Typically, our deployment timeline ranges from 4-12 weeks depending on complexity and data availability. We start with discovery and requirements gathering, followed by model training, testing, and gradual rollout with your team.",
|
||||
},
|
||||
id: "1", title: "How long does it take to deploy a custom AI agent?", content:
|
||||
"Typically, our deployment timeline ranges from 4-12 weeks depending on complexity and data availability. We start with discovery and requirements gathering, followed by model training, testing, and gradual rollout with your team."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you provide training for our team?",
|
||||
content:
|
||||
"Absolutely. We include comprehensive training for your team, detailed documentation, and ongoing support. Our goal is to empower your organization to manage and optimize the AI agents independently.",
|
||||
},
|
||||
id: "2", title: "Do you provide training for our team?", content:
|
||||
"Absolutely. We include comprehensive training for your team, detailed documentation, and ongoing support. Our goal is to empower your organization to manage and optimize the AI agents independently."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What about data security and privacy?",
|
||||
content:
|
||||
"We're SOC2 Type II and GDPR compliant. All data is encrypted in transit and at rest, we maintain strict access controls, and your data never leaves your designated cloud region unless explicitly authorized.",
|
||||
},
|
||||
id: "3", title: "What about data security and privacy?", content:
|
||||
"We're SOC2 Type II and GDPR compliant. All data is encrypted in transit and at rest, we maintain strict access controls, and your data never leaves your designated cloud region unless explicitly authorized."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can the AI agents integrate with our existing systems?",
|
||||
content:
|
||||
"Yes, our agents are built to integrate seamlessly with your existing tech stack. We support APIs, webhooks, direct database connections, and custom integrations tailored to your architecture.",
|
||||
},
|
||||
id: "4", title: "Can the AI agents integrate with our existing systems?", content:
|
||||
"Yes, our agents are built to integrate seamlessly with your existing tech stack. We support APIs, webhooks, direct database connections, and custom integrations tailored to your architecture."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What's your pricing model?",
|
||||
content:
|
||||
"We offer flexible pricing based on agent complexity, data volume, and support level. Most of our enterprise clients see ROI within 3-6 months. Contact us for a custom quote based on your needs.",
|
||||
},
|
||||
id: "5", title: "What's your pricing model?", content:
|
||||
"We offer flexible pricing based on agent complexity, data volume, and support level. Most of our enterprise clients see ROI within 3-6 months. Contact us for a custom quote based on your needs."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do you offer ongoing optimization?",
|
||||
content:
|
||||
"Yes, we continuously monitor agent performance, gather feedback from your team, and make improvements. We provide quarterly business reviews and strategic recommendations to maximize your investment value.",
|
||||
},
|
||||
id: "6", title: "Do you offer ongoing optimization?", content:
|
||||
"Yes, we continuously monitor agent performance, gather feedback from your team, and make improvements. We provide quarterly business reviews and strategic recommendations to maximize your investment value."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user