Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
moonpatel committed Jan 19, 2023
1 parent e7ae278 commit e7a1722
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/AboutUs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import lp from "../components/images/lp.jpeg";
import HeroImage from "./HeroImage";
import v1 from '../../src/components/images/v1.mp4'
import v2 from '../../src/components/images/v2.mp4'
import Footer from "./home_component/Footer";

const AboutUs = () => {
const [v1play, setv1Play] = useState(false)
Expand Down Expand Up @@ -60,6 +61,7 @@ const AboutUs = () => {
</div>
</div>
</div>
<Footer />
</>
);
};
Expand Down

0 comments on commit e7a1722

Please sign in to comment.