@@ -2,6 +2,8 @@ import { FaSolidComments } from '@aminya/solid-icons/fa/FaSolidComments';
2
2
import { FaSolidHotel } from '@aminya/solid-icons/fa/FaSolidHotel' ;
3
3
import { FaSolidLink } from '@aminya/solid-icons/fa/FaSolidLink' ;
4
4
import { FaSolidMapLocationDot } from '@aminya/solid-icons/fa/FaSolidMapLocationDot' ;
5
+ import { FaSolidCampground } from '@aminya/solid-icons/fa/FaSolidCampground' ;
6
+ import { FaSolidCircleQuestion } from '@aminya/solid-icons/fa/FaSolidCircleQuestion' ;
5
7
import { For } from 'solid-js' ;
6
8
import PageLayout from '~/components/PageLayout' ;
7
9
@@ -141,7 +143,10 @@ export default function Hotels() {
141
143
< div class = "w-full space-y-8 mt-12" >
142
144
{ /* Camping Section */ }
143
145
< div class = "p-6 bg-white/10 backdrop-blur-lg rounded-xl border border-white/20" >
144
- < h3 class = "text-xl font-bold mb-4 text-center" > Camping</ h3 >
146
+ < h3 class = "text-xl font-bold mb-4 text-center flex items-center justify-center gap-2" >
147
+ < FaSolidCampground />
148
+ Camping
149
+ </ h3 >
145
150
< div class = "flex flex-col justify-center items-center gap-4" >
146
151
< p class = "text-center max-w-2xl" >
147
152
There is a camping area in the town of Jona which is close to the conference venue.
@@ -159,7 +164,10 @@ export default function Hotels() {
159
164
160
165
{ /* Community Section */ }
161
166
< div class = "p-6 bg-white/10 backdrop-blur-lg rounded-xl border border-white/20" >
162
- < h3 class = "text-xl font-bold mb-4 text-center" > Community</ h3 >
167
+ < h3 class = "text-xl font-bold mb-4 text-center flex items-center justify-center gap-2" >
168
+ < FaSolidComments />
169
+ Community
170
+ </ h3 >
163
171
< div class = "flex flex-col justify-center items-center gap-4" >
164
172
< p class = "text-center max-w-2xl" >
165
173
Connect with other attendees to coordinate shared accommodation options.
@@ -170,15 +178,18 @@ export default function Hotels() {
170
178
rel = "noopener noreferrer"
171
179
class = "px-4 py-2 bg-white/20 hover:bg-white/30 transition-colors rounded-lg text-white font-medium flex items-center gap-2"
172
180
>
173
- < FaSolidComments />
181
+ < FaSolidLink />
174
182
Join our Matrix room to coordinate accommodation
175
183
</ a >
176
184
</ div >
177
185
</ div >
178
186
179
187
{ /* Assistance Section */ }
180
188
< div class = "p-6 bg-white/10 backdrop-blur-lg rounded-xl border border-white/20" >
181
- < h3 class = "text-xl font-bold mb-4 text-center" > Need Accommodation Assistance?</ h3 >
189
+ < h3 class = "text-xl font-bold mb-4 text-center flex items-center justify-center gap-2" >
190
+ < FaSolidCircleQuestion />
191
+ Need Accommodation Assistance?
192
+ </ h3 >
182
193
< div class = "flex flex-col justify-center items-center gap-4" >
183
194
< p class = "text-center max-w-2xl" >
184
195
If you need help finding suitable accommodation or have any questions, please don't hesitate to contact us.
0 commit comments