-
-
-
-
- {pricing.starterKit.name}
-
-
{pricing.starterKit.description}
-
-
-
- {pricing.starterKit.price}
- {pricing.starterKit.cents}
- {pricing.starterKit.billingFrequency}
-
-
-
- {
- pricing.starterKit.features.map((feature: string) => (
- -
-
-
- {feature}
-
- ))
- }
-
-
-
{pricing.starterKit.purchaseBtnTitle}
-
-
-
-
-
-
- {pricing.professionalToolbox.name}
-
-
- {pricing.professionalToolbox.description}
-
-
-
-
{pricing.badge}
-
+
+
+ {
+ pricing.plans.map((plan: any) =>
+ plan.highlight ? (
+
+
+
+
+ {plan.name}
+
+
{plan.description}
+
+ {plan.badge && (
+
+ {plan.badge}
+
+ )}
+
-
- {pricing.professionalToolbox.price}
- {pricing.professionalToolbox.cents}
- {pricing.professionalToolbox.billingFrequency}
-
-
-
- {
- pricing.professionalToolbox.features.map((feature: string) => (
- -
-
+
+
+ {plan.price}
+
+
+ {plan.cents}
+
+
+ {plan.billingFrequency}
+
+
+
+ {plan.features.map((feature: string) => (
+ -
+
+ {feature}
+
+ ))}
+
+
+ {plan.purchaseBtnTitle}
+
+
+ ) : (
+
+
+
+ {plan.price}
+
+
+ {plan.cents}
+
+
+ {plan.billingFrequency}
+
+
+
+ {plan.features.map((feature: string) => (
+ -
+
+ {feature}
+
+ ))}
+
+
+ {plan.purchaseBtnTitle}
+
+
+ )
+ )
+ }
@@ -137,6 +128,6 @@ type Product = {
{pricing.thirdOption}
-
+
diff --git a/src/components/ui/forms/RegisterModal.astro b/src/components/ui/forms/RegisterModal.astro
index 0f10706bc..ff93f9862 100644
--- a/src/components/ui/forms/RegisterModal.astro
+++ b/src/components/ui/forms/RegisterModal.astro
@@ -80,7 +80,7 @@ const config = {
Terms and ConditionsTerms and Conditions
diff --git a/src/data_files/pricing.json b/src/data_files/pricing.json
index 7231c4bb1..14c6d2fb2 100644
--- a/src/data_files/pricing.json
+++ b/src/data_files/pricing.json
@@ -1,39 +1,63 @@
{
"title": "Simple, Transparent Pricing",
"subTitle": "Boost efficiency with Airdb's clear, value-driven plans.",
- "badge": "Best value",
- "thirdOption": "Enterprise Solutions?",
+ "thirdOption": "Need something bigger?",
"btnText": "Get a Custom Quote",
- "starterKit": {
- "name": "Basic Service",
- "description": "Best option for your website - small scale uses",
- "price": "99",
- "cents": ".00",
- "billingFrequency": "USD / monthly",
- "features": [
- "Standard support",
- "One-stop Corporatec IT services",
- "website hosting solution",
- "Access to empower your business with AI tools"
- ],
- "purchaseBtnTitle": "Get Started",
- "purchaseLink": "#"
- },
+ "plans": [
+ {
+ "name": "Basic Service",
+ "description": "Best for individuals and small teams getting started",
+ "price": "99",
+ "cents": ".00",
+ "billingFrequency": "USD / monthly",
+ "features": [
+ "Standard support",
+ "One-stop corporate IT services",
+ "Website hosting solution",
+ "Access to core AI tools",
+ "Community forum access"
+ ],
+ "purchaseBtnTitle": "Get Started",
+ "purchaseLink": "#",
+ "highlight": false
+ },
- "professionalToolbox": {
- "name": "Professional Technical Adviser",
- "description": "Best for large scale uses",
- "price": "999",
- "cents": ".00",
- "billingFrequency": "USD / monthly",
- "features": [
- "Premium priority support",
- "CTO/CIO/CISO/DPO as a service",
- "Exclusive content & deals",
- "High-level security & compliance technical solutions"
- ],
- "purchaseBtnTitle": "Get Expert Support",
- "purchaseLink": "#"
- }
+ {
+ "name": "Growth Plan",
+ "description": "Best for growing teams that need dedicated AI and data support",
+ "price": "349",
+ "cents": ".00",
+ "billingFrequency": "USD / monthly",
+ "features": [
+ "Priority support",
+ "Dedicated AI copilot workspace",
+ "Data pipeline integration",
+ "Monthly performance & usage reports",
+ "Up to 5 team seats included"
+ ],
+ "purchaseBtnTitle": "Start Growing",
+ "purchaseLink": "#",
+ "highlight": true,
+ "badge": "Best value"
+ },
+
+ {
+ "name": "Professional Technical Adviser",
+ "description": "Best for large scale uses",
+ "price": "999",
+ "cents": ".00",
+ "billingFrequency": "USD / monthly",
+ "features": [
+ "Premium priority support",
+ "CTO/CIO/CISO/DPO as a service",
+ "Exclusive content & deals",
+ "High-level security & compliance technical solutions",
+ "Unlimited team seats"
+ ],
+ "purchaseBtnTitle": "Get Expert Support",
+ "purchaseLink": "#",
+ "highlight": false
+ }
+ ]
}
diff --git a/src/data_files/zh-cn/pricing.json b/src/data_files/zh-cn/pricing.json
index ab4090d12..ce2589ed1 100644
--- a/src/data_files/zh-cn/pricing.json
+++ b/src/data_files/zh-cn/pricing.json
@@ -1,39 +1,63 @@
{
"title": "简单、透明的定价",
"subTitle": "选择 Airdb 清晰、高性价比的方案,提升效率。",
- "badge": "最超值",
- "thirdOption": "需要企业解决方案?",
+ "thirdOption": "需要更大规模的方案?",
"btnText": "获取定制报价",
- "starterKit": {
- "name": "基础最小套餐",
- "description": "小规模企业的最佳选择",
- "price": "99",
- "cents": ".00",
- "billingFrequency": "USD / 月",
- "features": [
- "标准的支持",
- "一站式企业 IT 服务",
- "网站托管解决方案",
- "使用 AI 工具增强您的业务"
- ],
- "purchaseBtnTitle": "立刻托管",
- "purchaseLink": "#"
- },
+ "plans": [
+ {
+ "name": "基础服务",
+ "description": "适合刚起步的个人和小团队",
+ "price": "99",
+ "cents": ".00",
+ "billingFrequency": "USD / 月",
+ "features": [
+ "标准的支持",
+ "一站式企业 IT 服务",
+ "网站托管解决方案",
+ "核心 AI 工具访问权限",
+ "社区论坛访问权限"
+ ],
+ "purchaseBtnTitle": "立刻开始",
+ "purchaseLink": "#",
+ "highlight": false
+ },
- "professionalToolbox": {
- "name": "专业技术顾问",
- "description": "适合大规模企业选择",
- "price": "999",
- "cents": ".00",
- "billingFrequency": "USD / 月",
- "features": [
- "高优先级支持",
- "提供 CTO/CIO/CISO/DPO 等高级人才服务",
- "独家内容和优惠",
- "高水准的安全与合规技术解决方案"
- ],
- "purchaseBtnTitle": "获取专家团队支持",
- "purchaseLink": "#"
- }
+ {
+ "name": "成长方案",
+ "description": "适合需要专属 AI 与数据支持的成长型团队",
+ "price": "349",
+ "cents": ".00",
+ "billingFrequency": "USD / 月",
+ "features": [
+ "优先支持",
+ "专属 AI Copilot 工作空间",
+ "数据管道集成",
+ "每月性能与使用情况报告",
+ "最多支持 5 个团队席位"
+ ],
+ "purchaseBtnTitle": "开启成长",
+ "purchaseLink": "#",
+ "highlight": true,
+ "badge": "最超值"
+ },
+
+ {
+ "name": "专业技术顾问",
+ "description": "适合大规模企业选择",
+ "price": "999",
+ "cents": ".00",
+ "billingFrequency": "USD / 月",
+ "features": [
+ "高优先级支持",
+ "提供 CTO/CIO/CISO/DPO 等高级人才服务",
+ "独家内容和优惠",
+ "高水准的安全与合规技术解决方案",
+ "不限团队席位数量"
+ ],
+ "purchaseBtnTitle": "获取专家团队支持",
+ "purchaseLink": "#",
+ "highlight": false
+ }
+ ]
}
diff --git a/src/pages/solutions.astro b/src/pages/solutions.astro
index b075ba0f0..2c50c5565 100644
--- a/src/pages/solutions.astro
+++ b/src/pages/solutions.astro
@@ -15,6 +15,7 @@ import beforeAfter from "@images/before-after.png";
import constructionWorkers from "@images/construction-workers.png";
import aerialView from "@images/aerial-view.png";
import usingTools from "@images/using-tools.png";
+import usingTools2 from "@images/using-tools-2.png";
import progressBuilding from "@images/progress-building.png";
import underConstruction from "@images/under-construction.png";
import { SITE } from "@data/constants";
@@ -43,9 +44,9 @@ const articles: Article[] = [
"Enhance operational efficiency and user experience through AI technology. 1. Personalized recommendations: Increase customer conversion rates. 2. Intelligent customer service: Quickly and accurately respond to customers. 3. Behavior prediction: Help businesses predict trends and optimize decisions. 4. Automated processes: Reduce repetitive tasks and focus on core business.",
single: false,
imgOne: blueprints,
- imgOneAlt: "Blueprints and digital tablet with construction plans.",
+ imgOneAlt: "Futuristic holographic AI dashboard displaying real-time data panels",
imgTwo: personWorking,
- imgTwoAlt: "Person working in the office",
+ imgTwoAlt: "Analyst interacting with an AI-powered data dashboard",
},
{
isRightSection: false,
@@ -53,10 +54,10 @@ const articles: Article[] = [
subTitle:
"Protect critical enterprise data and system security, ensuring business continuity. 1. Comprehensive feature extraction, AI detection and intelligent defense system. 2. Precise crawler attack, protecting digital assets. 3. 4A authentication system, protecting user data security. 4. Cloud security protection, ensuring business continuity.",
img: beforeAfter,
- imgAlt: "Construction site before and after",
+ imgAlt: "Futuristic data center corridor with illuminated server racks",
btnExists: true,
btnTitle: "Learn More",
- btnURL: "#",
+ btnURL: "/contact",
},
{
isRightSection: true,
@@ -65,9 +66,9 @@ const articles: Article[] = [
"Provide easy-to-use digital tools for small and medium-sized enterprises to quickly adapt to market changes. 1. One-stop management: Quickly build online stores and management platforms. 2. Marketing empowerment: Provide automated marketing and customer management tools.",
single: false,
imgOne: constructionWorkers,
- imgOneAlt: "Construction workers orchestrating a project",
+ imgOneAlt: "Robotic arm assembling a circuit board beside a digital transformation display",
imgTwo: aerialView,
- imgTwoAlt: "Aerial view of managed construction",
+ imgTwoAlt: "Engineers monitoring a cloud-native operations dashboard",
},
{
isRightSection: false,
@@ -75,8 +76,7 @@ const articles: Article[] = [
subTitle:
"Provide comprehensive support for enterprises migrating to cloud platforms, enhancing flexibility and efficiency. 1. Cloud architecture design: Provide optimal cloud solutions. 2. Automated operations: Optimize resources and reduce costs. 3. High availability: Ensure continuous operation of critical business.",
img: usingTools,
- imgAlt:
- "Man in orange and black vest wearing white helmet holding yellow and black power tool",
+ imgAlt: "Team monitoring a cloud-native transformation dashboard",
},
{
isRightSection: true,
@@ -85,12 +85,23 @@ const articles: Article[] = [
"Provide deeper business insights for enterprises through intelligent data management and analysis. 1. Data integration and storage: Build efficient data management systems. 2. Real-time data monitoring: Help enterprises seize market opportunities. 3. Data analysis and mining: Help enterprises discover potential value. 4. Data visualization: Present key data in a simple and intuitive way.",
single: false,
imgOne: progressBuilding,
- imgOneAlt: "In progress building structure",
+ imgOneAlt: "Robotic arms on a smart production line with a digital transformation display",
imgTwo: underConstruction,
- imgTwoAlt: "Brown and gray building under construction",
+ imgTwoAlt: "Executive reviewing a real-time data analytics dashboard",
btnExists: true,
btnTitle: "Read more",
- btnURL: "#",
+ btnURL: "/contact",
+ },
+ {
+ isRightSection: false,
+ title: "Technical Advisory & Managed IT Services",
+ subTitle:
+ "Extend your team with senior technical leadership on demand, without the overhead of a full-time hire. 1. CTO/CIO/CISO/DPO as a service: Get executive-level guidance on technology, infrastructure, and compliance. 2. Managed IT operations: Ongoing monitoring, maintenance, and support for your critical systems. 3. Staff augmentation: Bring in specialized engineers for the duration of a project. 4. Roadmap planning: Align technology investments with business goals.",
+ img: usingTools2,
+ imgAlt: "Isometric illustration of a cloud infrastructure and IT operations network",
+ btnExists: true,
+ btnTitle: "Talk to an Advisor",
+ btnURL: "/contact",
},
];
@@ -120,7 +131,7 @@ const pageTitle: string = `Services | ${SITE.title}`;
title="Solution Value"
subTitle="The solution value of Airdb Intelligence lies in integrating cutting-edge technologies such as artificial intelligence, blockchain, cloud computing, data, and security to provide professional software solutions for enterprises. It helps clients address complex business challenges, streamline processes, and unlock data potential, building an IT growth flywheel that drives sustainable technological advancement and delivers significant business outcomes."
btnTitle="Service Scope"
- btnURL="#"
+ btnURL="/contact"
/>
diff --git a/src/pages/zh-cn/solutions.astro b/src/pages/zh-cn/solutions.astro
index fde631abe..c9445c4cc 100644
--- a/src/pages/zh-cn/solutions.astro
+++ b/src/pages/zh-cn/solutions.astro
@@ -15,6 +15,7 @@ import beforeAfter from "@images/before-after.png";
import constructionWorkers from "@images/construction-workers.png";
import aerialView from "@images/aerial-view.png";
import usingTools from "@images/using-tools.png";
+import usingTools2 from "@images/using-tools-2.png";
import progressBuilding from "@images/progress-building.png";
import underConstruction from "@images/under-construction.png";
import { SITE } from "@data/constants";
@@ -43,9 +44,9 @@ const articles: Article[] = [
"通过人工智能技术提升运营效率和用户体验。 1. 个性化推荐:提升客户转化率。2. 智能客服: 快速精准响应客户。 3. 行为预测:帮助企业预测趋势和优化决策。 4. 自动化流程:减少重复劳动,专注核心业务。",
single: false,
imgOne: blueprints,
- imgOneAlt: "Blueprints and digital tablet with construction plans.",
+ imgOneAlt: "未来感全息 AI 仪表盘,展示实时数据面板",
imgTwo: personWorking,
- imgTwoAlt: "Person working in the office",
+ imgTwoAlt: "分析师与 AI 数据仪表盘交互",
},
{
isRightSection: false,
@@ -53,10 +54,10 @@ const articles: Article[] = [
subTitle:
"保护企业关键数据和系统安全,让业务无后顾之忧。 1. 完备的特征挖掘,AI 侦测智能防御体系。2. 精准爬虫打击,保护数字资产。 3. 4A 认证体系,保护用户数据安全。 4. 云安全防护,保障业务连续性。",
img: beforeAfter,
- imgAlt: "Construction site before and after",
+ imgAlt: "未来感数据中心走廊,服务器机架灯光闪烁",
btnExists: true,
- btnTitle: "Learn More",
- btnURL: "#",
+ btnTitle: "了解更多",
+ btnURL: "/zh-cn/contact",
},
{
isRightSection: true,
@@ -65,9 +66,9 @@ const articles: Article[] = [
"为中小企业提供易用的数字化工具,快速适应市场变化。 1. 一站式管理:快速搭建线上店铺与管理平台。 2. 营销赋能:提供自动化营销和客户管理工具。",
single: false,
imgOne: constructionWorkers,
- imgOneAlt: "Construction workers orchestrating a project",
+ imgOneAlt: "机械臂在电路板旁进行数字化转型作业",
imgTwo: aerialView,
- imgTwoAlt: "Aerial view of managed construction",
+ imgTwoAlt: "工程师监控云原生运维仪表盘",
},
{
isRightSection: false,
@@ -75,8 +76,7 @@ const articles: Article[] = [
subTitle:
"为企业迁移至云平台提供全面支持,提升灵活性和效率。1. 云架构设计:提供最优的云解决方案。2. 自动化运维:优化资源,降低成本。 3. 高可用性:确保关键业务持续运行。",
img: usingTools,
- imgAlt:
- "Man in orange and black vest wearing white helmet holding yellow and black power tool",
+ imgAlt: "团队监控云原生转型仪表盘",
},
{
isRightSection: true,
@@ -85,12 +85,23 @@ const articles: Article[] = [
"通过智能数据管理和分析,为企业提供更深刻的业务洞察。1. 数据整合与存储:打造高效的数据管理系统。2. 实时数据监控:助力企业抓住市场机会。 3. 数据分析与挖掘:帮助企业发现潜在价值。3. 数据可视化:以简单直观的方式呈现关键数据。",
single: false,
imgOne: progressBuilding,
- imgOneAlt: "In progress building structure",
+ imgOneAlt: "智能产线上的机械臂与数字化转型展示屏",
imgTwo: underConstruction,
- imgTwoAlt: "Brown and gray building under construction",
+ imgTwoAlt: "高管查看实时数据分析仪表盘",
btnExists: true,
- btnTitle: "Read more",
- btnURL: "#",
+ btnTitle: "阅读更多",
+ btnURL: "/zh-cn/contact",
+ },
+ {
+ isRightSection: false,
+ title: "技术顾问与托管 IT 服务",
+ subTitle:
+ "按需为您的团队引入资深技术负责人,无需承担全职招聘的成本。 1. CTO/CIO/CISO/DPO 顾问服务:获得技术、基础设施与合规方面的高管级指导。 2. 托管 IT 运维:为您的关键系统提供持续监控、维护与支持。 3. 人才增援:按项目周期引入专项工程师。 4. 路线图规划:让技术投入与业务目标保持一致。",
+ img: usingTools2,
+ imgAlt: "云基础设施与 IT 运维网络的等距插画",
+ btnExists: true,
+ btnTitle: "咨询顾问",
+ btnURL: "/zh-cn/contact",
},
];
@@ -118,9 +129,9 @@ const pageTitle: string = `Services | ${SITE.title}`;
>
diff --git a/src/utils/navigation.ts b/src/utils/navigation.ts
index 5846caa63..0c2593a16 100644
--- a/src/utils/navigation.ts
+++ b/src/utils/navigation.ts
@@ -14,7 +14,7 @@ const footerLinks = [
links: [
{ name: "Documentation", url: "/welcome-to-docs/" },
{ name: "Products & Tools", url: "/products" },
- { name: "Consultation Services", url: "/services" },
+ { name: "Consultation Services", url: "/solutions" },
],
},
{
@@ -22,7 +22,6 @@ const footerLinks = [
links: [
{ name: "Terms of Service", url: "/about/terms-of-service" },
{ name: "Privacy Policy", url: "/about/privacy-policy" },
- { name: "Careers", url: "#" },
{ name: "Blog", url: "/blog" },
],
},
diff --git a/src/utils/zh-cn/navigation.ts b/src/utils/zh-cn/navigation.ts
index 4eb5709b8..47a4f9e4d 100644
--- a/src/utils/zh-cn/navigation.ts
+++ b/src/utils/zh-cn/navigation.ts
@@ -14,7 +14,7 @@ const footerLinks = [
links: [
{ name: "文档", url: "/zh-cn/welcome-to-docs/" },
{ name: "产品", url: "/zh-cn/products" },
- { name: "技术咨询服务", url: "/zh-cn/services" },
+ { name: "技术咨询服务", url: "/zh-cn/solutions" },
],
},
{
@@ -22,7 +22,6 @@ const footerLinks = [
links: [
{ name: "服务条款", url: "/zh-cn/about/terms-of-service" },
{ name: "隐私政策", url: "/zh-cn/about/privacy-policy" },
- { name: "招聘", url: "#" },
{ name: "博客", url: "/zh-cn/blog" },
],
},