@@ -183,131 +183,6 @@ export const Sponsors: React.FC = () => {
183183 </ div >
184184 ) ) }
185185
186- { /* Sponsorship Tiers Benefits Section */ }
187- < section className = "py-20" >
188- < div className = "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" >
189- < h2 className = "text-3xl md:text-4xl font-bold text-white text-center mb-16" >
190- Sponsorship{ " " }
191- < span className = "bg-gradient-to-r from-[#40E0D0] to-[#1A5AFF] bg-clip-text text-transparent" >
192- Benefits
193- </ span >
194- </ h2 >
195-
196- < div className = "grid md:grid-cols-3 gap-8" >
197- { /* Silver Tier */ }
198- < motion . div
199- initial = { { opacity : 0 , y : 40 } }
200- animate = { { opacity : 1 , y : 0 } }
201- transition = { { duration : 0.6 , delay : 0.3 } }
202- >
203- < StarBorder color = "#40E0D0" speed = "4s" thickness = { 8 } >
204- < GlassCard className = "p-8 h-full min-h[400px] border-2 border-cyan-400" >
205- < div className = "text-center mb-6" >
206- < h3 className = "text-2xl font-bold text-white mb-2" >
207- Silver
208- </ h3 >
209- < p className = "text-gray-300" > Supporting Partnership</ p >
210- </ div >
211- < ul className = "space-y-3 text-white" >
212- < li className = "flex items-center space-x-3" >
213- < div className = "w-2 h-2 bg-white rounded-full" />
214- < span > Post Event Social Media Posts</ span >
215- </ li >
216- < li className = "flex items-center space-x-3" >
217- < div className = "w-2 h-2 bg-white rounded-full" />
218- < span > Logo feature in selected banner</ span >
219- </ li >
220- < li className = "flex items-center space-x-3" >
221- < div className = "w-2 h-2 bg-white rounded-full" />
222- < span > Verbal mention in events</ span >
223- </ li >
224- </ ul >
225- </ GlassCard >
226- </ StarBorder >
227- </ motion . div >
228-
229- { /* Gold Tier */ }
230- < motion . div
231- initial = { { opacity : 0 , y : 40 } }
232- animate = { { opacity : 1 , y : 0 } }
233- transition = { { duration : 0.6 , delay : 0.2 } }
234- >
235- < StarBorder color = "#40E0D0" speed = "4s" thickness = { 8 } >
236- < GlassCard className = "p-8 h-full min-h[400px] border-2 border-cyan-400" >
237- < div className = "text-center mb-6" >
238- < h3 className = "text-2xl font-bold text-white mb-2" >
239- Gold
240- </ h3 >
241- < p className = "text-gray-300" > Strategic Partnership</ p >
242- </ div >
243- < ul className = "space-y-3 text-white" >
244- < li className = "flex items-center space-x-3" >
245- < div className = "w-2 h-2 bg-white rounded-full" />
246- < span > Co Partner status in events</ span >
247- </ li >
248- < li className = "flex items-center space-x-3" >
249- < div className = "w-2 h-2 bg-white rounded-full" />
250- < span > Standard Social Media Promotion</ span >
251- </ li >
252- < li className = "flex items-center space-x-3" >
253- < div className = "w-2 h-2 bg-white rounded-full" />
254- < span > Mention during key event session</ span >
255- </ li >
256- < li className = "flex items-center space-x-3" >
257- < div className = "w-2 h-2 bg-white rounded-full" />
258- < span > Brand Logo on shared banners</ span >
259- </ li >
260- </ ul >
261- </ GlassCard >
262- </ StarBorder >
263- </ motion . div >
264-
265- { /* Platinum Tier */ }
266- < motion . div
267- initial = { { opacity : 0 , y : 40 } }
268- animate = { { opacity : 1 , y : 0 } }
269- transition = { { duration : 0.6 , delay : 0.1 } }
270- >
271- < StarBorder color = "#40E0D0" speed = "4s" thickness = { 8 } >
272- < GlassCard className = "p-8 h-full min-h[400px] border-2 border-cyan-400" >
273- < div className = "text-center mb-6" >
274- < h3 className = "text-2xl font-bold text-white mb-2" >
275- Platinum
276- </ h3 >
277- < p className = "text-gray-300" > Premium Partnership</ p >
278- </ div >
279- < ul className = "space-y-3 text-white" >
280- < li className = "flex items-center space-x-3" >
281- < div className = "w-2 h-2 bg-white rounded-full" />
282- < span > Title partner in all banners</ span >
283- </ li >
284- < li className = "flex items-center space-x-3" >
285- < div className = "w-2 h-2 bg-white rounded-full" />
286- < span > Dedicated Sponsorship desk</ span >
287- </ li >
288- < li className = "flex items-center space-x-3" >
289- < div className = "w-2 h-2 bg-white rounded-full" />
290- < span > Exclusive Banner space at entry</ span >
291- </ li >
292- < li className = "flex items-center space-x-3" >
293- < div className = "w-2 h-2 bg-white rounded-full" />
294- < span > Premium social media campaign</ span >
295- </ li >
296- < li className = "flex items-center space-x-3" >
297- < div className = "w-2 h-2 bg-white rounded-full" />
298- < span > Logo on CSI Website</ span >
299- </ li >
300- < li className = "flex items-center space-x-3" >
301- < div className = "w-2 h-2 bg-white rounded-full" />
302- < span > Post Event Video</ span >
303- </ li >
304- </ ul >
305- </ GlassCard >
306- </ StarBorder >
307- </ motion . div >
308- </ div >
309- </ div >
310- </ section >
311186
312187 { /* Sponsorship Kit Section */ }
313188 < section className = "py-20" >
0 commit comments