Merge version_1 into main #2
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "AI Consulting", href: "/services" },
|
||||
{ label: "Web Development", href: "/services" },
|
||||
{ label: "Implementation", href: "/services" },
|
||||
@@ -29,8 +28,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Case Studies", href: "/case-studies" },
|
||||
@@ -38,8 +36,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -55,7 +52,7 @@ export default function AboutPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmall"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -91,45 +88,25 @@ export default function AboutPage() {
|
||||
tag="Expert Leadership"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. James Mitchell",
|
||||
role: "Founder & CEO",
|
||||
description: "Former VP of AI at Fortune 500 tech company. 15+ years driving enterprise AI adoption.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/professional-headshot-of-an-accomplished-1772489015168-54eef2d6.png",
|
||||
socialLinks: [
|
||||
id: "1", name: "Dr. James Mitchell", role: "Founder & CEO", description: "Former VP of AI at Fortune 500 tech company. 15+ years driving enterprise AI adoption.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/professional-headshot-of-an-accomplished-1772489015168-54eef2d6.png", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Twitter, url: "https://twitter.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Patel",
|
||||
role: "Chief Technology Officer",
|
||||
description: "PhD in Machine Learning. Led AI initiatives for 3 Fortune 100 companies. Speaker at major tech conferences.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/professional-headshot-of-an-intelligent--1772489014678-93d65364.png",
|
||||
socialLinks: [
|
||||
id: "2", name: "Sarah Patel", role: "Chief Technology Officer", description: "PhD in Machine Learning. Led AI initiatives for 3 Fortune 100 companies. Speaker at major tech conferences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/professional-headshot-of-an-intelligent--1772489014678-93d65364.png", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Github, url: "https://github.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Chen",
|
||||
role: "Chief Delivery Officer",
|
||||
description: "20 years of enterprise solutions architecture. Specializes in complex implementation strategy.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/professional-headshot-of-a-man-in-his-50-1772489016008-8d13e859.png",
|
||||
socialLinks: [
|
||||
id: "3", name: "David Chen", role: "Chief Delivery Officer", description: "20 years of enterprise solutions architecture. Specializes in complex implementation strategy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/professional-headshot-of-a-man-in-his-50-1772489016008-8d13e859.png", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Mail, url: "mailto:david@aisolutions.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lisa Anderson",
|
||||
role: "VP Client Success",
|
||||
description: "Former McKinsey consultant. Ensures every client achieves exceptional outcomes and ROI.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/professional-headshot-of-a-woman-in-her--1772489017482-f16a9cb1.png",
|
||||
socialLinks: [
|
||||
id: "4", name: "Lisa Anderson", role: "VP Client Success", description: "Former McKinsey consultant. Ensures every client achieves exceptional outcomes and ROI.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/professional-headshot-of-a-woman-in-her--1772489017482-f16a9cb1.png", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Globe, url: "https://aisolutions.com" },
|
||||
],
|
||||
@@ -156,14 +133,14 @@ export default function AboutPage() {
|
||||
{ text: "Explore Opportunities", href: "/careers" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/an-abstract-sophisticated-background-sho-1772489016086-9fb2d641.png?_wi=4"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/an-abstract-sophisticated-background-sho-1772489016086-9fb2d641.png"
|
||||
imageAlt="AI Innovation Background"
|
||||
columns={footerColumns}
|
||||
logoText="AI Solutions"
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function CaseStudiesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "AI Consulting", href: "/services" },
|
||||
{ label: "Web Development", href: "/services" },
|
||||
{ label: "Implementation", href: "/services" },
|
||||
@@ -29,8 +28,7 @@ export default function CaseStudiesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Case Studies", href: "/case-studies" },
|
||||
@@ -38,8 +36,7 @@ export default function CaseStudiesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -55,7 +52,7 @@ export default function CaseStudiesPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmall"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -79,26 +76,11 @@ export default function CaseStudiesPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Financial Services Automation",
|
||||
price: "40% cost reduction",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-modern-financial-services-environment--1772489015579-acb9d967.png?_wi=2",
|
||||
imageAlt: "Financial Services Case Study",
|
||||
},
|
||||
id: "1", name: "Financial Services Automation", price: "40% cost reduction", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-modern-financial-services-environment--1772489015579-acb9d967.png", imageAlt: "Financial Services Case Study"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Manufacturing Predictive Maintenance",
|
||||
price: "35% downtime decrease",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-modern-manufacturing-facility-with-ai--1772489015658-9234cc03.png?_wi=3",
|
||||
imageAlt: "Manufacturing Case Study",
|
||||
},
|
||||
id: "2", name: "Manufacturing Predictive Maintenance", price: "35% downtime decrease", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-modern-manufacturing-facility-with-ai--1772489015658-9234cc03.png", imageAlt: "Manufacturing Case Study"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Healthcare Operations Optimization",
|
||||
price: "50% faster processing",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-modern-healthcare-facility-with-ai-pow-1772489015535-f30b9c5a.png?_wi=3",
|
||||
imageAlt: "Healthcare Case Study",
|
||||
},
|
||||
id: "3", name: "Healthcare Operations Optimization", price: "50% faster processing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-modern-healthcare-facility-with-ai-pow-1772489015535-f30b9c5a.png", imageAlt: "Healthcare Case Study"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -115,20 +97,11 @@ export default function CaseStudiesPage() {
|
||||
sideDescription="Learn about our approach through frequently asked questions about our case studies and implementation processes."
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What industries do your case studies cover?",
|
||||
content: "Our case studies span Financial Services, Healthcare, Manufacturing, Retail, Energy, and Technology sectors. Each demonstrates industry-specific solutions and measurable outcomes achieved through our tailored AI implementation approach.",
|
||||
},
|
||||
id: "1", title: "What industries do your case studies cover?", content: "Our case studies span Financial Services, Healthcare, Manufacturing, Retail, Energy, and Technology sectors. Each demonstrates industry-specific solutions and measurable outcomes achieved through our tailored AI implementation approach."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How quickly do you typically see ROI?",
|
||||
content: "Most clients see measurable ROI within 3-6 months of implementation. Financial gains average 240%+ in the first year. We establish clear KPIs upfront and provide transparent reporting throughout your engagement.",
|
||||
},
|
||||
id: "2", title: "How quickly do you typically see ROI?", content: "Most clients see measurable ROI within 3-6 months of implementation. Financial gains average 240%+ in the first year. We establish clear KPIs upfront and provide transparent reporting throughout your engagement."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I see a case study in my industry?",
|
||||
content: "We have proven implementations across all major enterprise verticals. Contact our team to discuss case studies specific to your industry and learn how similar organizations have benefited from our AI solutions.",
|
||||
},
|
||||
id: "3", title: "Can I see a case study in my industry?", content: "We have proven implementations across all major enterprise verticals. Contact our team to discuss case studies specific to your industry and learn how similar organizations have benefited from our AI solutions."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
@@ -149,14 +122,14 @@ export default function CaseStudiesPage() {
|
||||
{ text: "Download Case Study", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/an-abstract-sophisticated-background-sho-1772489016086-9fb2d641.png?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/an-abstract-sophisticated-background-sho-1772489016086-9fb2d641.png"
|
||||
imageAlt="AI Innovation Background"
|
||||
columns={footerColumns}
|
||||
logoText="AI Solutions"
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "AI Consulting", href: "/services" },
|
||||
{ label: "Web Development", href: "/services" },
|
||||
{ label: "Implementation", href: "/services" },
|
||||
@@ -28,8 +27,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Case Studies", href: "/case-studies" },
|
||||
@@ -37,8 +35,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -54,7 +51,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmall"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -81,7 +78,7 @@ export default function ContactPage() {
|
||||
{ text: "View Our Work", href: "/case-studies" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,35 +89,17 @@ export default function ContactPage() {
|
||||
sideDescription="Find answers to frequently asked questions about our services, timeline, and engagement process."
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What types of AI solutions do you implement?",
|
||||
content: "We specialize in end-to-end AI implementation across multiple domains: predictive analytics, process automation, computer vision, natural language processing, and generative AI applications. Our solutions are tailored to your specific industry and business objectives.",
|
||||
},
|
||||
id: "1", title: "What types of AI solutions do you implement?", content: "We specialize in end-to-end AI implementation across multiple domains: predictive analytics, process automation, computer vision, natural language processing, and generative AI applications. Our solutions are tailored to your specific industry and business objectives."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long does typical implementation take?",
|
||||
content: "Most implementations complete in 3-6 months, depending on complexity and scope. We use an agile methodology with clear milestones. Larger transformations may span 6-12 months with phased rollouts to minimize disruption.",
|
||||
},
|
||||
id: "2", title: "How long does typical implementation take?", content: "Most implementations complete in 3-6 months, depending on complexity and scope. We use an agile methodology with clear milestones. Larger transformations may span 6-12 months with phased rollouts to minimize disruption."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is your typical ROI guarantee?",
|
||||
content: "While we don't guarantee specific returns, our clients have averaged 240%+ ROI within the first year. We conduct thorough financial modeling upfront and establish clear KPIs to measure success throughout your engagement.",
|
||||
},
|
||||
id: "3", title: "What is your typical ROI guarantee?", content: "While we don't guarantee specific returns, our clients have averaged 240%+ ROI within the first year. We conduct thorough financial modeling upfront and establish clear KPIs to measure success throughout your engagement."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you provide ongoing support after deployment?",
|
||||
content: "Yes. We provide 12 months of complimentary post-launch optimization and support. After that, we offer flexible support packages to ensure your AI solutions continue delivering value as your business evolves.",
|
||||
},
|
||||
id: "4", title: "Do you provide ongoing support after deployment?", content: "Yes. We provide 12 months of complimentary post-launch optimization and support. After that, we offer flexible support packages to ensure your AI solutions continue delivering value as your business evolves."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How do you approach data security and compliance?",
|
||||
content: "Data security is paramount. We follow SOC 2 Type II, HIPAA, and GDPR compliance standards. All implementations include security audits, encryption protocols, and access controls tailored to your industry requirements.",
|
||||
},
|
||||
id: "5", title: "How do you approach data security and compliance?", content: "Data security is paramount. We follow SOC 2 Type II, HIPAA, and GDPR compliance standards. All implementations include security audits, encryption protocols, and access controls tailored to your industry requirements."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What industries do you specialize in?",
|
||||
content: "We have deep expertise in Financial Services, Healthcare, Manufacturing, Retail, Energy, and Technology sectors. Our consultants combine AI expertise with industry-specific knowledge to deliver solutions that truly fit your business context.",
|
||||
},
|
||||
id: "6", title: "What industries do you specialize in?", content: "We have deep expertise in Financial Services, Healthcare, Manufacturing, Retail, Energy, and Technology sectors. Our consultants combine AI expertise with industry-specific knowledge to deliver solutions that truly fit your business context."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
@@ -141,14 +120,14 @@ export default function ContactPage() {
|
||||
{ text: "Call: (555) 123-4567", href: "tel:+15551234567" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/an-abstract-sophisticated-background-sho-1772489016086-9fb2d641.png?_wi=5"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/an-abstract-sophisticated-background-sho-1772489016086-9fb2d641.png"
|
||||
imageAlt="AI Innovation Background"
|
||||
columns={footerColumns}
|
||||
logoText="AI Solutions"
|
||||
|
||||
@@ -5,33 +5,19 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const lato = Lato({
|
||||
variable: "--font-lato",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-lato", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "AI Solutions | Enterprise AI Consulting & Implementation",
|
||||
description: "Transform your enterprise with proven AI consulting and implementation. 240%+ average ROI, 150+ enterprise clients, 3-6 month deployment. Start your digital transformation today.",
|
||||
keywords: "AI consulting, enterprise AI, artificial intelligence implementation, digital transformation, AI solutions, machine learning, automation",
|
||||
openGraph: {
|
||||
title: "AI Solutions | Enterprise AI Consulting",
|
||||
description: "Proven AI solutions that drive real business results. 240%+ ROI, expert team, rapid implementation.",
|
||||
url: "https://aisolutions.com",
|
||||
siteName: "AI Solutions",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "AI Solutions | Enterprise AI Consulting & Implementation", description: "Transform your enterprise with proven AI consulting and implementation. 240%+ average ROI, 150+ enterprise clients, 3-6 month deployment. Start your digital transformation today.", keywords: "AI consulting, enterprise AI, artificial intelligence implementation, digital transformation, AI solutions, machine learning, automation", openGraph: {
|
||||
title: "AI Solutions | Enterprise AI Consulting", description: "Proven AI solutions that drive real business results. 240%+ ROI, expert team, rapid implementation.", url: "https://aisolutions.com", siteName: "AI Solutions", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-sophisticated-ai-dashboard-interface-w-1772489015759-fb15f2e7.png",
|
||||
alt: "AI Dashboard - Enterprise Solutions",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-sophisticated-ai-dashboard-interface-w-1772489015759-fb15f2e7.png", alt: "AI Dashboard - Enterprise Solutions"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "AI Solutions | Enterprise AI Consulting",
|
||||
description: "Transform your business with proven AI implementation. 240%+ average ROI.",
|
||||
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-sophisticated-ai-dashboard-interface-w-1772489015759-fb15f2e7.png"],
|
||||
card: "summary_large_image", title: "AI Solutions | Enterprise AI Consulting", description: "Transform your business with proven AI implementation. 240%+ average ROI.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-sophisticated-ai-dashboard-interface-w-1772489015759-fb15f2e7.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "AI Consulting", href: "/services" },
|
||||
{ label: "Web Development", href: "/services" },
|
||||
{ label: "Implementation", href: "/services" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Case Studies", href: "/case-studies" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -58,7 +55,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmall"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -85,33 +82,21 @@ export default function HomePage() {
|
||||
{ text: "View Our Work", href: "/case-studies" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-sophisticated-ai-dashboard-interface-w-1772489015759-fb15f2e7.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-sophisticated-ai-dashboard-interface-w-1772489015759-fb15f2e7.png"
|
||||
imageAlt="AI Dashboard Interface"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "VP Operations, TechCorp",
|
||||
testimonial: "AI Solutions transformed our operations. We achieved 40% efficiency gains in 6 months.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/professional-headshot-of-a-confident-wom-1772489016611-ae013988.png",
|
||||
},
|
||||
name: "Sarah Chen", handle: "VP Operations, TechCorp", testimonial: "AI Solutions transformed our operations. We achieved 40% efficiency gains in 6 months.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/professional-headshot-of-a-confident-wom-1772489016611-ae013988.png"},
|
||||
{
|
||||
name: "Michael Rodriguez",
|
||||
handle: "CTO, InnovateLab",
|
||||
testimonial: "Their implementation was seamless. The ROI exceeded our projections by 35%.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/professional-headshot-of-a-man-in-his-45-1772489015416-c4b55c31.png",
|
||||
},
|
||||
name: "Michael Rodriguez", handle: "CTO, InnovateLab", testimonial: "Their implementation was seamless. The ROI exceeded our projections by 35%.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/professional-headshot-of-a-man-in-his-45-1772489015416-c4b55c31.png"},
|
||||
{
|
||||
name: "Emma Watson",
|
||||
handle: "CEO, GrowthCo",
|
||||
testimonial: "Professional, technical, and results-driven. Exactly what we needed for our digital transformation.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/professional-headshot-of-a-woman-in-her--1772489015376-abda528d.png",
|
||||
},
|
||||
name: "Emma Watson", handle: "CEO, GrowthCo", testimonial: "Professional, technical, and results-driven. Exactly what we needed for our digital transformation.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/professional-headshot-of-a-woman-in-her--1772489015376-abda528d.png"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
@@ -141,21 +126,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Theoretical AI knowledge without implementation",
|
||||
"Generic solutions not tailored to your industry",
|
||||
"Long deployment cycles (12-18 months)",
|
||||
"Limited post-implementation support",
|
||||
"Hidden costs and scope creep",
|
||||
],
|
||||
"Theoretical AI knowledge without implementation", "Generic solutions not tailored to your industry", "Long deployment cycles (12-18 months)", "Limited post-implementation support", "Hidden costs and scope creep"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"End-to-end AI implementation expertise",
|
||||
"Custom solutions for your specific verticals",
|
||||
"Rapid deployment (3-6 months average)",
|
||||
"Dedicated post-launch optimization team",
|
||||
"Transparent, fixed-scope pricing model",
|
||||
],
|
||||
"End-to-end AI implementation expertise", "Custom solutions for your specific verticals", "Rapid deployment (3-6 months average)", "Dedicated post-launch optimization team", "Transparent, fixed-scope pricing model"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -174,26 +149,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Financial Services Automation",
|
||||
price: "40% cost reduction",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-modern-financial-services-environment--1772489015579-acb9d967.png?_wi=1",
|
||||
imageAlt: "Financial Services Case Study",
|
||||
},
|
||||
id: "1", name: "Financial Services Automation", price: "40% cost reduction", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-modern-financial-services-environment--1772489015579-acb9d967.png", imageAlt: "Financial Services Case Study"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Manufacturing Predictive Maintenance",
|
||||
price: "35% downtime decrease",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-modern-manufacturing-facility-with-ai--1772489015658-9234cc03.png?_wi=1",
|
||||
imageAlt: "Manufacturing Case Study",
|
||||
},
|
||||
id: "2", name: "Manufacturing Predictive Maintenance", price: "35% downtime decrease", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-modern-manufacturing-facility-with-ai--1772489015658-9234cc03.png", imageAlt: "Manufacturing Case Study"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Healthcare Operations Optimization",
|
||||
price: "50% faster processing",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-modern-healthcare-facility-with-ai-pow-1772489015535-f30b9c5a.png?_wi=1",
|
||||
imageAlt: "Healthcare Case Study",
|
||||
},
|
||||
id: "3", name: "Healthcare Operations Optimization", price: "50% faster processing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-modern-healthcare-facility-with-ai-pow-1772489015535-f30b9c5a.png", imageAlt: "Healthcare Case Study"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -212,14 +172,7 @@ export default function HomePage() {
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"JPMorgan Chase",
|
||||
"Microsoft Azure",
|
||||
"Mayo Clinic",
|
||||
"Siemens",
|
||||
"Goldman Sachs",
|
||||
"UnitedHealth Group",
|
||||
"Tesla Manufacturing",
|
||||
]}
|
||||
"JPMorgan Chase", "Microsoft Azure", "Mayo Clinic", "Siemens", "Goldman Sachs", "UnitedHealth Group", "Tesla Manufacturing"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -239,14 +192,14 @@ export default function HomePage() {
|
||||
{ text: "View Case Studies", href: "/case-studies" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/an-abstract-sophisticated-background-sho-1772489016086-9fb2d641.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/an-abstract-sophisticated-background-sho-1772489016086-9fb2d641.png"
|
||||
imageAlt="AI Innovation Background"
|
||||
columns={footerColumns}
|
||||
logoText="AI Solutions"
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "AI Consulting", href: "/services" },
|
||||
{ label: "Web Development", href: "/services" },
|
||||
{ label: "Implementation", href: "/services" },
|
||||
@@ -29,8 +28,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Case Studies", href: "/case-studies" },
|
||||
@@ -38,8 +36,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -55,7 +52,7 @@ export default function ServicesPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmall"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -79,21 +76,11 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Off-the-shelf solutions that don't fit",
|
||||
"Lack of industry-specific expertise",
|
||||
"No ongoing optimization strategy",
|
||||
"Limited scalability for growth",
|
||||
"Poor integration with existing systems",
|
||||
],
|
||||
"Off-the-shelf solutions that don't fit", "Lack of industry-specific expertise", "No ongoing optimization strategy", "Limited scalability for growth", "Poor integration with existing systems"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Custom AI solutions for your unique challenges",
|
||||
"Deep industry expertise across verticals",
|
||||
"Continuous optimization and enhancement",
|
||||
"Built to scale with your enterprise",
|
||||
"Seamless integration with your tech stack",
|
||||
],
|
||||
"Custom AI solutions for your unique challenges", "Deep industry expertise across verticals", "Continuous optimization and enhancement", "Built to scale with your enterprise", "Seamless integration with your tech stack"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -112,26 +99,11 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "AI Strategy & Consulting",
|
||||
price: "Enterprise-Grade",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-sophisticated-ai-dashboard-interface-w-1772489015759-fb15f2e7.png?_wi=2",
|
||||
imageAlt: "Strategy & Consulting",
|
||||
},
|
||||
id: "1", name: "AI Strategy & Consulting", price: "Enterprise-Grade", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-sophisticated-ai-dashboard-interface-w-1772489015759-fb15f2e7.png", imageAlt: "Strategy & Consulting"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Implementation & Deployment",
|
||||
price: "3-6 Months",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-modern-manufacturing-facility-with-ai--1772489015658-9234cc03.png?_wi=2",
|
||||
imageAlt: "Implementation Services",
|
||||
},
|
||||
id: "2", name: "Implementation & Deployment", price: "3-6 Months", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-modern-manufacturing-facility-with-ai--1772489015658-9234cc03.png", imageAlt: "Implementation Services"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Optimization & Support",
|
||||
price: "Ongoing Excellence",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-modern-healthcare-facility-with-ai-pow-1772489015535-f30b9c5a.png?_wi=2",
|
||||
imageAlt: "Support & Optimization",
|
||||
},
|
||||
id: "3", name: "Optimization & Support", price: "Ongoing Excellence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/a-modern-healthcare-facility-with-ai-pow-1772489015535-f30b9c5a.png", imageAlt: "Support & Optimization"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -154,14 +126,14 @@ export default function ServicesPage() {
|
||||
{ text: "Learn More", href: "/case-studies" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/an-abstract-sophisticated-background-sho-1772489016086-9fb2d641.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APKo7X0RIOuomMFKBXaPVPkCG7/an-abstract-sophisticated-background-sho-1772489016086-9fb2d641.png"
|
||||
imageAlt="AI Innovation Background"
|
||||
columns={footerColumns}
|
||||
logoText="AI Solutions"
|
||||
|
||||
Reference in New Issue
Block a user