Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-08 10:42:03 +00:00
2 changed files with 79 additions and 74 deletions

View File

@@ -1,50 +1,20 @@
import type { Metadata } from "next";
import { Libre_Baskerville } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville", subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "AISync - Enterprise AI Platform | Real-Time Intelligence", description: "Advanced AI platform for enterprise machine learning. Deploy models at scale, process real-time analytics, and unlock intelligent automation. Start your free trial today.", keywords: "AI platform, machine learning, enterprise AI, predictive analytics, artificial intelligence, automation platform, API", robots: {
index: true,
follow: true,
},
openGraph: {
title: "AISync - Transform Your Business with Enterprise AI", description: "Deploy AI models, process real-time analytics, and enable intelligent automation at enterprise scale.", type: "website", siteName: "AISync", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeurNHvp9bRaCQnmRpzKms2XAX/a-sophisticated-ai-platform-dashboard-in-1772966055640-4f0e380e.png", alt: "AISync AI Platform Dashboard"},
],
},
twitter: {
card: "summary_large_image", title: "AISync - Enterprise AI Platform", description: "Deploy AI models and enable intelligent automation at scale.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeurNHvp9bRaCQnmRpzKms2XAX/a-sophisticated-ai-platform-dashboard-in-1772966055640-4f0e380e.png"],
},
};
title: "AISync - Real-Time AI Intelligence Platform", description: "Harness the power of advanced machine learning and real-time data processing. Transform your business with intelligent automation, predictive analytics, and seamless API integration."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1412,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -99,13 +99,16 @@ export default function AISyncPage() {
stats: [
{
title: "Models Active", values: [127, 156, 189],
description: "Live AI models processing"},
description: "Live AI models processing"
},
{
title: "API Calls", values: [2.4, 3.8, 5.2],
valuePrefix: "$", valueSuffix: "M", description: "Processed this month"},
valuePrefix: "$", valueSuffix: "M", description: "Processed this month"
},
{
title: "Accuracy Rate", values: [94.2, 96.5, 98.7],
valueSuffix: "%", description: "Average platform accuracy"},
valueSuffix: "%", description: "Average platform accuracy"
},
],
chartTitle: "Model Performance", chartData: [
{ value: 65 },
@@ -117,13 +120,16 @@ export default function AISyncPage() {
listTitle: "Recent Predictions", listItems: [
{
icon: TrendingUp,
title: "Market Forecast: +15.3%", status: "Completed"},
title: "Market Forecast: +15.3%", status: "Completed"
},
{
icon: Brain,
title: "Pattern Recognition: 2.5K items", status: "Processing"},
title: "Pattern Recognition: 2.5K items", status: "Processing"
},
{
icon: Zap,
title: "Anomaly Detection: 3 alerts", status: "Flagged"},
title: "Anomaly Detection: 3 alerts", status: "Flagged"
},
],
}}
/>
@@ -162,10 +168,12 @@ export default function AISyncPage() {
features={[
{
title: "Global Network", description:
"Access AI infrastructure across continents with zero latency optimization and distributed processing.", bentoComponent: "globe"},
"Access AI infrastructure across continents with zero latency optimization and distributed processing.", bentoComponent: "globe"
},
{
title: "Performance Analytics", description:
"Monitor real-time model performance with animated metrics and detailed accuracy tracking.", bentoComponent: "animated-bar-chart"},
"Monitor real-time model performance with animated metrics and detailed accuracy tracking.", bentoComponent: "animated-bar-chart"
},
{
title: "Integration Hub", description:
"Connect with 500+ platforms through our unified API gateway and webhook system.", bentoComponent: "orbiting-icons", centerIcon: Settings,
@@ -193,21 +201,26 @@ export default function AISyncPage() {
{
userMessage:
"What patterns do you see in Q3 revenue?", aiResponse:
"I've identified a 23% seasonal surge correlating with product launches and marketing campaigns. Predictive models suggest Q4 will see similar patterns."},
"I've identified a 23% seasonal surge correlating with product launches and marketing campaigns. Predictive models suggest Q4 will see similar patterns."
},
{
userMessage: "Can you forecast next month's trends?", aiResponse:
"Based on historical data and current market indicators, I forecast a 18% growth trajectory with 94.7% confidence level across your key segments."},
"Based on historical data and current market indicators, I forecast a 18% growth trajectory with 94.7% confidence level across your key segments."
},
],
},
{
title: "Real-Time Insights", description:
"Visualize data flows and decision pathways with interactive timeline analytics.", bentoComponent: "timeline", heading: "Model Evolution", subheading: "Training progression", completedLabel: "Deployed", items: [
{
label: "Initial Training", detail: "Data ingestion and preprocessing complete"},
label: "Initial Training", detail: "Data ingestion and preprocessing complete"
},
{
label: "Optimization", detail: "Hyperparameter tuning in progress"},
label: "Optimization", detail: "Hyperparameter tuning in progress"
},
{
label: "Production Ready", detail: "Model validated and ready for deployment"},
label: "Production Ready", detail: "Model validated and ready for deployment"
},
],
},
]}
@@ -228,27 +241,33 @@ export default function AISyncPage() {
{
icon: Lock,
title: "Enterprise Security", description:
"Military-grade encryption, compliance certifications, and zero-trust architecture for maximum data protection."},
"Military-grade encryption, compliance certifications, and zero-trust architecture for maximum data protection."
},
{
icon: BarChart3,
title: "Advanced Analytics", description:
"Deep statistical analysis, multi-dimensional reporting, and predictive modeling at scale."},
"Deep statistical analysis, multi-dimensional reporting, and predictive modeling at scale."
},
{
icon: Users,
title: "Team Collaboration", description:
"Real-time collaboration tools, audit logs, and role-based access control for enterprises."},
"Real-time collaboration tools, audit logs, and role-based access control for enterprises."
},
{
icon: Gauge,
title: "Performance Tuning", description:
"Auto-scaling infrastructure, latency optimization, and resource allocation algorithms."},
"Auto-scaling infrastructure, latency optimization, and resource allocation algorithms."
},
{
icon: GitBranch,
title: "Model Versioning", description:
"Complete version control, rollback capabilities, and A/B testing framework for models."},
"Complete version control, rollback capabilities, and A/B testing framework for models."
},
{
icon: AlertCircle,
title: "Anomaly Detection", description:
"Real-time monitoring, alerting systems, and intelligent anomaly identification."},
"Real-time monitoring, alerting systems, and intelligent anomaly identification."
},
]}
/>
</div>
@@ -269,27 +288,33 @@ export default function AISyncPage() {
{
id: "1", name: "Sarah Chen", handle: "CEO, TechVenture Inc.", testimonial:
"AISync transformed our decision-making process. We reduced time-to-insight by 70% and increased revenue accuracy by 35%. Truly game-changing.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeurNHvp9bRaCQnmRpzKms2XAX/professional-headshot-of-a-tech-executiv-1772966054431-9ccac2f7.png", imageAlt: "Sarah Chen"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeurNHvp9bRaCQnmRpzKms2XAX/professional-headshot-of-a-tech-executiv-1772966054431-9ccac2f7.png", imageAlt: "Sarah Chen"
},
{
id: "2", name: "Michael Rodriguez", handle: "CTO, DataFlow Systems", testimonial:
"The API integration was seamless, and the support team is exceptional. We deployed to production within weeks. Outstanding platform.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeurNHvp9bRaCQnmRpzKms2XAX/professional-headshot-of-a-diverse-tech--1772966054361-697ed0ce.png", imageAlt: "Michael Rodriguez"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeurNHvp9bRaCQnmRpzKms2XAX/professional-headshot-of-a-diverse-tech--1772966054361-697ed0ce.png", imageAlt: "Michael Rodriguez"
},
{
id: "3", name: "Emily Watson", handle: "VP Analytics, FortuneScale", testimonial:
"Finally, an AI platform that scales with enterprise needs. Security compliance was a breeze, and performance is incredible.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeurNHvp9bRaCQnmRpzKms2XAX/professional-headshot-of-an-ai-researche-1772966054557-15dc2ff0.png", imageAlt: "Emily Watson"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeurNHvp9bRaCQnmRpzKms2XAX/professional-headshot-of-an-ai-researche-1772966054557-15dc2ff0.png", imageAlt: "Emily Watson"
},
{
id: "4", name: "David Kim", handle: "Director AI, InnovateLabs", testimonial:
"The model accuracy and speed surpassed all our expectations. ROI was visible within the first month of deployment.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeurNHvp9bRaCQnmRpzKms2XAX/professional-headshot-of-a-cto-or-engine-1772966056248-86c4da28.png", imageAlt: "David Kim"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeurNHvp9bRaCQnmRpzKms2XAX/professional-headshot-of-a-cto-or-engine-1772966056248-86c4da28.png", imageAlt: "David Kim"
},
{
id: "5", name: "Jessica Liu", handle: "Head of ML, NextGen Corp", testimonial:
"Exceptional documentation and educational resources. Our team was productive immediately. Highly recommend to any enterprise.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeurNHvp9bRaCQnmRpzKms2XAX/professional-headshot-of-a-data-science--1772966055195-e400a6ed.png", imageAlt: "Jessica Liu"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeurNHvp9bRaCQnmRpzKms2XAX/professional-headshot-of-a-data-science--1772966055195-e400a6ed.png", imageAlt: "Jessica Liu"
},
{
id: "6", name: "Thomas Murphy", handle: "Chief Innovation Officer, TechCorp", testimonial:
"AISync enabled us to launch three new AI-powered products. The platform's flexibility and reliability are unmatched.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeurNHvp9bRaCQnmRpzKms2XAX/professional-headshot-of-a-product-strat-1772966054594-df8725ce.png", imageAlt: "Thomas Murphy"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeurNHvp9bRaCQnmRpzKms2XAX/professional-headshot-of-a-product-strat-1772966054594-df8725ce.png", imageAlt: "Thomas Murphy"
},
]}
/>
</div>
@@ -297,7 +322,7 @@ export default function AISyncPage() {
<div id="pricing" data-section="pricing">
<PricingCardThree
title="Simple, Transparent Pricing"
description="Choose the perfect plan for your AI infrastructure needs. Scale up or down anytime with no long-term commitments."
description="Most teams start with Professional and scale to Enterprise. Choose the perfect plan for your AI infrastructure needs and upgrade anytime with no long-term commitments."
tag="Pricing Plans"
tagIcon={DollarSign}
tagAnimation="slide-up"
@@ -312,7 +337,8 @@ export default function AISyncPage() {
{ text: "Learn More", href: "#faq" },
],
features: [
"Up to 50K API calls/month", "5 concurrent models", "Basic analytics dashboard", "Email support", "99.5% uptime SLA"],
"Up to 50K API calls/month", "5 concurrent models", "Basic analytics dashboard", "Email support", "99.5% uptime SLA"
],
},
{
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
@@ -321,7 +347,8 @@ export default function AISyncPage() {
{ text: "Schedule Demo", href: "#contact" },
],
features: [
"Up to 500K API calls/month", "25 concurrent models", "Advanced analytics & reporting", "Priority support (24/7)", "99.9% uptime SLA", "Custom integrations"],
"Up to 500K API calls/month", "25 concurrent models", "Advanced analytics & reporting", "Priority support (24/7)", "99.9% uptime SLA", "Custom integrations"
],
},
{
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
@@ -329,7 +356,8 @@ export default function AISyncPage() {
{ text: "View Case Studies", href: "#" },
],
features: [
"Unlimited API calls", "Unlimited concurrent models", "Custom analytics suite", "Dedicated support team", "99.99% uptime SLA", "White-label options", "Security compliance packages"],
"Unlimited API calls", "Unlimited concurrent models", "Custom analytics suite", "Dedicated support team", "99.99% uptime SLA", "White-label options", "Security compliance packages"
],
},
]}
/>
@@ -349,28 +377,36 @@ export default function AISyncPage() {
faqs={[
{
id: "1", title: "What is AISync and how does it work?", content:
"AISync is a cloud-based artificial intelligence platform that enables enterprises to build, deploy, and manage machine learning models at scale. Our platform handles data ingestion, model training, deployment, and monitoring through an intuitive interface and powerful APIs."},
"AISync is a cloud-based artificial intelligence platform that enables enterprises to build, deploy, and manage machine learning models at scale. Our platform handles data ingestion, model training, deployment, and monitoring through an intuitive interface and powerful APIs."
},
{
id: "2", title: "Do I need machine learning expertise?", content:
"Not necessarily. While AISync is powerful for ML engineers, our no-code dashboard and pre-built models allow non-technical users to leverage AI. We provide extensive documentation and tutorials to help teams of any skill level get started quickly."},
"Not necessarily. While AISync is powerful for ML engineers, our no-code dashboard and pre-built models allow non-technical users to leverage AI. We provide extensive documentation and tutorials to help teams of any skill level get started quickly."
},
{
id: "3", title: "How is my data protected?", content:
"We employ military-grade encryption, multi-factor authentication, role-based access control, and regular security audits. AISync is SOC 2 Type II, HIPAA, and GDPR compliant. All data is encrypted at rest and in transit."},
"We employ military-grade encryption, multi-factor authentication, role-based access control, and regular security audits. AISync is SOC 2 Type II, HIPAA, and GDPR compliant. All data is encrypted at rest and in transit."
},
{
id: "4", title: "What are API call limits?", content:
"API call limits depend on your pricing tier. Starter plans include 50K calls/month, Professional includes 500K calls/month, and Enterprise plans offer unlimited calls. Each tier can be customized based on your needs."},
"API call limits depend on your pricing tier. Starter plans include 50K calls/month, Professional includes 500K calls/month, and Enterprise plans offer unlimited calls. Each tier can be customized based on your needs."
},
{
id: "5", title: "Can I integrate AISync with my existing systems?", content:
"Yes. AISync offers REST APIs, webhooks, and SDKs for popular programming languages. We integrate with 500+ platforms including Salesforce, HubSpot, Tableau, and custom enterprise systems."},
"Yes. AISync offers REST APIs, webhooks, and SDKs for popular programming languages. We integrate with 500+ platforms including Salesforce, HubSpot, Tableau, and custom enterprise systems."
},
{
id: "6", title: "What's the implementation timeline?", content:
"Most customers go live within 2-4 weeks. For complex enterprise deployments, we assign a dedicated implementation team. The timeline depends on data volume, integration complexity, and your team's availability."},
"Most customers go live within 2-4 weeks. For complex enterprise deployments, we assign a dedicated implementation team. The timeline depends on data volume, integration complexity, and your team's availability."
},
{
id: "7", title: "Do you offer training and support?", content:
"Absolutely. All plans include documentation, video tutorials, and community forums. Professional and Enterprise plans include dedicated support channels, priority response times, and onboarding services."},
"Absolutely. All plans include documentation, video tutorials, and community forums. Professional and Enterprise plans include dedicated support channels, priority response times, and onboarding services."
},
{
id: "8", title: "Can I cancel my subscription?", content:
"Yes. AISync has no long-term contracts. You can cancel anytime with proper notice. We're committed to your success and work with customers to ensure they achieve their AI goals."},
"Yes. AISync has no long-term contracts. You can cancel anytime with proper notice. We're committed to your success and work with customers to ensure they achieve their AI goals."
},
]}
/>
</div>