diff --git a/components/hackathon/HackathonFooter.tsx b/components/hackathon/HackathonFooter.tsx index 55d02be837e..c557b5d0415 100644 --- a/components/hackathon/HackathonFooter.tsx +++ b/components/hackathon/HackathonFooter.tsx @@ -44,7 +44,7 @@ export const HackathonFooter = ({ letterSpacing={5} textAlign="center" > - FEBRUARY 9 - 11 + FEBRUARY 16 - 18 { { name: "Parker Jou", twitter: "theappletucker", - description: "Founder, CTO at Caldera", + description: "Founder & CTO, Caldera", image: "/assets/landingpage/parker.jpg", }, + { + name: "Franklin Bi", + twitter: "FranklinBi", + description: "Partner, Pantera Capital", + image: "/assets/landingpage/franklin.jpg", + }, ]; return ( Judges { San Francisco to{" "} discover the next billion-dollar web3 consumer app. Get resources & expertise from top operators, find your next co-founder, - and meet VCs & industry leaders from{" "} - Caldera, Founders Inc. and Haun Ventures. + and meet builders & investors from{" "} + Caldera, Pantera Capital, Founders Inc, and Haun Ventures. diff --git a/components/hackathon/ScheduleSection.tsx b/components/hackathon/ScheduleSection.tsx index 05aea992ff6..64d05755048 100644 --- a/components/hackathon/ScheduleSection.tsx +++ b/components/hackathon/ScheduleSection.tsx @@ -4,16 +4,16 @@ import { Heading, Text } from "tw-components"; export const ScheduleSection: React.FC = () => { const items = [ { - day: 9, + day: 16, title: "Hackathon Kickoff: Intro to thirdweb, Team Formation | 5:00pm - 7:00pm", }, { - day: 10, + day: 17, title: "Hack Day | 9:00am - 9:00pm", }, { - day: 11, + day: 18, title: "Final Submission | 9:00am", secondTitle: "Lunch & Winners Announcement | 12:00pm", }, diff --git a/components/hackathon/Sponsors.tsx b/components/hackathon/Sponsors.tsx index fd26e0132f6..018886817fc 100644 --- a/components/hackathon/Sponsors.tsx +++ b/components/hackathon/Sponsors.tsx @@ -18,6 +18,11 @@ const sponsors = [ logo: require("public/assets/landingpage/haun.svg"), link: "https://www.haun.co/", }, + { + name: "Pantera", + logo: require("public/assets/landingpage/pantera.png"), + link: "https://panteracapital.com", + }, ]; interface SponsorsProps { @@ -32,7 +37,7 @@ export const Sponsors = ({ TRACKING_CATEGORY }: SponsorsProps) => { diff --git a/components/hackathon/Timer.tsx b/components/hackathon/Timer.tsx index 5b6fb0b4a82..dec12b40865 100644 --- a/components/hackathon/Timer.tsx +++ b/components/hackathon/Timer.tsx @@ -12,7 +12,7 @@ interface ITimeLeft { const Timer: React.FC = () => { const calculateTimeLeft = () => { const difference = - Number(new Date("2024-02-09T09:00:00-08:00")) - Number(new Date()); + Number(new Date("2024-02-16T09:00:00-08:00")) - Number(new Date()); let timeLeft = { days: 0, hours: 0, diff --git a/pages/hackathon/consumer-crypto.tsx b/pages/hackathon/consumer-crypto.tsx index ee27494176a..d2a7a2fd54c 100644 --- a/pages/hackathon/consumer-crypto.tsx +++ b/pages/hackathon/consumer-crypto.tsx @@ -119,7 +119,7 @@ const Hackathon = () => { letterSpacing={5} textAlign="center" > - FEBRUARY 9 - 11 + FEBRUARY 16 - 18 @@ -180,9 +180,9 @@ const Hackathon = () => { • 1 ETH for 1st Place - • Meet & present to top industry leaders, operators, and - investors in crypto — from Caldera, Founders Inc. and Haun - Ventures + • Meet & present to builders, operators, & investors in + crypto — from Caldera, Pantera Capital, Founders Inc, and + Haun Ventures • Amplification to 70k+ followers on thirdweb's @@ -224,7 +224,7 @@ const Hackathon = () => { Participants will be able to submit their project to the form in the hackathon landing page before the deadline, on{" "} - February 11th at 9:00am PST. + February 18th at 9:00am PST. diff --git a/public/assets/landingpage/franklin.jpg b/public/assets/landingpage/franklin.jpg new file mode 100644 index 00000000000..145ccd51bfe Binary files /dev/null and b/public/assets/landingpage/franklin.jpg differ diff --git a/public/assets/landingpage/pantera.png b/public/assets/landingpage/pantera.png new file mode 100644 index 00000000000..d40e6d35c16 Binary files /dev/null and b/public/assets/landingpage/pantera.png differ