diff --git a/src/lib/data/personal-brand.ts b/src/lib/data/personal-brand.ts index a157f6a..43f4e3b 100644 --- a/src/lib/data/personal-brand.ts +++ b/src/lib/data/personal-brand.ts @@ -382,6 +382,16 @@ export const collaborationProcess: LocalizedText[] = [ ]; export const collaborationFaq: QAItem[] = [ + { + question: { + en: 'Payment terms?', + zh: '付款方式?', + }, + answer: { + en: '40% upfront, 40% at mid-point review, 20% upon completion.', + zh: '40% 预付款,40% 中期验收,20% 尾款。', + }, + }, { question: { en: 'Do you only do project-based work?', diff --git a/src/pages/hire.astro b/src/pages/hire.astro index 722d177..ab78f06 100644 --- a/src/pages/hire.astro +++ b/src/pages/hire.astro @@ -32,7 +32,7 @@ const isZh = lang === 'zh';
-

{isZh ? '合作模型(Mock)' : 'Collaboration Models (Mock)'}

+

{isZh ? '合作模型' : 'Collaboration Models'}

{collaborationModels.map((model) => (
@@ -69,7 +69,25 @@ const isZh = lang === 'zh';
-

{isZh ? '常见问题(Mock)' : 'FAQ (Mock)'}

+

{isZh ? '付款方式' : 'Payment Terms'}

+
+
+

40%

+

{isZh ? '预付款' : 'Upfront'}

+
+
+

40%

+

{isZh ? '中期验收' : 'Mid Review'}

+
+
+

20%

+

{isZh ? '尾款' : 'Completion'}

+
+
+
+ +
+

{isZh ? '常见问题' : 'FAQ'}

{collaborationFaq.map((item) => (
diff --git a/src/pages/zh/hire.astro b/src/pages/zh/hire.astro index 722d177..ab78f06 100644 --- a/src/pages/zh/hire.astro +++ b/src/pages/zh/hire.astro @@ -32,7 +32,7 @@ const isZh = lang === 'zh';
-

{isZh ? '合作模型(Mock)' : 'Collaboration Models (Mock)'}

+

{isZh ? '合作模型' : 'Collaboration Models'}

{collaborationModels.map((model) => (
@@ -69,7 +69,25 @@ const isZh = lang === 'zh';
-

{isZh ? '常见问题(Mock)' : 'FAQ (Mock)'}

+

{isZh ? '付款方式' : 'Payment Terms'}

+
+
+

40%

+

{isZh ? '预付款' : 'Upfront'}

+
+
+

40%

+

{isZh ? '中期验收' : 'Mid Review'}

+
+
+

20%

+

{isZh ? '尾款' : 'Completion'}

+
+
+
+ +
+

{isZh ? '常见问题' : 'FAQ'}

{collaborationFaq.map((item) => (