// components/Layout/Footer.jsx import React from 'react'; import Link from 'next/link'; import Image from 'next/image'; const Footer = () => { return ( ); }; export default Footer;