'use client' import { useTranslations } from 'next-intl' import { motion } from 'framer-motion' import Image from 'next/image' const galleryImages = [ "https://images.unsplash.com/photo-1544025162-d76694265947?q=80&w=800&auto=format&fit=crop", "https://images.unsplash.com/photo-1555939594-58d7cb561ad1?q=80&w=800&auto=format&fit=crop", "https://images.unsplash.com/photo-1600891964092-4316c288032e?q=80&w=800&auto=format&fit=crop", "https://images.unsplash.com/photo-1594041680534-e8c8cdebd659?q=80&w=800&auto=format&fit=crop", "https://images.unsplash.com/photo-1603048297172-c92544798d5e?q=80&w=800&auto=format&fit=crop", "https://images.unsplash.com/photo-1514933651103-005eec06c04b?q=80&w=800&auto=format&fit=crop" ] export default function GalleryPage() { const nav = useTranslations('nav') return (

{nav('gallery')}

Ateşin ve lezzetin sanata dönüştüğü anlar.

{galleryImages.map((src, idx) => ( {`Gallery
Teras Steakhouse
))}
) }