'use client'; import Link from 'next/link'; import styles from './Navbar.module.css'; export default function Navbar({ links = [] }) { return (