"use client"; import Link from "next/link"; import { resortData } from "@/src/data/resort"; export default function Footer() { return ( ); }