From f76d89b479f63db8909f28f718466c28df958450 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 14:31:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 244 +++++++++-------------------------------------- 1 file changed, 47 insertions(+), 197 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed112df..1438fcb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -141,30 +80,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "1", - title: "Submit Form", - description: "Quickly enter candidate details.", - icon: CheckCircle, - }, - { - id: "m2", - value: "2", - title: "HR Review", - description: "Our team reviews your referral.", - icon: Search, - }, - { - id: "m3", - value: "3", - title: "Earn Reward", - description: "Get bonus upon hire success.", - icon: Award, - }, + { id: "m1", value: "1", title: "フォーム送信", description: "候補者の詳細を簡単に入力。", icon: CheckCircle }, + { id: "m2", value: "2", title: "HRによる選考", description: "チームが紹介内容を確認。", icon: Search }, + { id: "m3", value: "3", title: "報酬獲得", description: "採用成功でボーナスを支給。", icon: Award }, ]} - title="Simple Referral Path" - description="Get started in 3 quick steps." + title="シンプルな紹介ルート" + description="3つのステップで簡単に開始。" /> @@ -172,34 +93,14 @@ export default function LandingPage() { @@ -209,24 +110,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Who can I refer?", - content: "You can refer any qualified candidate who fits our open roles.", - }, - { - id: "q2", - title: "How much is the bonus?", - content: "Bonuses vary by role level and are paid after the candidate's probationary period.", - }, - { - id: "q3", - title: "Can I refer multiple people?", - content: "Absolutely! We encourage multiple referrals.", - }, + { id: "q1", title: "誰を紹介できますか?", content: "募集中の職種に適合する資格のある候補者なら誰でも紹介可能です。" }, + { id: "q2", title: "ボーナスはいくらですか?", content: "職種レベルによって異なり、候補者の試用期間終了後に支給されます。" }, + { id: "q3", title: "複数人紹介できますか?", content: "もちろん!複数の紹介を歓迎しています。" }, ]} - title="Need Help?" - description="Common questions about the referral program." + title="ヘルプが必要ですか?" + description="紹介プログラムに関するよくある質問。" faqsAnimation="slide-up" /> @@ -235,67 +124,28 @@ export default function LandingPage() {