import { Link } from 'expo-router'; export default function Page() { return ( Link to about ); }