3939 <div class =" bg-gray-900 rounded-xl p-8 border border-gray-800 hover:border-[#19806f] transition-colors group scroll-animate rotate-in stagger-3" >
4040 <div class =" text-center" >
4141 <iconify-icon icon =" mdi:bed" class =" text-[#19806f] text-6xl mb-6 block" ></iconify-icon>
42- <h3 class =" text-2xl font-bold mb-4 font-subhead text-white" >Sleep Setup</h3 >
42+ <h3 class =" text-2xl font-bold mb-2 font-subhead text-white" >Sleep Setup</h3 >
43+ <p class =" text-sm text-gray-400 mb-4" >(if you choose to stay overnight)</p >
4344 <ul class =" space-y-3 text-gray-300" >
4445 <li class =" flex items-center gap-3" >
4546 <iconify-icon icon =" mdi:check-circle" class =" text-[#19806f] text-xl" ></iconify-icon>
5354 <iconify-icon icon =" mdi:check-circle" class =" text-[#19806f] text-xl" ></iconify-icon>
5455 <span >Eye mask & earplugs</span >
5556 </li >
57+ <li class =" flex items-center gap-3" >
58+ <iconify-icon icon =" mdi:check-circle" class =" text-[#19806f] text-xl" ></iconify-icon>
59+ <span >Change of clothes</span >
60+ </li >
5661 </ul >
5762 </div >
5863 </div >
6974 </li >
7075 <li class =" flex items-center gap-3" >
7176 <iconify-icon icon =" mdi:check-circle" class =" text-[#19806f] text-xl" ></iconify-icon>
72- <span >Change of clothes </span >
77+ <span >Deodorant </span >
7378 </li >
7479 <li class =" flex items-center gap-3" >
7580 <iconify-icon icon =" mdi:check-circle" class =" text-[#19806f] text-xl" ></iconify-icon>
100105 </div >
101106 </div >
102107 </div >
108+
109+ <!-- Shower Facilities -->
110+ <div class =" mt-8 bg-gray-900/50 border border-gray-700 rounded-xl p-6 scroll-animate fade-up stagger-6" >
111+ <div class =" flex items-start gap-4 mb-4" >
112+ <iconify-icon icon =" mdi:shower" class =" text-[#19806f] text-2xl mt-1" ></iconify-icon>
113+ <div >
114+ <h4 class =" text-xl font-bold mb-2 text-white font-subhead" >Shower Facilities Nearby</h4 >
115+ <p class =" text-gray-300 leading-relaxed mb-4" >
116+ For a 36+ hour hackathon, you might want to freshen up! Here are nearby shower facilities:
117+ </p >
118+ </div >
119+ </div >
120+
121+ <div class =" grid md:grid-cols-2 gap-6" >
122+ <!-- Shower Station QSNCC -->
123+ <div class =" bg-gray-800/50 rounded-lg p-4 border border-gray-600" >
124+ <div class =" flex items-center gap-2 mb-3" >
125+ <iconify-icon icon =" mdi:map-marker" class =" text-[#19806f] text-lg" ></iconify-icon>
126+ <h5 class =" font-semibold text-white" >Shower Station (QSNCC)</h5 >
127+ </div >
128+ <ul class =" space-y-2 text-sm text-gray-300 mb-4" >
129+ <li ><strong >Hours:</strong > 7:00 - 21:00</li >
130+ <li ><strong >Price:</strong > 100-200 THB</li >
131+ <li ><strong >Includes:</strong > Towel, dryer, shower gel, shampoo</li >
132+ <li ><strong >Booking:</strong > <a href =" https://line.me/R/ti/p/@781uyocx" target =" _blank" class =" text-[#19806f] hover:underline" >LINE @781uyocx</a > (recommended for Saturdays)</li >
133+ </ul >
134+ <div class =" flex gap-2" >
135+ <a href =" https://maps.app.goo.gl/L6oyX5Dxxvqj63tr7" target =" _blank" class =" inline-flex items-center gap-1 px-3 py-1.5 bg-[#19806f] hover:bg-[#146b5c] text-white text-xs rounded-lg transition-colors" >
136+ <iconify-icon icon =" mdi:map-marker" class =" text-sm" ></iconify-icon>
137+ View on Maps
138+ </a >
139+ <a href =" https://www.qsncc.com/th/media/news-and-update/qsncc-launches-the-shower-station-to-complement/" target =" _blank" class =" inline-flex items-center gap-1 px-3 py-1.5 bg-gray-600 hover:bg-gray-500 text-white text-xs rounded-lg transition-colors" >
140+ <iconify-icon icon =" mdi:information" class =" text-sm" ></iconify-icon>
141+ More Info
142+ </a >
143+ </div >
144+ </div >
145+
146+ <!-- Silom Edge -->
147+ <div class =" bg-gray-800/50 rounded-lg p-4 border border-gray-600" >
148+ <div class =" flex items-center gap-2 mb-3" >
149+ <iconify-icon icon =" mdi:map-marker" class =" text-[#19806f] text-lg" ></iconify-icon>
150+ <h5 class =" font-semibold text-white" >Silom Edge (Silom Station)</h5 >
151+ </div >
152+ <ul class =" space-y-2 text-sm text-gray-300 mb-4" >
153+ <li ><strong >Hours:</strong > 6:00 - 21:00</li >
154+ <li ><strong >Price:</strong > 40 THB + extras</li >
155+ <li ><strong >Note:</strong > Extra charges for amenities</li >
156+ </ul >
157+ <div class =" flex gap-2" >
158+ <a href =" https://maps.app.goo.gl/EaATk1eZmudXb4CV7" target =" _blank" class =" inline-flex items-center gap-1 px-3 py-1.5 bg-[#19806f] hover:bg-[#146b5c] text-white text-xs rounded-lg transition-colors" >
159+ <iconify-icon icon =" mdi:map-marker" class =" text-sm" ></iconify-icon>
160+ View on Maps
161+ </a >
162+ <a href =" https://www.facebook.com/SilomEdge/posts/549609300899372" target =" _blank" class =" inline-flex items-center gap-1 px-3 py-1.5 bg-gray-600 hover:bg-gray-500 text-white text-xs rounded-lg transition-colors" >
163+ <iconify-icon icon =" mdi:information" class =" text-sm" ></iconify-icon>
164+ More Info
165+ </a >
166+ </div >
167+ </div >
168+ </div >
169+ </div >
103170 </div >
104171</section >
0 commit comments