Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/faqs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
},
];

Expand Down
2 changes: 1 addition & 1 deletion components/global/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Footer = () => {
<div className="flex items-center justify-center gap-2 text-sm">
<small>Copyright ©</small>
<Image src={LogoMark} alt="Logo Mark for Kokio" />
<small>Kokio 2025</small>
<small>Kokio 2026</small>
</div>
</footer>
);
Expand Down
6 changes: 3 additions & 3 deletions components/road-map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
],
},
];
Expand Down
Loading