'use client' import React from "react"; import { Tab, Tabs, TabList, TabPanel } from "react-tabs"; const AboutTabs = () => { return ( <> Our Story Our Mission Our Vision {/* End TabList */}

Lorem ipsum dolor sit amet, consecteur adipiscng elit sed do eiusmod tempor non sunt

aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore nulla pariaturExcepteur sint occaecat cu proident, sunter in culpa qui officia deserunt mollit .

Lorem Ipsum is simply dummy text of the printing and typesetting industry

Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor.

There are many variations of passages of Lorem Ipsum available, but the majority,

Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.

{/* End TabContent */}
); }; export default AboutTabs;