import Link from "next/link"; import { MapPin, Phone, Mail } from "lucide-react"; const quickLinks = [ { name: "Ana Sayfa", href: "/" }, { name: "Odalar", href: "/odalar" }, { name: "Aktiviteler", href: "/aktiviteler"}, { name: "Restoran", href: "/restoran" }, { name: "Etkinlikler", href: "/etkinlikler"}, { name: "Galeri", href: "/galeri" }, { name: "Hakkımızda", href: "/hakkimizda" }, ]; function InstagramIcon() { return ( ); } function FacebookIcon() { return ( ); } function YoutubeIcon() { return ( ); } export default function Footer() { return ( ); }