function LandingPage() { return ( <BasePage className="" active="_hello"> <div className="flex items-center justify-around"> .... </div> </BasePage> ); }