+
+ );
+}
+
+const waitingCards: WaitingCardProps[] = [
+ {
+ imageSrc: pitchAsset,
+ imageAlt: 'Practice your pitch',
+ title: 'Practice your pitch',
+ description:
+ 'Your pitch is more important than you think! These 5 minutes determine how much your work in the last 24 hours are worth.',
+ },
+ {
+ imageSrc: hackersChoiceAsset,
+ imageAlt: 'Submit your vote',
+ title: 'Submit your vote',
+ description:
+ 'While you wait, put in your choice for your favorite hack! You are allowed 1 vote, and you cannot vote for your own team. ',
+ linkLabel: 'HACKERS CHOICE AWARD',
+ href: '#hackers-choice-awards',
+ },
+ {
+ imageSrc: judgingAsset,
+ imageAlt: 'Learn about judging',
+ title: 'Learn about Judging',
+ description:
+ 'Ask our AI chatbot any questions regarding the judging rubric, process, and timeline! ',
+ linkLabel: 'LEARN OUR JUDGING PROCESS',
+ href: '/project-info',
+ },
+];
+
export default function HeroWaiting() {
- return