7 Commits

Author SHA1 Message Date
ff92812949 Merge version_3 into main
Merge version_3 into main
2026-03-05 06:14:37 +00:00
ee21036fc1 Update src/app/page.tsx 2026-03-05 06:14:33 +00:00
2dfe017620 Update src/app/layout.tsx 2026-03-05 06:14:33 +00:00
063dcf045a Merge version_2 into main
Merge version_2 into main
2026-03-05 06:12:22 +00:00
21e8c49935 Update src/app/page.tsx 2026-03-05 06:12:18 +00:00
0c19f60994 Update src/app/layout.tsx 2026-03-05 06:12:18 +00:00
0b2b889f47 Merge version_1 into main
Merge version_1 into main
2026-03-05 06:00:22 +00:00
2 changed files with 49 additions and 180 deletions

View File

@@ -7,48 +7,33 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
variable: "--font-figtree", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "AI Automation & Digital Systems Agency - Enterprise Automation Solutions",
description: "Transform your business with AI-powered automation, n8n workflows, AI agents, and digital systems. 450+ successful implementations globally. Schedule your free strategy call today.",
keywords: "AI automation, digital transformation, n8n workflows, AI agents, RPA, business automation, workflow automation, AI chatbots, enterprise automation, digital systems",
metadataBase: new URL("https://aiautomationpro.com"),
title: "AI Automation & Digital Systems Agency - Enterprise Automation Solutions", description: "Transform your business with AI-powered automation, n8n workflows, AI agents, and digital systems. 450+ successful implementations globally. Schedule your free strategy call today.", keywords: "AI automation, digital transformation, n8n workflows, AI agents, RPA, business automation, workflow automation, AI chatbots, enterprise automation, digital systems", metadataBase: new URL("https://aiautomationpro.com"),
alternates: {
canonical: "https://aiautomationpro.com",
canonical: "https://aiautomationpro.com"
},
openGraph: {
title: "AI Automation & Digital Systems Agency",
description: "Enterprise-grade AI automation solutions transforming businesses worldwide",
url: "https://aiautomationpro.com",
siteName: "AI Automation Pro",
type: "website",
images: [
title: "AI Automation & Digital Systems Agency", description: "Enterprise-grade AI automation solutions transforming businesses worldwide", url: "https://aiautomationpro.com", siteName: "AI Automation Pro", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/modern-ai-dashboard-with-neural-network--1772690210757-f333a1b1.png",
alt: "AI Automation Platform",
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/modern-ai-dashboard-with-neural-network--1772690210757-f333a1b1.png", alt: "AI Automation Platform"
},
],
},
twitter: {
card: "summary_large_image",
title: "AI Automation & Digital Systems Agency",
description: "Transform your business with cutting-edge automation solutions",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/modern-ai-dashboard-with-neural-network--1772690210757-f333a1b1.png",
card: "summary_large_image", title: "AI Automation & Digital Systems Agency", description: "Transform your business with cutting-edge automation solutions", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/modern-ai-dashboard-with-neural-network--1772690210757-f333a1b1.png"
],
},
robots: {
@@ -1441,4 +1426,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -70,8 +70,7 @@ export default function HomePage() {
brandName="AI Automation Pro"
navItems={navItems}
button={{
text: "Book Strategy Call",
href: "/contact",
text: "Book Strategy Call", href: "/contact"
}}
/>
</div>
@@ -90,7 +89,7 @@ export default function HomePage() {
showBlur={true}
showDimOverlay={true}
buttons={[
{ text: "Start Your Transformation", href: "/contact" },
{ text: "Get Free Automation Audit", href: "/contact" },
{ text: "View Case Studies", href: "/case-studies" },
]}
buttonAnimation="blur-reveal"
@@ -110,16 +109,10 @@ export default function HomePage() {
useInvertedBackground={false}
features={[
{
title: "AI Automation Systems",
description: "End-to-end intelligent automation platforms that learn, adapt, and optimize your workflows",
bentoComponent: "globe",
button: { text: "Explore", href: "/services" },
title: "AI Automation Systems", description: "End-to-end intelligent automation platforms that learn, adapt, and optimize your workflows", bentoComponent: "globe", button: { text: "Explore", href: "/services" },
},
{
title: "n8n Workflow Automation",
description: "Powerful no-code/low-code workflow orchestration connecting all your business tools",
bentoComponent: "orbiting-icons",
centerIcon: Zap,
title: "n8n Workflow Automation", description: "Powerful no-code/low-code workflow orchestration connecting all your business tools", bentoComponent: "orbiting-icons", centerIcon: Zap,
items: [
{ icon: Database, ring: 1 },
{ icon: Cloud, ring: 2 },
@@ -128,33 +121,22 @@ export default function HomePage() {
button: { text: "Learn More", href: "/services" },
},
{
title: "AI Agents Development",
description: "Autonomous AI agents that handle complex tasks, customer service, and business processes",
bentoComponent: "chat",
aiIcon: Brain,
title: "AI Agents Development", description: "Autonomous AI agents that handle complex tasks, customer service, and business processes", bentoComponent: "chat", aiIcon: Brain,
userIcon: User,
exchanges: [
{
userMessage: "Can you analyze our sales data and provide insights?",
aiResponse: "I've analyzed Q4 performance. Your conversion rate improved by 23% with a projected Q1 growth of 35%.",
userMessage: "Can you analyze our sales data and provide insights?", aiResponse: "I've analyzed Q4 performance. Your conversion rate improved by 23% with a projected Q1 growth of 35%."
},
{
userMessage: "What automation opportunities do you see?",
aiResponse: "I've identified 7 critical workflows. Automating CRM updates alone saves 15 hours per week.",
userMessage: "What automation opportunities do you see?", aiResponse: "I've identified 7 critical workflows. Automating CRM updates alone saves 15 hours per week."
},
],
placeholder: "Ask about your business...",
button: { text: "Discover", href: "/services" },
placeholder: "Ask about your business...", button: { text: "Discover", href: "/services" },
},
{
title: "Website Development",
description: "Modern, responsive websites built with Next.js, React, and cutting-edge web technologies",
bentoComponent: "phone",
statusIcon: Lock,
title: "Website Development", description: "Modern, responsive websites built with Next.js, React, and cutting-edge web technologies", bentoComponent: "phone", statusIcon: Lock,
alertIcon: Bell,
alertTitle: "New Message",
alertMessage: "Your automation workflow is running successfully",
apps: [
alertTitle: "New Message", alertMessage: "Your automation workflow is running successfully", apps: [
{ name: "Analytics", icon: BarChart3 },
{ name: "Automation", icon: Zap },
{ name: "CRM", icon: Users },
@@ -167,10 +149,7 @@ export default function HomePage() {
button: { text: "View Portfolio", href: "/portfolio" },
},
{
title: "AI Chatbots & CRM Automation",
description: "Intelligent customer service agents and automated CRM workflows that never sleep",
bentoComponent: "icon-info-cards",
items: [
title: "AI Chatbots & CRM Automation", description: "Intelligent customer service agents and automated CRM workflows that never sleep", bentoComponent: "icon-info-cards", items: [
{ icon: MessageSquare, label: "24/7 Support", value: "99.9% uptime" },
{ icon: TrendingUp, label: "Response Time", value: "<2 seconds" },
{ icon: Users, label: "Customer Satisfaction", value: "94% rating" },
@@ -178,10 +157,7 @@ export default function HomePage() {
button: { text: "Learn More", href: "/services" },
},
{
title: "Data Dashboards & Analytics",
description: "Real-time dashboards and advanced analytics turning raw data into actionable business intelligence",
bentoComponent: "animated-bar-chart",
button: { text: "See Demo", href: "/contact" },
title: "Data Dashboards & Analytics", description: "Real-time dashboards and advanced analytics turning raw data into actionable business intelligence", bentoComponent: "animated-bar-chart", button: { text: "See Demo", href: "/contact" },
},
]}
/>
@@ -200,35 +176,20 @@ export default function HomePage() {
useInvertedBackground={true}
features={[
{
title: "1. Discovery & Analysis",
description: "Deep dive into your business processes, pain points, and automation opportunities",
bentoComponent: "reveal-icon",
icon: Search,
title: "1. Discovery & Analysis", description: "Deep dive into your business processes, pain points, and automation opportunities", bentoComponent: "reveal-icon", icon: Search,
button: { text: "Schedule Discovery", href: "/contact" },
},
{
title: "2. Strategy & Planning",
description: "Develop comprehensive automation roadmap with clear milestones and expected ROI",
bentoComponent: "reveal-icon",
icon: Map,
title: "2. Strategy & Planning", description: "Develop comprehensive automation roadmap with clear milestones and expected ROI", bentoComponent: "reveal-icon", icon: Map,
},
{
title: "3. System Design",
description: "Architect scalable, secure AI systems tailored to your specific business needs",
bentoComponent: "reveal-icon",
icon: Boxes,
title: "3. System Design", description: "Architect scalable, secure AI systems tailored to your specific business needs", bentoComponent: "reveal-icon", icon: Boxes,
},
{
title: "4. Implementation",
description: "Deploy with precision, integrating seamlessly with your existing tech stack",
bentoComponent: "reveal-icon",
icon: Rocket,
title: "4. Implementation", description: "Deploy with precision, integrating seamlessly with your existing tech stack", bentoComponent: "reveal-icon", icon: Rocket,
},
{
title: "5. Optimization & Support",
description: "Continuous monitoring, refinement, and 24/7 support to ensure peak performance",
bentoComponent: "reveal-icon",
icon: Zap,
title: "5. Optimization & Support", description: "Continuous monitoring, refinement, and 24/7 support to ensure peak performance", bentoComponent: "reveal-icon", icon: Zap,
button: { text: "View Support", href: "/contact" },
},
]}
@@ -249,32 +210,16 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal"
metrics={[
{
id: "1",
value: "450",
title: "Projects Completed",
description: "Successful implementations across global enterprises",
icon: CheckCircle,
id: "1", value: "450", title: "Projects Completed", description: "Successful implementations across global enterprises", icon: CheckCircle,
},
{
id: "2",
value: "2.8",
title: "Billion Hours Saved",
description: "Cumulative automation hours for all clients",
icon: Clock,
id: "2", value: "2.8", title: "Billion Hours Saved", description: "Cumulative automation hours for all clients", icon: Clock,
},
{
id: "3",
value: "98",
title: "Percent Client Retention",
description: "Long-term partnerships built on trust and results",
icon: Users,
id: "3", value: "98", title: "Percent Client Retention", description: "Long-term partnerships built on trust and results", icon: Users,
},
{
id: "4",
value: "45",
title: "Countries Served",
description: "Global reach with local expertise and support",
icon: Globe,
id: "4", value: "45", title: "Countries Served", description: "Global reach with local expertise and support", icon: Globe,
},
]}
/>
@@ -293,52 +238,22 @@ export default function HomePage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "David Chen",
role: "Chief Technology Officer",
testimonial: "The AI automation platform transformed our operations. We've eliminated 60% of manual tasks and our team can now focus on strategic initiatives. ROI exceeded expectations within 6 months.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-an-asian-male-e-1772690210725-f24ddbc8.png?_wi=1",
imageAlt: "David Chen, CTO",
id: "1", name: "David Chen", role: "Chief Technology Officer", testimonial: "**60% Efficiency Gain:** The AI automation platform transformed our operations. We've eliminated 60% of manual tasks and our team can now focus on strategic initiatives. ROI exceeded expectations within 6 months.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-an-asian-male-e-1772690210725-f24ddbc8.png?_wi=1", imageAlt: "David Chen, CTO"
},
{
id: "2",
name: "Sarah Johnson",
role: "VP of Operations",
testimonial: "Implementation was seamless. The team's expertise in n8n and AI workflows is unmatched. We went from concept to full automation in just 8 weeks with zero downtime.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-a-female-busine-1772690210437-04e28680.png?_wi=1",
imageAlt: "Sarah Johnson, VP Operations",
id: "2", name: "Sarah Johnson", role: "VP of Operations", testimonial: "**8-Week Implementation:** Implementation was seamless. The team's expertise in n8n and AI workflows is unmatched. We went from concept to full automation in just 8 weeks with zero downtime.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-a-female-busine-1772690210437-04e28680.png?_wi=1", imageAlt: "Sarah Johnson, VP Operations"
},
{
id: "3",
name: "Marcus Williams",
role: "Founder & CEO",
testimonial: "Our customer support costs dropped by 70% with their AI agents. The quality improved too - customers love the instant, intelligent responses. Best investment we've made.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-a-male-founder--1772690210683-ba6cc40d.png?_wi=1",
imageAlt: "Marcus Williams, Founder CEO",
id: "3", name: "Marcus Williams", role: "Founder & CEO", testimonial: "**70% Cost Reduction:** Our customer support costs dropped by 70% with their AI agents. The quality improved too - customers love the instant, intelligent responses. Best investment we've made.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-a-male-founder--1772690210683-ba6cc40d.png?_wi=1", imageAlt: "Marcus Williams, Founder CEO"
},
{
id: "4",
name: "Elena Rossi",
role: "Digital Transformation Lead",
testimonial: "Their team doesn't just build automation - they understand business strategy. The systems they designed are scalable, secure, and deeply integrated with our existing infrastructure.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-a-female-digita-1772690210480-a2c9f006.png",
imageAlt: "Elena Rossi, Transformation Lead",
id: "4", name: "Elena Rossi", role: "Digital Transformation Lead", testimonial: "**Enterprise-Grade Architecture:** Their team doesn't just build automation - they understand business strategy. The systems they designed are scalable, secure, and deeply integrated with our existing infrastructure.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-a-female-digita-1772690210480-a2c9f006.png", imageAlt: "Elena Rossi, Transformation Lead"
},
{
id: "5",
name: "Rajesh Patel",
role: "Director of Engineering",
testimonial: "Five-star experience from discovery through implementation. Their custom AI solutions are production-ready and their support team is exceptional. Highly recommended.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-an-indian-male--1772690210318-5148ada5.png",
imageAlt: "Rajesh Patel, Director Engineering",
id: "5", name: "Rajesh Patel", role: "Director of Engineering", testimonial: "**Production-Ready Delivery:** Five-star experience from discovery through implementation. Their custom AI solutions are production-ready and their support team is exceptional. Highly recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-an-indian-male--1772690210318-5148ada5.png", imageAlt: "Rajesh Patel, Director Engineering"
},
{
id: "6",
name: "Amelia Thompson",
role: "Chief Operations Officer",
testimonial: "We've worked with several automation firms. This agency stands out for their technical depth, business acumen, and customer-first approach. Our automation roadmap is their roadmap.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-a-female-coo-in-1772690210646-f4c94635.png",
imageAlt: "Amelia Thompson, COO",
id: "6", name: "Amelia Thompson", role: "Chief Operations Officer", testimonial: "**Industry-Leading Expertise:** We've worked with several automation firms. This agency stands out for their technical depth, business acumen, and customer-first approach. Our automation roadmap is their roadmap.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-a-female-coo-in-1772690210646-f4c94635.png", imageAlt: "Amelia Thompson, COO"
},
]}
/>
@@ -358,48 +273,20 @@ export default function HomePage() {
carouselMode="buttons"
blogs={[
{
id: "1",
category: ["AI Automation", "Business Strategy"],
title: "The Future of Enterprise Automation: AI Agents vs Traditional RPA",
excerpt: "Explore how intelligent AI agents are revolutionizing automation compared to traditional RPA solutions, with real-world benchmarks and strategic insights.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/abstract-illustration-comparing-traditio-1772690211474-b411d62d.png?_wi=1",
imageAlt: "AI agents comparison",
authorName: "Dr. James Mitchell",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-a-senior-male-e-1772690210352-ee7c8113.png",
date: "March 15, 2025",
id: "1", category: ["AI Automation", "Business Strategy"],
title: "The Future of Enterprise Automation: AI Agents vs Traditional RPA", excerpt: "Explore how intelligent AI agents are revolutionizing automation compared to traditional RPA solutions, with real-world benchmarks and strategic insights.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/abstract-illustration-comparing-traditio-1772690211474-b411d62d.png?_wi=1", imageAlt: "AI agents comparison", authorName: "Dr. James Mitchell", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-a-senior-male-e-1772690210352-ee7c8113.png", date: "March 15, 2025"
},
{
id: "2",
category: ["n8n Workflow", "Integration"],
title: "Mastering n8n: Building Complex Workflows That Scale",
excerpt: "Complete guide to designing enterprise-grade n8n workflows, error handling, and scaling strategies for handling millions of transactions.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/complex-n8n-workflow-diagram-visualizati-1772690211169-f609935d.png?_wi=1",
imageAlt: "n8n workflow architecture",
authorName: "Sarah Chen",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-a-female-tech-e-1772690211348-38508965.png",
date: "March 10, 2025",
id: "2", category: ["n8n Workflow", "Integration"],
title: "Mastering n8n: Building Complex Workflows That Scale", excerpt: "Complete guide to designing enterprise-grade n8n workflows, error handling, and scaling strategies for handling millions of transactions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/complex-n8n-workflow-diagram-visualizati-1772690211169-f609935d.png?_wi=1", imageAlt: "n8n workflow architecture", authorName: "Sarah Chen", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-a-female-tech-e-1772690211348-38508965.png", date: "March 10, 2025"
},
{
id: "3",
category: ["Digital Transformation", "Strategy"],
title: "Why 73% of Automation Projects Fail (and How to Avoid It)",
excerpt: "Analysis of common pitfalls in digital transformation initiatives and proven strategies to ensure successful, sustainable automation implementations.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/digital-illustration-showing-failed-proj-1772690211955-2eaed18f.png?_wi=1",
imageAlt: "Digital transformation success",
authorName: "Marcus Rodriguez",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-a-male-business-1772690210600-2bbe65b3.png",
date: "March 5, 2025",
id: "3", category: ["Digital Transformation", "Strategy"],
title: "Why 73% of Automation Projects Fail (and How to Avoid It)", excerpt: "Analysis of common pitfalls in digital transformation initiatives and proven strategies to ensure successful, sustainable automation implementations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/digital-illustration-showing-failed-proj-1772690211955-2eaed18f.png?_wi=1", imageAlt: "Digital transformation success", authorName: "Marcus Rodriguez", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-a-male-business-1772690210600-2bbe65b3.png", date: "March 5, 2025"
},
{
id: "4",
category: ["AI Chatbots", "Customer Experience"],
title: "Building AI Customer Service That Customers Actually Love",
excerpt: "Design patterns and best practices for creating empathetic AI chatbots that solve problems, reduce support costs, and improve CSAT scores.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/friendly-ai-chatbot-interface-design-sho-1772690210838-1dc11fad.png?_wi=1",
imageAlt: "AI customer service interface",
authorName: "Emily Watson",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-a-female-custom-1772690209967-86e448d1.png",
date: "February 28, 2025",
id: "4", category: ["AI Chatbots", "Customer Experience"],
title: "Building AI Customer Service That Customers Actually Love", excerpt: "Design patterns and best practices for creating empathetic AI chatbots that solve problems, reduce support costs, and improve CSAT scores.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/friendly-ai-chatbot-interface-design-sho-1772690210838-1dc11fad.png?_wi=1", imageAlt: "AI customer service interface", authorName: "Emily Watson", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVtIPNEA88v0ai0ces7BEnyVTT/professional-headshot-of-a-female-custom-1772690209967-86e448d1.png", date: "February 28, 2025"
},
]}
/>
@@ -413,22 +300,19 @@ export default function HomePage() {
socialLinks={[
{
icon: Linkedin,
href: "https://linkedin.com/company/ai-automation-pro",
ariaLabel: "LinkedIn",
href: "https://linkedin.com/company/ai-automation-pro", ariaLabel: "LinkedIn"
},
{
icon: Twitter,
href: "https://twitter.com/aiautomationpro",
ariaLabel: "Twitter",
href: "https://twitter.com/aiautomationpro", ariaLabel: "Twitter"
},
{
icon: Github,
href: "https://github.com/ai-automation-pro",
ariaLabel: "GitHub",
href: "https://github.com/ai-automation-pro", ariaLabel: "GitHub"
},
]}
/>
</div>
</ThemeProvider>
);
}
}