@@ -9,78 +9,51 @@ import arrowDownImage from "../../public/arrow-down.svg";
9
9
10
10
<div class =" hero w-full overflow-hidden" >
11
11
<div
12
- class =" w-full mx-auto px-4 md:px-8 lg:px-12 min-h-auto md :min-h-screen h-full flex flex-col justify-between items-stretch gap-10 py-10"
12
+ class =" w-full mx-auto px-4 md:px-8 lg:px-12 min-h-auto lg :min-h-screen h-full flex flex-col justify-between items-stretch gap-10 py-10"
13
13
>
14
14
<div
15
- class =" animate-top z-50 w-full mx-auto grid grid-cols-2 md:grid-cols-4 gap-4 md :gap-8 justify-center md :justify-between items-center"
15
+ class =" animate-top z-50 w-full mx-auto flex gap-4 lg :gap-8 justify-center lg :justify-between items-center"
16
16
>
17
17
<div
18
- class =" col-span-2 md:col-span-1 flex justify-center md :justify-start items-center gap-1 md :gap-2"
18
+ class =" flex justify-center lg :justify-start items-center gap-1 lg :gap-2"
19
19
>
20
- <Image src ={ logoImage } class =" max-w-80 md :max-w-96 w-full" alt =" Logo" />
20
+ <Image src ={ logoImage } class =" max-w-80 lg :max-w-96 w-full" alt =" Logo" />
21
21
</div >
22
22
23
- <div
24
- class =" col-span-2 justify-end md:justify-center items-center gap-6 hidden md:flex"
25
- >
26
- <div class =" flex gap-6" >
23
+ <div class =" justify-end items-center gap-6 hidden lg:flex" >
24
+ <div class =" flex gap-6 justify-center items-center" >
27
25
<a
28
26
href =" #"
29
- class =" text-white/80 hover:text-green-600 text-base md :text-lg"
27
+ class =" text-white/80 hover:text-green-600 text-base lg :text-lg whitespace-nowrap "
30
28
>Página inicial</a
31
29
>
32
30
<a
33
31
href =" #"
34
- class =" text-white/80 hover:text-green-600 text-base md :text-lg"
32
+ class =" text-white/80 hover:text-green-600 text-base lg :text-lg whitespace-nowrap "
35
33
>Sobre</a
36
34
>
37
35
<a
38
36
href =" #"
39
- class =" text-white/80 hover:text-green-600 text-base md :text-lg"
37
+ class =" text-white/80 hover:text-green-600 text-base lg :text-lg whitespace-nowrap "
40
38
>Palestrantes</a
41
39
>
42
40
<a
43
41
href =" #"
44
- class =" text-white/80 hover:text-green-600 text-base md :text-lg"
42
+ class =" text-white/80 hover:text-green-600 text-base lg :text-lg whitespace-nowrap "
45
43
>Cronograma</a
46
44
>
47
- </div >
48
- </div >
49
-
50
- <div
51
- class =" col-span-2 md:col-span-1 flex justify-center md:justify-end items-center gap-1 md:gap-2"
52
- >
53
- <div
54
- class =" w-14 h-14 lg:w-18 lg:h-18 rounded-lg bg-green-800/10 text-white flex flex-col justify-center items-center text-center"
55
- >
56
- <span class =" text-base md:text-lg lg:text-xl font-bold text-green-600"
57
- >12</span
58
- >
59
- <span class =" text-xs font-normal" >Dias</span >
60
- </div >
61
- <div
62
- class =" w-14 h-14 lg:w-18 lg:h-18 rounded-lg bg-green-800/10 text-white flex flex-col justify-center items-center text-center"
63
- >
64
- <span class =" text-base md:text-lg lg:text-xl font-bold text-green-600"
65
- >04</span
66
- >
67
- <span class =" text-xs font-normal" >Horas</span >
68
- </div >
69
- <div
70
- class =" w-14 h-14 lg:w-18 lg:h-18 rounded-lg bg-green-800/10 text-white flex flex-col justify-center items-center text-center"
71
- >
72
- <span class =" text-base md:text-lg lg:text-xl font-bold text-green-600"
73
- >43</span
45
+ <a
46
+ href =" #"
47
+ class =" text-white/80 hover:text-green-600 text-base lg:text-lg whitespace-nowrap"
74
48
>
75
- <span class =" text-xs font-normal" >Min</span >
76
- </div >
77
- <div
78
- class =" w-14 h-14 lg:w-18 lg:h-18 rounded-lg bg-green-800/10 text-white flex flex-col justify-center items-center text-center"
79
- >
80
- <span class =" text-base md:text-lg lg:text-xl font-bold text-green-600"
81
- >55</span
49
+ <Image src ={ instagramImage } width ={ 24 } alt =" Instagram" />
50
+ </a >
51
+ <a
52
+ href =" #"
53
+ class =" text-white/80 hover:text-green-600 text-base lg:text-lg whitespace-nowrap"
82
54
>
83
- <span class =" text-xs font-normal" >Seg</span >
55
+ <Image src ={ twitterImage } width ={ 24 } alt =" Twitter" />
56
+ </a >
84
57
</div >
85
58
</div >
86
59
</div >
@@ -89,6 +62,19 @@ import arrowDownImage from "../../public/arrow-down.svg";
89
62
class =" w-full flex flex-col lg:flex-row items-center justify-center lg:justify-end gap-8 lg:gap-0 relative"
90
63
>
91
64
<div class =" z-50 flex flex-col gap-8 w-full relative lg:absolute right-0" >
65
+ <div class =" animate-top flex justify-center lg:justify-start gap-3" >
66
+ <div
67
+ class =" border bg-green-950/60 border-green-600 rounded-full text-sm md:text-base font-medium text-green-600 px-3 py-1.5"
68
+ >
69
+ <span >07 de Junho | 16:20</span >
70
+ </div >
71
+ <div
72
+ class =" border bg-green-950/60 border-green-600 rounded-full text-sm md:text-base font-medium text-green-600 px-3 py-1.5"
73
+ >
74
+ <span >Maringá | Pr</span >
75
+ </div >
76
+ </div >
77
+
92
78
<div
93
79
class =" flex flex-col text-hero text-2xl md:text-4xl lg:text-6xl xl:text-7xl font-black text-white text-center lg:text-left"
94
80
>
@@ -111,7 +97,7 @@ import arrowDownImage from "../../public/arrow-down.svg";
111
97
</div >
112
98
113
99
<div
114
- class =" animate-top hero-img border-2 border-green-600 rounded-xl bg-neutral-950 mb-10 "
100
+ class =" animate-top hero-img border-2 border-green-600 rounded-xl bg-neutral-950"
115
101
>
116
102
<Image
117
103
src ={ heroImage }
@@ -121,47 +107,13 @@ import arrowDownImage from "../../public/arrow-down.svg";
121
107
</div >
122
108
</div >
123
109
124
- <div class =" animate-top w-full grid grid-cols-1 md:grid-cols-3" >
125
- <div class =" text-center md:text-left w-full" >
126
- <div class =" flex gap-3" >
127
- <div
128
- class =" border bg-green-800/20 border-green-600/50 rounded-full text-sm md:text-base font-medium text-green-600 px-3 py-1.5"
129
- >
130
- <span >07 de Junho | 16:20</span >
131
- </div >
132
- <div
133
- class =" border bg-green-800/20 border-green-600/50 rounded-full text-sm md:text-base font-medium text-green-600 px-3 py-1.5"
134
- >
135
- <span >Maringá | Pr</span >
136
- </div >
137
- </div >
138
- <!-- <div class="text-base md:text-xl font-medium text-white">
139
- <span>07 de Junho</span>
140
- <span class="text-green-600">16:20</span>
141
- </div> -->
142
- </div >
143
-
144
- <div class =" hidden md:flex justify-center items-center btn-scroll-down" >
145
- <a
146
- href =" #"
147
- class =" w-10 h-10 bg-green-700 hover:bg-green-600 rounded-full flex justify-center items-center text-center"
148
- >
149
- <Image src ={ arrowDownImage } width ={ 20 } alt =" Arrow down" />
150
- </a >
151
- </div >
152
-
153
- <div class =" text-center md:text-right w-full" >
154
- <!-- <span class="text-base md:text-xl font-medium text-white"
155
- >Maringá <span class="text-green-600">PR</span></span
156
- > -->
157
-
158
- <div
159
- class =" col-span-1 justify-center md:justify-end items-center gap-6 hidden md:flex"
160
- >
161
- <Image src ={ instagramImage } width ={ 30 } alt =" Instagram" />
162
- <Image src ={ twitterImage } width ={ 30 } alt =" Twitter" />
163
- </div >
164
- </div >
110
+ <div class =" animate-top w-full flex justify-center items-center" >
111
+ <a
112
+ href =" #"
113
+ class =" w-10 h-10 bg-green-700 hover:bg-green-600 rounded-full flex justify-center items-center text-center btn-scroll-down"
114
+ >
115
+ <Image src ={ arrowDownImage } width ={ 20 } alt =" Arrow down" />
116
+ </a >
165
117
</div >
166
118
</div >
167
119
</div >
0 commit comments