1+ 'use client' ;
2+
13import Image from 'next/image' ;
2- // import Countdown from './Countdown';
3- import styles from './IndexHeroContentJudging.module.scss' ;
44import MusicPlayer from '../../IndexHero/MusicPlayer' ;
55import star_icon from '@public/hackers/hero/star.svg' ;
6- // import cow_tada from '@public/hackers/hero/cow_tada.svg';
76import judge_bunny_and_ducky from '@public/hackers/hero/judge_bunny_and_ducky.svg' ;
8- import Scroll from '../../IndexHero/Scroll' ;
97import { LuArrowUpRight } from 'react-icons/lu' ;
10- // import Map from '@pages/judges/(app)/map/_components/Map/Map';
118import star from 'public/index/hero/star.svg' ;
129import Link from 'next/link' ;
13- // import TimeTracker from '../../IndexHero/TimeTracker';
14- import Notifications from '../../IndexHero/Notifications' ;
1510import JudgeBanners from '../../IndexHero/JudgeBanners' ;
16- import { GoArrowRight } from 'react-icons/go ' ;
11+ import styles from './IndexHeroContentJudging.module.scss ' ;
1712
1813export default function IndexHeroContentJudging ( ) {
1914 return (
2015 < div className = { styles . container } >
2116 < div className = { styles . infoContainer } >
22- < div className = { styles . text } >
23- < p className = { styles . date } >
24- APRIL 19-20
25- < br />
26- 2025
27- </ p >
28- < a
29- href = "https://drive.google.com/file/d/1l6fxi9jDKlleaStt4xXSgCjVg4dfQkjz/view?usp=sharing"
30- className = { styles . link }
31- >
32- < p className = { styles . map } > VENUE MAP</ p >
33- < LuArrowUpRight size = { 23 } />
34- </ a >
35- </ div >
36- { /* <JudgeBanners /> */ }
37- < div className = { styles . notifications } >
38- < Notifications />
39- </ div >
17+ < p className = { styles . date } >
18+ APRIL 19-20
19+ < br />
20+ 2025
21+ </ p >
22+ < a href = "/map" className = { styles . link } >
23+ < p className = { styles . map } > VENUE MAP</ p >
24+ < LuArrowUpRight size = { 23 } />
25+ </ a >
4026 </ div >
4127
4228 < div className = { styles . spacer_star_container } >
@@ -47,22 +33,6 @@ export default function IndexHeroContentJudging() {
4733 < MusicPlayer />
4834 < div className = { styles . center_right } >
4935 < JudgeBanners />
50- < div className = { styles . belowClock } >
51- < p className = { styles . info } >
52- A HACKDAVIS HUB
53- < br />
54- FOR EVERYONE WHO
55- < span className = { styles . monospace } >
56- { ' // creates for social good' }
57- </ span >
58- </ p >
59- < a href = "https://hackdavis-2025.devpost.com/" >
60- < button className = { styles . submitButton } >
61- < p > SUBMIT!</ p >
62- < GoArrowRight className = { styles . submitArrow } />
63- </ button >
64- </ a >
65- </ div >
6636 </ div >
6737 </ div >
6838
@@ -73,11 +43,6 @@ export default function IndexHeroContentJudging() {
7343 < div className = { styles . social_good } > { '// for social good' } </ div >
7444 </ div >
7545
76- < div className = { styles . spacer_star_container } >
77- < Image src = { star } alt = "star" className = { styles . spacer_star } />
78- </ div >
79- < Scroll />
80-
8146 < div className = { styles . group_width } >
8247 < div
8348 style = { {
0 commit comments