Guide & Help
Select a topic from the left to view detailed instructions for your travel SIM or eSIM. Our support team is also available 24/7 via chat.
import React, { useState } from "react"; import { Link } from "react-router-dom"; const SupportView: React.FC = () => { const [activeItem, setActiveItem] = useState("What is travel eSIM/SIM?"); const categories = [ { title: "What is travel eSIM/SIM?", count: 3, icon: ( ), items: [ "What is travel eSIM/SIM", "Physical travel SIM", "How to buy travel eSIM/SIM", ], color: "bg-red-500", }, { title: "eSIM installation and activation", count: 3, icon: ( ), items: [ "Email and eSIM QR code", "Installation guide for iPhone (iOS)", "Installation guide for Android", ], color: "bg-red-600", }, ]; return (
Select a topic from the left to view detailed instructions for your travel SIM or eSIM. Our support team is also available 24/7 via chat.