2323 < link rel ="icon " href ="/www/favicon.svg " type ="image/svg+xml ">
2424 < link rel ="preconnect " href ="https://fonts.googleapis.com ">
2525 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
26- < script type ="module " crossorigin src ="/www/index.1e3e7d30 .js "> </ script >
27- < link rel ="stylesheet " href ="/www/index-6c5b9144 .css ">
26+ < script type ="module " crossorigin src ="/www/index.8e7c889a .js "> </ script >
27+ < link rel ="stylesheet " href ="/www/index-77f75c3a .css ">
2828 </ head >
2929 < body x-data ="{ mobileMenuIsOpen: false } " class ="relative w-full min-h-screen h-full text-white bg-[#040120] bg-top bg-no-repeat bg-pest ">
3030 < div x-show ="mobileMenuIsOpen " class ="backdrop:bg-transparent lg:hidden z-50 relative ">
@@ -201,8 +201,9 @@ <h1 class="mt-8 text-4xl sm:text-5xl/14 xl:text-6xl/15 tracking-tight font-title
201201 sponsors: [
202202 { href: 'https://cmsmax.com/?ref=pestphp', img: '/www/assets/sponsors/cmsmax.png', alt: 'CMS Max', class: 'h-7 md:h-9 object-contain' },
203203 { href: 'https://coderabbit.ai/?ref=pestphp', img: '/www/assets/sponsors/coderabbit.svg', alt: 'CodeRabbit', class: 'h-7 md:h-9 object-contain' },
204- { href: 'https://laracasts.com/?ref=pestphp', img: '/www/assets/sponsors/laracasts.svg', alt: 'Laracasts', class: 'h-6 md:h-6 object-contain' },
205- { href: 'https://nativephp.com/?ref=pestphp.com', img: '/www/assets/sponsors/native-php.svg?20082025', alt: 'Native PHP', class: 'h-6 md:h-7 object-contain' },
204+ { href: 'https://devin.ai/?ref=nunomaduro', img: '/www/assets/sponsors/devin.png', alt: 'Devin', class: 'h-7 md:h-9 object-contain' },
205+ { href: 'https://l.rw.rw/pestphp', img: '/www/assets/sponsors/mailtrap.svg', alt: 'Mailtrap', class: 'h-7 md:h-9 object-contain' },
206+ { href: 'https://tighten.com/?ref=nunomaduro', img: '/www/assets/sponsors/tighten.svg?20082025', alt: 'Tighten', class: 'h-6 md:h-7 object-contain' },
206207 { href: 'https://redberry.international/laravel-development/?utm_source=pest&utm_medium=banner&utm_campaign=pest_sponsorship', img: '/www/assets/sponsors/redberry.png?20082025', alt: 'Redberry', class: 'h-6 md:h-7 object-contain' }
207208 ],
208209 shuffledSponsors: [],
@@ -217,7 +218,7 @@ <h1 class="mt-8 text-4xl sm:text-5xl/14 xl:text-6xl/15 tracking-tight font-title
217218 } "
218219 x-init ="init() "
219220 >
220- < div class ="mx-auto mt-10 grid max-w-lg grid-cols-2 items-center gap-x-8 gap-y-10 lg:grid-cols-5 sm:gap-x-10 lg:mx-0 lg:max-w-none motion-preset-blur-up-md motion-delay-[800ms] motion-duration-1000 ">
221+ < div class ="mx-auto mt-10 grid max-w-lg grid-cols-2 items-center gap-x-8 gap-y-10 lg:grid-cols-6 sm:gap-x-10 lg:mx-0 lg:max-w-none motion-preset-blur-up-md motion-delay-[800ms] motion-duration-1000 ">
221222 < template x-for ="sponsor in shuffledSponsors " :key ="sponsor.alt ">
222223 < a :href ="sponsor.href " target ="_blank ">
223224 < img :src ="sponsor.img " :alt ="sponsor.alt " :class ="sponsor.class " />
@@ -232,11 +233,9 @@ <h1 class="mt-8 text-4xl sm:text-5xl/14 xl:text-6xl/15 tracking-tight font-title
232233 pxPerSecond: 50,
233234 duration: 1,
234235 items: [
235- { href: 'https://forge.laravel.com/?ref=pestphp', src: '/www/assets/sponsors/forge.svg', alt: 'Forge', class: 'h-4.5' },
236236 { href: 'https://zapiet.com/?ref=pestphp', src: '/www/assets/sponsors/zapiet.svg', alt: 'Zapiet', class: 'h-5' },
237237 { href: 'https://loadforge.com/?ref=pestphp', src: '/www/assets/sponsors/loadforge.svg', alt: 'Load Forge', class: 'h-5' },
238238 { href: 'https://route4me.com/pt?ref=pestphp', src: '/www/assets/sponsors/route4me.svg', alt: 'Route4Me', class: 'h-6' },
239- { href: 'https://devtools-for-livewire.com/?ref=pestphp', src: '/www/assets/sponsors/devtools-for-livewire.svg', alt: 'Devtools for Livewire', class: 'h-4.5' },
240239 { href: 'https://getnerdify.com/?ref=pestphp', src: '/www/assets/sponsors/nerdify.png', alt: 'Nerdify', class: 'h-14' },
241240 { href: 'https://akaunting.com/?ref=pestphp', src: '/www/assets/sponsors/akaunting.svg', alt: 'Akaunting', class: 'h-6' },
242241 { href: 'https://lambdatest.com/?ref=pestphp', src: '/www/assets/sponsors/lambdatest.svg', alt: 'Lambdatest', class: 'h-8' },
0 commit comments