Update src/app/page.tsx
This commit is contained in:
@@ -147,7 +147,7 @@ export default function AISync() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Automation Pipeline", description: "Automate complex workflows with AI", bentoComponent: "3d-task-list", title: "Task Pipeline", items: [
|
||||
title: "Automation Pipeline", description: "Automate complex workflows with AI", bentoComponent: "3d-task-list", items: [
|
||||
{ icon: CheckCircle2, label: "Data Ingestion", time: "2s" },
|
||||
{ icon: Zap, label: "Model Processing", time: "4s" },
|
||||
{ icon: Send, label: "Result Distribution", time: "1s" },
|
||||
@@ -239,23 +239,17 @@ export default function AISync() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", handle: "CEO, DataFlow Inc", testimonial:
|
||||
"AISync transformed our data operations. We reduced processing time by 75% and gained predictive insights that directly impacted our strategy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AagxSEg1eTNpYlZtzQ2LO28ff5/professional-headshot-of-a-confident-exe-1772836413303-695e4b04.png", imageAlt: "Sarah Chen"},
|
||||
id: "1", name: "Sarah Chen", handle: "CEO, DataFlow Inc", testimonial: "AISync transformed our data operations. We reduced processing time by 75% and gained predictive insights that directly impacted our strategy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AagxSEg1eTNpYlZtzQ2LO28ff5/professional-headshot-of-a-confident-exe-1772836413303-695e4b04.png", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "2", name: "Michael Torres", handle: "CTO, TechVenture", testimonial:
|
||||
"The integration was seamless. Their AI models are remarkably accurate and the platform scales effortlessly with our growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AagxSEg1eTNpYlZtzQ2LO28ff5/professional-headshot-of-a-tech-entrepre-1772836413526-91ada06a.png", imageAlt: "Michael Torres"},
|
||||
id: "2", name: "Michael Torres", handle: "CTO, TechVenture", testimonial: "The integration was seamless. Their AI models are remarkably accurate and the platform scales effortlessly with our growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AagxSEg1eTNpYlZtzQ2LO28ff5/professional-headshot-of-a-tech-entrepre-1772836413526-91ada06a.png", imageAlt: "Michael Torres"},
|
||||
{
|
||||
id: "3", name: "Jennifer Zhao", handle: "COO, Enterprise Solutions", testimonial:
|
||||
"Outstanding support and reliability. AISync has been instrumental in automating our critical workflows.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AagxSEg1eTNpYlZtzQ2LO28ff5/professional-headshot-of-a-business-lead-1772836413928-30a20ae3.png", imageAlt: "Jennifer Zhao"},
|
||||
id: "3", name: "Jennifer Zhao", handle: "COO, Enterprise Solutions", testimonial: "Outstanding support and reliability. AISync has been instrumental in automating our critical workflows.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AagxSEg1eTNpYlZtzQ2LO28ff5/professional-headshot-of-a-business-lead-1772836413928-30a20ae3.png", imageAlt: "Jennifer Zhao"},
|
||||
{
|
||||
id: "4", name: "David Kumar", handle: "Product Lead, InnovateLab", testimonial:
|
||||
"The ROI was immediate. We've saved thousands in operational costs while improving accuracy across all departments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AagxSEg1eTNpYlZtzQ2LO28ff5/professional-headshot-of-a-product-manag-1772836413914-f3243b46.png", imageAlt: "David Kumar"},
|
||||
id: "4", name: "David Kumar", handle: "Product Lead, InnovateLab", testimonial: "The ROI was immediate. We've saved thousands in operational costs while improving accuracy across all departments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AagxSEg1eTNpYlZtzQ2LO28ff5/professional-headshot-of-a-product-manag-1772836413914-f3243b46.png", imageAlt: "David Kumar"},
|
||||
{
|
||||
id: "5", name: "Lisa Anderson", handle: "VP Analytics, Global Corp", testimonial:
|
||||
"Best investment in AI infrastructure we could have made. Their team understands enterprise needs deeply.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AagxSEg1eTNpYlZtzQ2LO28ff5/professional-headshot-of-a-data-scientis-1772836413323-1d100ba3.png", imageAlt: "Lisa Anderson"},
|
||||
id: "5", name: "Lisa Anderson", handle: "VP Analytics, Global Corp", testimonial: "Best investment in AI infrastructure we could have made. Their team understands enterprise needs deeply.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AagxSEg1eTNpYlZtzQ2LO28ff5/professional-headshot-of-a-data-scientis-1772836413323-1d100ba3.png", imageAlt: "Lisa Anderson"},
|
||||
{
|
||||
id: "6", name: "James Mitchell", handle: "Director, OptiCore", testimonial:
|
||||
"AISync's platform is production-ready and enterprise-grade. Highly recommended for any organization serious about AI.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AagxSEg1eTNpYlZtzQ2LO28ff5/professional-headshot-of-a-business-oper-1772836413541-a4dbfe6b.png", imageAlt: "James Mitchell"},
|
||||
id: "6", name: "James Mitchell", handle: "Director, OptiCore", testimonial: "AISync's platform is production-ready and enterprise-grade. Highly recommended for any organization serious about AI.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AagxSEg1eTNpYlZtzQ2LO28ff5/professional-headshot-of-a-business-oper-1772836413541-a4dbfe6b.png", imageAlt: "James Mitchell"},
|
||||
]}
|
||||
speed={40}
|
||||
topMarqueeDirection="left"
|
||||
@@ -318,29 +312,21 @@ export default function AISync() {
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What is AISync and how does it work?", content:
|
||||
"AISync is an enterprise AI platform that combines machine learning, data analytics, and automation. It processes your data using advanced AI models to deliver predictive insights and automate complex workflows, enabling data-driven decision making at scale."},
|
||||
id: "1", title: "What is AISync and how does it work?", content: "AISync is an enterprise AI platform that combines machine learning, data analytics, and automation. It processes your data using advanced AI models to deliver predictive insights and automate complex workflows, enabling data-driven decision making at scale."},
|
||||
{
|
||||
id: "2", title: "How long does implementation take?", content:
|
||||
"Implementation typically takes 2-4 weeks depending on your infrastructure complexity. Our dedicated onboarding team handles data migration, model training, and integration. We provide 24/7 support throughout the process."},
|
||||
id: "2", title: "How long does implementation take?", content: "Implementation typically takes 2-4 weeks depending on your infrastructure complexity. Our dedicated onboarding team handles data migration, model training, and integration. We provide 24/7 support throughout the process."},
|
||||
{
|
||||
id: "3", title: "Is my data secure on AISync?", content:
|
||||
"Absolutely. We use military-grade AES-256 encryption for all data in transit and at rest. AISync is SOC2 Type II, HIPAA, and GDPR compliant. We also maintain regular security audits and penetration testing."},
|
||||
id: "3", title: "Is my data secure on AISync?", content: "Absolutely. We use military-grade AES-256 encryption for all data in transit and at rest. AISync is SOC2 Type II, HIPAA, and GDPR compliant. We also maintain regular security audits and penetration testing."},
|
||||
{
|
||||
id: "4", title: "What integrations does AISync support?", content:
|
||||
"AISync integrates with Salesforce, HubSpot, Tableau, Looker, SAP, Oracle, AWS, Azure, and hundreds of other tools. We also provide REST APIs and webhooks for custom integrations."},
|
||||
id: "4", title: "What integrations does AISync support?", content: "AISync integrates with Salesforce, HubSpot, Tableau, Looker, SAP, Oracle, AWS, Azure, and hundreds of other tools. We also provide REST APIs and webhooks for custom integrations."},
|
||||
{
|
||||
id: "5", title: "What kind of support is available?", content:
|
||||
"All plans include email support. Professional and Enterprise plans include phone support and dedicated success managers. Enterprise customers get 24/7 on-call support and SLA guarantees."},
|
||||
id: "5", title: "What kind of support is available?", content: "All plans include email support. Professional and Enterprise plans include phone support and dedicated success managers. Enterprise customers get 24/7 on-call support and SLA guarantees."},
|
||||
{
|
||||
id: "6", title: "Can I start with a free trial?", content:
|
||||
"Yes! We offer a 14-day free trial of our Professional plan with no credit card required. You get full access to all features, sample data, and our onboarding team."},
|
||||
id: "6", title: "Can I start with a free trial?", content: "Yes! We offer a 14-day free trial of our Professional plan with no credit card required. You get full access to all features, sample data, and our onboarding team."},
|
||||
{
|
||||
id: "7", title: "How is pricing calculated?", content:
|
||||
"Pricing is based on API call volume and the number of model deployments. The Starter plan covers 100K API calls, Professional covers 10M, and Enterprise plans are customized based on your needs."},
|
||||
id: "7", title: "How is pricing calculated?", content: "Pricing is based on API call volume and the number of model deployments. The Starter plan covers 100K API calls, Professional covers 10M, and Enterprise plans are customized based on your needs."},
|
||||
{
|
||||
id: "8", title: "What ROI can I expect?", content:
|
||||
"Most customers see 3-5x ROI within the first year through automation savings, improved efficiency, and better decision making. The exact ROI depends on your use case and industry."},
|
||||
id: "8", title: "What ROI can I expect?", content: "Most customers see 3-5x ROI within the first year through automation savings, improved efficiency, and better decision making. The exact ROI depends on your use case and industry."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user