import Footer from "./Footer" import Navbar from "./Navbar" const Services = () => { return ( <> This page will show the list of services offered by the company > ) } export default Services