import React from "react"; const AboutUsHero = () => { return ( <>

Welcome to Briz

); }; export default AboutUsHero;