{t('heroTitle')} {t('heroHighlight')}
{t('heroSubtitle')}
{!user && ('use client'; import { useTranslations } from 'next-intl'; import { Link } from '@/i18n/navigation'; import { useAuth } from '@/lib/hooks/useAuth'; import { Button } from '@/components/ui/shared/Button'; import { TopBarControls } from '@/components/ui/shared/TopBarControls'; import { Building2, Beaker, Calendar, Shield, Clock, Users } from 'lucide-react'; export default function HomePage() { const t = useTranslations('landing'); const tAuth = useTranslations('auth'); const tCommon = useTranslations('common'); const { user } = useAuth(); return (
{t('heroSubtitle')}
{!user && ({description}