@@ -3,6 +3,8 @@ import { Image } from 'astro:assets'
33
44import odds from ' $assets/odds.svg'
55import tdpk from ' $assets/tdpk.svg'
6+ import microsoft from ' $assets/microsoft.png'
7+ import creatorsgarten from ' $assets/creatorsgarten.svg'
68---
79
810<section class =" py-12 text-เหล็กไหล" >
@@ -23,19 +25,25 @@ import tdpk from '$assets/tdpk.svg'
2325 <li class =" rounded-xl bg-white px-8 py-6 text-เหล็กไหล" >
2426 <h2 class =" pb-4 text-2xl font-bold" >Platinum</h2 >
2527 <div class =" flex flex-wrap justify-center gap-6" >
26- <Image src ={ odds } alt =" ODDS" />
28+ <Image src ={ odds } alt =" ODDS" class = " h-24 w-auto " />
2729 </div >
2830 </li >
2931 <li class =" rounded-xl bg-white px-8 py-6 text-เหล็กไหล" >
3032 <h2 class =" pb-4 text-2xl font-bold" >Gold</h2 >
3133 <div class =" flex flex-wrap justify-center gap-6" >
32- <Image src ={ tdpk } alt =" True Digital Park" />
34+ <Image src ={ tdpk } alt =" True Digital Park" class = " h-12 w-auto " />
3335 </div >
3436 </li >
3537 <li class =" rounded-xl bg-white px-8 py-6 text-เหล็กไหล" >
3638 <h2 class =" pb-4 text-2xl font-bold" >Silver</h2 >
3739 <div class =" flex flex-wrap justify-center gap-6" >
38- <p class =" px-4 text-center" >Sponsorship slot available!</p >
40+ <Image src ={ microsoft } alt =" Microsoft" class =" h-12 w-auto" />
41+ </div >
42+ </li >
43+ <li class =" rounded-xl bg-white px-8 py-6 text-เหล็กไหล" >
44+ <h2 class =" pb-4 text-2xl font-bold" >Communities</h2 >
45+ <div class =" flex flex-wrap justify-center gap-6" >
46+ <Image src ={ creatorsgarten } alt =" Creatorsgarten" class =" h-12 w-auto" />
3947 </div >
4048 </li >
4149 </ul >
0 commit comments