"use client" import { LoginForm } from "@/components/login-form" import { LocaleSwitcher } from "@/components/locale-switcher" import { useI18n } from "@/i18n/provider" import { ShieldCheckIcon } from "lucide-react" import Link from "next/link" import { Suspense } from "react" export default function LoginPage() { const t = useI18n() const heroPoints = [ t("auth.heroPoint1"), t("auth.heroPoint2"), t("auth.heroPoint3"), ] return (
{t("auth.heroSubtitle")}
{text}