diff --git a/src/app/page.tsx b/src/app/page.tsx index c3517f5..8b9f719 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -45,7 +45,8 @@ export default function LandingPage() { { name: "Insights", id: "blog" }, ]} button={{ - text: "Get Started", href: "#contact"}} + text: "Get Started", href: "#contact" + }} animateOnLoad={true} /> @@ -54,14 +55,17 @@ export default function LandingPage() { @@ -193,27 +207,34 @@ export default function LandingPage() { faqs={[ { id: "1", title: "How does the AI implementation process work?", content: - "We follow a structured 6-phase approach: Discovery & Assessment → Strategy & Planning → Development & Training → Integration & Testing → Deployment → Ongoing Optimization. Each phase includes stakeholder collaboration and transparent reporting."}, + "We follow a structured 6-phase approach: Discovery & Assessment → Strategy & Planning → Development & Training → Integration & Testing → Deployment → Ongoing Optimization. Each phase includes stakeholder collaboration and transparent reporting." + }, { id: "2", title: "What industries do you specialize in?", content: - "We have deep expertise across FinTech, Healthcare, Manufacturing, Retail, Energy, and Enterprise Software. Our solutions are adaptable to any industry with custom frameworks and domain-specific ML models."}, + "We have deep expertise across FinTech, Healthcare, Manufacturing, Retail, Energy, and Enterprise Software. Our solutions are adaptable to any industry with custom frameworks and domain-specific ML models." + }, { id: "3", title: "How long does a typical AI project take?", content: - "Project timelines vary based on complexity, but most enterprise deployments are completed within 6-12 weeks. We provide detailed roadmaps upfront with clear milestones and deliverables."}, + "Project timelines vary based on complexity, but most enterprise deployments are completed within 6-12 weeks. We provide detailed roadmaps upfront with clear milestones and deliverables." + }, { id: "4", title: "What kind of support do you provide post-launch?", content: - "We offer comprehensive 24/7 enterprise support including system monitoring, performance optimization, security updates, model refinement, and team training to ensure long-term success."}, + "We offer comprehensive 24/7 enterprise support including system monitoring, performance optimization, security updates, model refinement, and team training to ensure long-term success." + }, { id: "5", title: "How do you ensure data privacy and security?", content: - "We implement enterprise-grade security protocols including HIPAA/GDPR compliance, end-to-end encryption, regular security audits, and isolated infrastructure to protect your sensitive data."}, + "We implement enterprise-grade security protocols including HIPAA/GDPR compliance, end-to-end encryption, regular security audits, and isolated infrastructure to protect your sensitive data." + }, { id: "6", title: "Can you work with our existing tech stack?", content: - "Yes. We integrate seamlessly with existing systems, databases, and infrastructure. Our agnostic approach ensures compatibility whether you use cloud platforms, on-premise systems, or hybrid environments."}, + "Yes. We integrate seamlessly with existing systems, databases, and infrastructure. Our agnostic approach ensures compatibility whether you use cloud platforms, on-premise systems, or hybrid environments." + }, ]} ctaTitle="Ready to Transform Your Business?" ctaDescription="Schedule a strategic consultation with our AI experts to explore custom solutions for your enterprise challenges" ctaButton={{ - text: "Book a Consultation", href: "mailto:hello@aiagency.com"}} + text: "Book a Consultation", href: "mailto:hello@aiagency.com" + }} ctaIcon={Zap} useInvertedBackground={false} animationType="slide-up"