import { useTranslations } from 'next-intl'; import { Section, Container, Button, Heading, Card, Input, Textarea, Label } from '@/components/ui'; export default function ContactPage() { const t = useTranslations('Contact'); return (
{/* Hero Section */}
{t('title')}

{t('subtitle')}

{/* Contact Info */}
{t('info.howToReachUs')}

{t('info.office')}

{t('info.address')}

{t('info.phone')}

+49 881 92537298

{t('info.email')}

info@klz-vertriebs-gmbh.com
{t('hours.title')}
  • {t('hours.weekdays')} {t('hours.weekdaysTime')}
  • {t('hours.weekend')} {t('hours.closed')}
{/* Contact Form */}
{t('form.title')}