Skip to content

Commit

Permalink
Merge branch 'fix_0826' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
FE-deploy committed Aug 26, 2024
2 parents 89aa971 + 160c21b commit f39a0e2
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,35 +63,35 @@ export default function Home() {

// 数据数组
const speakers = [
{ id: 0, name: "Allan", company: "Partner of Blockchain For Good Alliance", img: "/speakers/17.png", icon: "17" },
{ id: 10, name: "Guy Wuollet", company: "Investment Partner at a16z crypto", img: "/speakers/6.png", icon: "6" },
{ id: 1, name: "Anna Bertha", company: "Investor at DCG", img: "/speakers/3.png", icon: "1" },
{ id: 11, name: "Jiahao Sun", company: "Founder and CEO of FLock.io", img: "/speakers/8.png", icon: "8" },
{ id: 1, name: "Allan", company: "Partner of Blockchain For Good Alliance", img: "/speakers/17.png", icon: "17" },
{ id: 11, name: "Guy Wuollet", company: "Investment Partner at a16z crypto", img: "/speakers/6.png", icon: "6" },
{ id: 2, name: "Anna Bertha", company: "Investor at DCG", img: "/speakers/3.png", icon: "1" },
{ id: 12, name: "Jiahao Sun", company: "Founder and CEO of FLock.io", img: "/speakers/8.png", icon: "8" },
{
id: 6,
id: 7,
name: "David Attermann",
company: "Head of Web3 Investments at M31 Capital",
img: "/speakers/13.png",
icon: "12",
},
{ id: 4, name: "Chris Zhu", company: "Co-founder of Sonic / Mirror World", img: "/speakers/9.png", icon: "3" },
{ id: 5, name: "Chris Zhu", company: "Co-founder of Sonic / Mirror World", img: "/speakers/9.png", icon: "3" },
{
id: 5,
id: 6,
name: "Christian Ondaatje",
company: "Platform Engineer of Hyperbolicd",
img: "/speakers/5.png",
icon: "4",
},
{ id: 9, name: "Greg Osuri", company: "Founder of Akash", img: "/speakers/1.png", icon: "7" },
{ id: 12, name: "Mads Pedersen", company: "Partner at Figment Capital", img: "/speakers/19.png", icon: "19" },
{ id: 13, name: "Naveen Durvasula", company: "Core Member of Ritual", img: "/speakers/2.png", icon: "9" },
{ id: 3, name: "Ben Fielding", company: "Co-founder of Gensyn", img: "/speakers/4.png", icon: "2" },
{ id: 2, name: "Baek Kim", company: "Partner at Hashed", img: "/speakers/16.png", icon: "16" },
{ id: 7, name: "Dmitriy Berenzon", company: "Partner at Archetype", img: "/speakers/18.png", icon: "18" },
{ id: 8, name: "Evan Feng", company: "Partner at CoinFund", img: "/speakers/12.png", icon: "5" },
{ id: 14, name: "Nihal Maunder", company: "Junior Partner at Pantera", img: "/speakers/14.png", icon: "14" },
{ id: 16, name: "Tom Schmidt", company: "Partner at Dragonfly", img: "/speakers/7.png", icon: "13" },
{ id: 15, name: "Sean Ren", company: "Cofounder of Sahara AI", img: "/speakers/15.png", icon: "15" },
{ id: 10, name: "Greg Osuri", company: "Founder of Akash", img: "/speakers/1.png", icon: "7" },
{ id: 13, name: "Mads Pedersen", company: "Partner at Figment Capital", img: "/speakers/19.png", icon: "19" },
{ id: 14, name: "Naveen Durvasula", company: "Core Member of Ritual", img: "/speakers/2.png", icon: "9" },
{ id: 4, name: "Ben Fielding", company: "Co-founder of Gensyn", img: "/speakers/4.png", icon: "2" },
{ id: 3, name: "Baek Kim", company: "Partner at Hashed", img: "/speakers/16.png", icon: "16" },
{ id: 8, name: "Dmitriy Berenzon", company: "Partner at Archetype", img: "/speakers/18.png", icon: "18" },
{ id: 9, name: "Evan Feng", company: "Partner at CoinFund", img: "/speakers/12.png", icon: "5" },
{ id: 15, name: "Nihal Maunder", company: "Junior Partner at Pantera", img: "/speakers/14.png", icon: "14" },
{ id: 17, name: "Tom Schmidt", company: "Partner at Dragonfly", img: "/speakers/7.png", icon: "13" },
{ id: 16, name: "Sean Ren", company: "Cofounder of Sahara AI", img: "/speakers/15.png", icon: "15" },
];

// 点击按钮后展示更多数据
Expand Down

0 comments on commit f39a0e2

Please sign in to comment.