'use client'; import { use } from 'react'; import { useTranslations } from 'next-intl'; interface PageProps { params: Promise<{ locale: string }>; } export default function ContactPage({ params }: PageProps) { const { locale: _locale } = use(params); const t = useTranslations('Contact'); return (
{t('hq_address1')}
{t('hq_address2')}
+90 (252) 316 12 34
atelier@salmakis.com