import Navbar from "src/components/NavBar"; import AboutUs from "./components/AboutUs"; import Footer from "./components/Footer"; import Products from "./components/Products"; import Sides from "./components/Sides"; const Landing = () => { return (
{" "} {/* */} {/* */} {/* */}
); }; export default Landing;