import React from "react"; import FristSection from "./components/FirstSection"; const AboutUs = () => { return (
); }; export default AboutUs;