import NavBar from "./navBar"; import "./home-page.css"; export default function LandingPage() { return ( <> Welcome to the landing page ! > ); }
Welcome to the landing page !