{t('heroTitle')} {t('heroHighlight')}
{t('heroSubtitle')}
{isAuthReady && !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 { BrandWordmark } from '@/components/ui/shared/BrandWordmark'; import { Building2, Beaker, Calendar, Shield, Clock, Users } from 'lucide-react'; export default function HomePage() { const t = useTranslations('landing'); const tAuth = useTranslations('auth'); const { user, isAuthReady } = useAuth(); return (
{t('heroSubtitle')}
{isAuthReady && !user && ({description}