Merge version_1 into main #2
@@ -73,12 +73,12 @@ export default function LandingPage() {
|
||||
<TestimonialAboutCard
|
||||
tag="About Our Agency"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
title="Leading AI Innovation Since 2019"
|
||||
description="We are a team of world-class AI researchers, engineers, and strategists dedicated to solving humanity's most complex challenges through artificial intelligence."
|
||||
subdescription="From predictive analytics to autonomous systems, we deliver transformative AI solutions that drive competitive advantage and unlock new business opportunities."
|
||||
icon={Zap}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/clean-ai-automation-interface-showing-wo-1773419562822-ca1ebf94.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/clean-ai-automation-interface-showing-wo-1773419562822-ca1ebf94.png"
|
||||
imageAlt="AI Automation Workflow"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -98,27 +98,27 @@ export default function LandingPage() {
|
||||
description="Comprehensive AI solutions designed to solve real-world business challenges and accelerate digital transformation."
|
||||
tag="Services"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
title: "AI Automation", description: "Intelligent systems that automate repetitive tasks, eliminate errors, and increase operational efficiency.", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/clean-ai-automation-interface-showing-wo-1773419562822-ca1ebf94.png?_wi=2" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/modern-ai-analytics-dashboard-with-clean-1773419563124-f1591cd9.png?_wi=1" }
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/clean-ai-automation-interface-showing-wo-1773419562822-ca1ebf94.png" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/modern-ai-analytics-dashboard-with-clean-1773419563124-f1591cd9.png" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Predictive Analytics", description: "Advanced machine learning models that forecast trends, identify patterns, and enable data-driven decision making.", icon: Star,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/modern-ai-analytics-dashboard-with-clean-1773419563124-f1591cd9.png?_wi=2" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/ai-optimization-visualization-showing-pe-1773419563182-2b42b55f.png?_wi=1" }
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/modern-ai-analytics-dashboard-with-clean-1773419563124-f1591cd9.png" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/ai-optimization-visualization-showing-pe-1773419563182-2b42b55f.png" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Process Optimization", description: "AI-powered optimization of workflows and systems to maximize efficiency and reduce operational costs.", icon: Award,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/ai-optimization-visualization-showing-pe-1773419563182-2b42b55f.png?_wi=2" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/clean-ai-automation-interface-showing-wo-1773419562822-ca1ebf94.png?_wi=3" }
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/ai-optimization-visualization-showing-pe-1773419563182-2b42b55f.png" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/clean-ai-automation-interface-showing-wo-1773419562822-ca1ebf94.png" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Learn More", href: "#contact" }]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
containerClassName="py-20 px-6"
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-black mb-4"
|
||||
descriptionClassName="text-xl text-black/60 mb-8"
|
||||
@@ -143,19 +143,19 @@ export default function LandingPage() {
|
||||
description="Proven results across diverse industries and use cases demonstrate the power and reliability of our AI solutions."
|
||||
tag="Results"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1", value: "500+", title: "AI Projects Delivered", description: "Successfully implemented across Fortune 500 companies and innovative startups"
|
||||
id: "metric-1", value: "500+", title: "AI Projects Delivered", description: "Successfully implemented across Fortune 500 companies and innovative startups", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/abstract-ai-visualization-with-neural-ne-1773419562689-2d51e271.png", imageAlt: "AI visualization"
|
||||
},
|
||||
{
|
||||
id: "metric-2", value: "45%", title: "Average Efficiency Gain", description: "Process optimization and automation improvements for our clients"
|
||||
id: "metric-2", value: "45%", title: "Average Efficiency Gain", description: "Process optimization and automation improvements for our clients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/modern-ai-analytics-dashboard-with-clean-1773419563124-f1591cd9.png", imageAlt: "Analytics dashboard"
|
||||
},
|
||||
{
|
||||
id: "metric-3", value: "$2.3B", title: "Client Value Created", description: "Total measurable business value delivered through AI initiatives"
|
||||
id: "metric-3", value: "$2.3B", title: "Client Value Created", description: "Total measurable business value delivered through AI initiatives", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/ai-optimization-visualization-showing-pe-1773419563182-2b42b55f.png", imageAlt: "Optimization visualization"
|
||||
},
|
||||
{
|
||||
id: "metric-4", value: "95%", title: "Client Retention Rate", description: "Long-term partnerships built on trust and continuous innovation"
|
||||
id: "metric-4", value: "95%", title: "Client Retention Rate", description: "Long-term partnerships built on trust and continuous innovation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/clean-ai-automation-interface-showing-wo-1773419562822-ca1ebf94.png", imageAlt: "Automation interface"
|
||||
}
|
||||
]}
|
||||
animationType="scale-rotate"
|
||||
@@ -178,7 +178,7 @@ export default function LandingPage() {
|
||||
description="Hear from leaders at world-class organizations about the impact of our AI solutions on their business."
|
||||
tag="Success Stories"
|
||||
tagIcon={Star}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "Sarah Chen", role: "Chief Technology Officer", company: "GlobalTech Solutions", rating: 5,
|
||||
@@ -226,7 +226,7 @@ export default function LandingPage() {
|
||||
description="Leading companies across industries rely on our AI solutions to drive innovation and competitive advantage."
|
||||
tag="Partnerships"
|
||||
tagIcon={Award}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
names={[]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/professional-black-and-white-tech-compan-1773419561926-5a4e05f8.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/clean-black-and-white-innovation-company-1773419562399-14d4a014.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/modern-black-and-white-future-focused-te-1773419562051-8ee5f454.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/sleek-black-and-white-nexus-connection-t-1773419562169-dd8acf89.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/premium-black-and-white-quantum-tech-log-1773419562860-cb175a93.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/clean-black-and-white-vertex-tech-logo-m-1773419562298-3c60b7d3.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/sophisticated-black-and-white-apex-tech--1773419562668-1b239ccb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWSWIKfNUNUofLaV4YcQV4hHc5/modern-black-and-white-horizon-tech-logo-1773419562211-383ab7a6.png"
|
||||
@@ -250,7 +250,7 @@ export default function LandingPage() {
|
||||
description="Get answers to common questions about our AI solutions, implementation process, and service offerings."
|
||||
tag="FAQ"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1", title: "How long does an AI implementation typically take?", content: "Timeline varies based on project scope and complexity. Simple integrations may take 4-8 weeks, while comprehensive solutions typically require 3-6 months. We provide a detailed project plan and timeline during our initial consultation."
|
||||
|
||||
Reference in New Issue
Block a user