@@ -7,27 +7,32 @@ export default function page() {
7
7
return (
8
8
< div className = "flex w-full flex-col justify-center rounded-xl bg-white p-4 md:p-8" >
9
9
< div className = "gap-6 p-8 text-center font-bold" >
10
- < h1 className = "flex justify-start text-4xl" > But First...</ h1 >
11
- < div className = "relative inline-block text-3xl" >
12
- < Underline > Join the official Discord!</ Underline >
10
+ < h1 className = "flex justify-start pb-4 text-4xl" > But First...</ h1 >
11
+ < div className = "flex w-full flex-col items-center gap-3 rounded-3xl bg-pastel-green p-8 text-xl" >
12
+ < div className = "w-1/2 rounded-3xl bg-white p-8" >
13
+ < div className = "relative inline-block text-3xl" >
14
+ < Underline > Join the official Discord!</ Underline >
15
+ </ div >
16
+ < div className = "pt-8" >
17
+ < a
18
+ target = "_blank"
19
+ rel = "noreferrer"
20
+ href = { process . env . NEXT_PUBLIC_DISCORD_LINK }
21
+ >
22
+ < PurpleButton > Hackathon Discord</ PurpleButton >
23
+ </ a >
24
+ </ div >
25
+ </ div >
26
+ </ div >
27
+
28
+ < div className = "flex justify-between pt-8" >
29
+ < Link href = { "/register/team" } >
30
+ < PurpleButton > Back</ PurpleButton >
31
+ </ Link >
32
+ < Link href = { "/register/team/ready" } >
33
+ < PurpleButton > Next</ PurpleButton >
34
+ </ Link >
13
35
</ div >
14
- </ div >
15
- < div className = "flex items-center justify-center p-2" >
16
- < a
17
- target = "_blank"
18
- rel = "noreferrer"
19
- href = { process . env . NEXT_PUBLIC_DISCORD_LINK }
20
- >
21
- < PurpleButton > Hackathon Discord</ PurpleButton >
22
- </ a >
23
- </ div >
24
- < div className = "flex justify-between" >
25
- < Link className = "flex justify-end" href = { "/register/team" } >
26
- < PurpleButton > Back</ PurpleButton >
27
- </ Link >
28
- < Link className = "flex justify-end" href = { "/register/team/ready" } >
29
- < PurpleButton > Next</ PurpleButton >
30
- </ Link >
31
36
</ div >
32
37
</ div >
33
38
) ;
0 commit comments