Skip to content

Commit

Permalink
Removed Fancy titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanks0465 committed Sep 11, 2024
1 parent 0bf1387 commit 52268ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/app/people/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const renderSection = ({
case "fdr":
return (
<PeopleSection
heading="Visionaries Behind AI4Bharat: Meet Our Founders"
heading="Meet Our Founders"
description="In the vanguard of AI innovation stands a collective of extraordinary minds—the founders of AI4Bharat. Their visionary leadership has been the cornerstone of our journey, shaping the organization into a driving force of technological advancement."
members={members}
team={"1"}
Expand All @@ -55,7 +55,7 @@ const renderSection = ({
case "vr":
return (
<PeopleSection
heading="Distinguished Minds at AI4Bharat: Our Visiting Researchers"
heading="Meet Our Visiting Researchers"
description="Meet the brains behind the breakthroughs, the individuals who bring a wealth of experience and innovation to our collaborative ecosystem. From pioneering research methodologies to pushing the boundaries of AI applications, our visiting researchers are at the forefront of shaping the future."
members={members}
team={"3"}
Expand All @@ -64,7 +64,7 @@ const renderSection = ({
case "dl":
return (
<PeopleSection
heading="Meet Our Data Leads: Architects of Linguistic Precision"
heading="Meet Our Data Leads"
description="Our Data Leads are the backbone of AI4Bharat linguistic innovations. These consummate professionals meticulously curate datasets, ensuring our language models comprehend human expression with unparalleled precision. Meet the professionals shaping the linguistic future at AI4Bharat, where dedication meets excellence."
members={members}
team={"4"}
Expand Down

0 comments on commit 52268ca

Please sign in to comment.