import { redirect } from 'next/navigation'; export default function Home() { // Редирект на калькулятор мыла по умолчанию redirect('/soap'); }