Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/kosawat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/app/components/home/Team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ const Team = () => {
bio: 'Founded SureCrypto a blockchain service company with projects like GamerHub, Kryptotoday, Finality.',
},
{
name: 'Hiro',
name: 'Kosawat',
role: 'CTO',
image: '/hiro.png',
linkedin: 'https://www.linkedin.com/in/laciferin/',
bio: 'Data scientist and machine learning engineer with over 5 years of experience at AIChats, PYOR, HyperTest.',
image: '/kosawat.png',
linkedin: 'https://www.linkedin.com/in/kosawat-sukchaya-10290427/',
bio: 'Tech co-founder in AI, Web3, and Esports, building and scaling products from concept to launch.',
},
{
name: 'Glory',
Expand Down Expand Up @@ -120,7 +120,7 @@ const Team = () => {

{/* William's card with conditional positioning */}
<div className="col-span-1 sm:col-span-1 lg:col-span-1 lg:col-start-2">
<TeamCard member={bottomMember} />
{/* <TeamCard member={bottomMember} /> */}
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Home() {
<Demo />
<Features />
<Token />
<WorkFlow />
{/* <WorkFlow /> */}
<Team />
<Mail />
{/* <Action /> */}
Expand Down
Loading