import { Link } from "expo-router"; import { Text, View } from "react-native"; export default function Index() { return ( Welcome to mobile.mk {/*SignIn*/} {/*explore*/} {/*profile*/} {/*car*/} ); }