@@ -4,6 +4,8 @@ import { Image } from 'astro:assets'
44import odds from ' $assets/odds.svg'
55import tdpk from ' $assets/tdpk.svg'
66import microsoft from ' $assets/microsoft.png'
7+ import eventpop from ' $assets/eventpop.png'
8+ import jetbrains from ' $assets/jetbrains.svg'
79import creatorsgarten from ' $assets/creatorsgarten.svg'
810---
911
@@ -24,26 +26,28 @@ import creatorsgarten from '$assets/creatorsgarten.svg'
2426 <ul class =" mx-auto max-w-4xl space-y-6 px-4" >
2527 <li class =" rounded-xl bg-white px-8 py-6 text-เหล็กไหล" >
2628 <h2 class =" pb-4 text-2xl font-bold" >Platinum</h2 >
27- <div class =" flex flex-wrap justify-center gap-6" >
29+ <div class =" flex flex-wrap justify-center gap-x-8 gap-y- 6" >
2830 <Image src ={ odds } alt =" ODDS" class =" h-24 w-auto" />
2931 </div >
3032 </li >
3133 <li class =" rounded-xl bg-white px-8 py-6 text-เหล็กไหล" >
3234 <h2 class =" pb-4 text-2xl font-bold" >Gold</h2 >
33- <div class =" flex flex-wrap justify-center gap-6" >
35+ <div class =" flex flex-wrap justify-center gap-x-8 gap-y- 6" >
3436 <Image src ={ tdpk } alt =" True Digital Park" class =" h-12 w-auto" />
3537 </div >
3638 </li >
3739 <li class =" rounded-xl bg-white px-8 py-6 text-เหล็กไหล" >
3840 <h2 class =" pb-4 text-2xl font-bold" >Silver</h2 >
39- <div class =" flex flex-wrap justify-center gap-6" >
41+ <div class =" flex flex-wrap justify-center gap-x-8 gap-y- 6" >
4042 <Image src ={ microsoft } alt =" Microsoft" class =" h-10 w-auto" />
43+ <Image src ={ eventpop } alt =" Microsoft" class =" h-9 w-auto" />
4144 </div >
4245 </li >
4346 <li class =" rounded-xl bg-white px-8 py-6 text-เหล็กไหล" >
4447 <h2 class =" pb-4 text-2xl font-bold" >Communities</h2 >
45- <div class =" flex flex-wrap justify-center gap-6" >
48+ <div class =" flex flex-wrap justify-center gap-x-8 gap-y- 6" >
4649 <Image src ={ creatorsgarten } alt =" Creatorsgarten" class =" h-12 w-auto" />
50+ <Image src ={ jetbrains } alt =" Creatorsgarten" class =" h-12 w-auto" />
4751 </div >
4852 </li >
4953 </ul >
0 commit comments