diff --git a/components/faqs.tsx b/components/faqs.tsx index 30554de..3693b2c 100644 --- a/components/faqs.tsx +++ b/components/faqs.tsx @@ -40,7 +40,7 @@ const faqsData = [ { question: "What is the roadmap for Kokio’s service launch?", answer: - "Get your eSIM, KOK'O alpha live in over 200 countries. Key milestones includes the Dev and Ops work for beta features in Q1 of 2026 and then public beta launch in Q2 with continuos bug fixes and improvements from user feedback.", + "Get your eSIM, KOKI'O alpha is now live in over 200 countries. Key milestones include the Dev and Ops work for beta features in Q1 2026 followed by a beta launch in Q2 alongside ongoing bug fixes and continuous improvements based on user feedback.", }, ]; diff --git a/components/global/footer.tsx b/components/global/footer.tsx index 9c78a85..831f1e7 100644 --- a/components/global/footer.tsx +++ b/components/global/footer.tsx @@ -55,7 +55,7 @@ const Footer = () => {
Copyright © Logo Mark for Kokio - Kokio 2025 + Kokio 2026
); diff --git a/components/road-map.tsx b/components/road-map.tsx index ff2fd76..1379903 100644 --- a/components/road-map.tsx +++ b/components/road-map.tsx @@ -11,15 +11,15 @@ const roadMapData = [ { title: "Q1'26", milestones: [ - "Beta", - "With KOKI'O alpha live in over 200 countries, Work for beta features with continuos improvement from user feedback.", + "Working on Beta release", + "With KOKI'O alpha live in over 200 countries, work on features scheduled in beta release with continuous improvement from user feedback.", ], }, { title: "Q2'26", milestones: [ "Beta Testing", - "Launch public beta testing and preparations to ship KOKI'O to prod", + "Launch the public beta for testing and prepare to ship KOKI'O to production.", ], }, ];