Update src/app/page.tsx
This commit is contained in:
@@ -48,12 +48,10 @@ export default function HomePage() {
|
||||
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/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"
|
||||
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"
|
||||
}
|
||||
]}
|
||||
rating={5}
|
||||
@@ -69,8 +67,7 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="About AIFlow"
|
||||
description={[
|
||||
"Founded by AI researchers and enterprise software veterans, AIFlow brings cutting-edge machine learning to business problems that matter. We've spent years perfecting AI solutions for Fortune 500 companies across finance, healthcare, manufacturing, and technology.",
|
||||
"Our mission is simple: democratize enterprise AI. We believe every organization should have access to the same powerful AI tools that only the biggest tech companies could afford. Today, mid-market and enterprise businesses choose AIFlow to stay ahead of the competition."
|
||||
"Founded by AI researchers and enterprise software veterans, AIFlow brings cutting-edge machine learning to business problems that matter. We've spent years perfecting AI solutions for Fortune 500 companies across finance, healthcare, manufacturing, and technology.", "Our mission is simple: democratize enterprise AI. We believe every organization should have access to the same powerful AI tools that only the biggest tech companies could afford. Today, mid-market and enterprise businesses choose AIFlow to stay ahead of the competition."
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Learn Our Story", href: "/about" }
|
||||
@@ -88,32 +85,16 @@ export default function HomePage() {
|
||||
tagIcon={Zap}
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Intelligent Automation",
|
||||
description: "Automate complex business processes with AI-driven workflows that learn and improve over time.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-visual-representation-of-intelligent-a-1772134342794-6ff6cd65.png?_wi=1",
|
||||
imageAlt: "Intelligent Automation"
|
||||
id: "01", title: "Intelligent Automation", description: "Automate complex business processes with AI-driven workflows that learn and improve over time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-visual-representation-of-intelligent-a-1772134342794-6ff6cd65.png", imageAlt: "Intelligent Automation"
|
||||
},
|
||||
{
|
||||
id: "02",
|
||||
title: "Advanced Analytics",
|
||||
description: "Gain real-time insights with predictive modeling and business intelligence tools that drive strategic decisions.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/advanced-analytics-dashboard-showing-rea-1772134343739-0f1cf231.png",
|
||||
imageAlt: "Advanced Analytics"
|
||||
id: "02", title: "Advanced Analytics", description: "Gain real-time insights with predictive modeling and business intelligence tools that drive strategic decisions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/advanced-analytics-dashboard-showing-rea-1772134343739-0f1cf231.png", imageAlt: "Advanced Analytics"
|
||||
},
|
||||
{
|
||||
id: "03",
|
||||
title: "Seamless Integration",
|
||||
description: "Connect to your existing tools and systems effortlessly. Our platform works with enterprise apps you already use.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/visual-representation-of-seamless-api-in-1772134342866-e300392c.png",
|
||||
imageAlt: "Seamless Integration"
|
||||
id: "03", title: "Seamless Integration", description: "Connect to your existing tools and systems effortlessly. Our platform works with enterprise apps you already use.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/visual-representation-of-seamless-api-in-1772134342866-e300392c.png", imageAlt: "Seamless Integration"
|
||||
},
|
||||
{
|
||||
id: "04",
|
||||
title: "Enterprise Security",
|
||||
description: "Bank-grade encryption, compliance certifications, and audit trails designed for the most demanding security requirements.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-visual-representation-of-intelligent-a-1772134342794-6ff6cd65.png?_wi=2",
|
||||
imageAlt: "Enterprise Security"
|
||||
id: "04", title: "Enterprise Security", description: "Bank-grade encryption, compliance certifications, and audit trails designed for the most demanding security requirements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-visual-representation-of-intelligent-a-1772134342794-6ff6cd65.png", imageAlt: "Enterprise Security"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -131,32 +112,16 @@ export default function HomePage() {
|
||||
tagIcon={TrendingUp}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "45",
|
||||
title: "%",
|
||||
description: "Average productivity increase",
|
||||
icon: TrendingUp
|
||||
id: "1", value: "45", title: "%", description: "Average productivity increase", icon: TrendingUp
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "500",
|
||||
title: "+",
|
||||
description: "Enterprise customers worldwide",
|
||||
icon: Users
|
||||
id: "2", value: "500", title: "+", description: "Enterprise customers worldwide", icon: Users
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "2.5",
|
||||
title: "M+",
|
||||
description: "Processes automated daily",
|
||||
icon: Zap
|
||||
id: "3", value: "2.5", title: "M+", description: "Processes automated daily", icon: Zap
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "99.9",
|
||||
title: "%",
|
||||
description: "Platform uptime guarantee",
|
||||
icon: Shield
|
||||
id: "4", value: "99.9", title: "%", description: "Platform uptime guarantee", icon: Shield
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -174,36 +139,16 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
role: "Chief Operating Officer",
|
||||
testimonial: "AIFlow reduced our manual processes by 60% in the first quarter. The ROI was immediate and significant. Our team can now focus on strategic work instead of repetitive tasks.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/professional-headshot-of-a-confident-bus-1772134341710-5fc75227.png?_wi=1",
|
||||
imageAlt: "Sarah Chen"
|
||||
id: "1", name: "Sarah Chen", role: "Chief Operating Officer", testimonial: "AIFlow reduced our manual processes by 60% in the first quarter. The ROI was immediate and significant. Our team can now focus on strategic work instead of repetitive tasks.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/professional-headshot-of-a-confident-bus-1772134341710-5fc75227.png", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Rodriguez",
|
||||
role: "VP of Technology",
|
||||
testimonial: "The platform's ability to integrate with our legacy systems was seamless. Implementation took weeks, not months. Our data scientists love the flexibility.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/professional-headshot-of-a-tech-savvy-ce-1772134342760-a6943e9e.png?_wi=1",
|
||||
imageAlt: "Michael Rodriguez"
|
||||
id: "2", name: "Michael Rodriguez", role: "VP of Technology", testimonial: "The platform's ability to integrate with our legacy systems was seamless. Implementation took weeks, not months. Our data scientists love the flexibility.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/professional-headshot-of-a-tech-savvy-ce-1772134342760-a6943e9e.png", imageAlt: "Michael Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jennifer Park",
|
||||
role: "Director of Operations",
|
||||
testimonial: "We've used AIFlow for predictive maintenance across 50 facilities. It's saved us millions in equipment downtime. The support team is exceptional.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/professional-headshot-of-a-business-dire-1772134342190-467788e3.png?_wi=1",
|
||||
imageAlt: "Jennifer Park"
|
||||
id: "3", name: "Jennifer Park", role: "Director of Operations", testimonial: "We've used AIFlow for predictive maintenance across 50 facilities. It's saved us millions in equipment downtime. The support team is exceptional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/professional-headshot-of-a-business-dire-1772134342190-467788e3.png", imageAlt: "Jennifer Park"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thompson",
|
||||
role: "Chief Data Officer",
|
||||
testimonial: "The analytics dashboards are intuitive. Our non-technical team members can now run complex analyses without needing our data team. Game changer.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/professional-headshot-of-a-female-techno-1772134342132-9842eb00.png",
|
||||
imageAlt: "David Thompson"
|
||||
id: "4", name: "David Thompson", role: "Chief Data Officer", testimonial: "The analytics dashboards are intuitive. Our non-technical team members can now run complex analyses without needing our data team. Game changer.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/professional-headshot-of-a-female-techno-1772134342132-9842eb00.png", imageAlt: "David Thompson"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user