import { useTranslations } from 'next-intl'; import Navbar from '@/components/Navbar'; import Footer from '@/components/Footer'; import Image from 'next/image'; export default function AboutPage() { const t = useTranslations('About'); return (
{/* Hero Section */}
Salmakis Villas

{t('title')}

{t('paragraph1')}

{t('paragraph2')}

{t('paragraph3')}

{t('paragraph4')}

Dereköy Villas
{/* Location Details Section */}
01

{t('location_title')}

Ortakent, Turgutreis ve Gümüşlük üçgeninin tam merkezinde huzurlu bir konum.

02

{t('tradition_title')}

Geleneksel Bodrum mimarisi ile modern konforun buluştuğu taş yapılar.

03

{t('service_title')}

Aynı arazide ikamet eden villa görevlisi ile 24 saat kesintisiz hizmet.

); }