import { redirect } from 'next/navigation'; export default function HomePage() { // Redirect to tasks page as the main entry point redirect('/tasks'); }