Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Fix/about section (#48)
Browse files Browse the repository at this point in the history
* Updated About section.

* Added the images.
  • Loading branch information
sanjai0py authored May 9, 2024
1 parent bd8448f commit f2305bc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file added public/images/team/anoop-pic.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/anusree-pic.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/lohit-pic.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/sanjai-pic.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,10 @@ function Team({people = []}) {
<div className="bg-white py-24 sm:py-32">
<div className="mx-auto grid max-w-7xl gap-x-8 gap-y-20 px-6 lg:px-8 xl:grid-cols-3">
<div className="max-w-2xl">
<h2 className="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">Meet our leadership</h2>
<h2 className="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">Meet our team</h2>
<p className="mt-6 text-lg leading-8 text-gray-600">
We’re a passionate group of individuals who are on a mission to build the Best API Client for Developers
We’re a dynamic group of individuals who are passionate about what we do and dedicated to
delivering the best results for our clients.
</p>
</div>
<ul role="list" className="grid gap-x-8 gap-y-12 sm:grid-cols-2 sm:gap-y-16 xl:col-span-2">
Expand Down Expand Up @@ -137,5 +138,4 @@ function Team({people = []}) {
</ul>
</div>
</div>
)
}
}

0 comments on commit f2305bc

Please sign in to comment.