Default Component - Copy this React, Tailwind Component to your project
<div> <h2 className="font-bold text-center mt-3 text-[#272727] text-3xl lg:text-5xl lg:leading-tight"> Meet the Experts <br /> Behind ByteForge </h2> <p className="text-sm text-center lg:text-base max-w-3xl mt-7 mx-auto text-neutral-500 font-normal dark:text-neutral-300"> At ByteForge, each member brings unique expertise and a shared commitment to delivering cutting-edge technology solutions. </p> </div> <div className="mx-3 md:mx-24"> <h2 className="font-bold mt-10 text-[#272727] p-2 text-xl lg:text-6xl lg:leading-tight"> Leadership Team </h2> <p className="text-sm lg:text-base mt-4 mx-auto text-neutral-500 font-normal dark:text-neutral-300"> Our leadership team consists of experienced professionals dedicated to driving innovation and excellence in the tech industry. </p> </div> style this as this is too boring
