'use client'; import { motion } from 'framer-motion'; import { useTranslations } from 'next-intl'; import { Link } from '@/i18n/routing'; import { ChevronRight } from 'lucide-react'; import Image from 'next/image'; export default function Hero() { const t = useTranslations('Index'); return (
{/* Background with Overlay */}
Luxury Villa
{/* Content */}
Salmakis Collection

{t('title')}

{t('description')}

{t('explore')} İletişime Geç
{/* Scroll indicator */}
); }