File tree Expand file tree Collapse file tree 3 files changed +16
-11
lines changed
Expand file tree Collapse file tree 3 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 138138 '<',
139139 )
140140 .fromTo(
141- $refs.supercar ,
141+ $refs.cheetah ,
142142 {
143143 autoAlpha: 0,
144- x: -500 ,
144+ x: -10 ,
145145 },
146146 {
147147 autoAlpha: 1,
@@ -349,36 +349,41 @@ class="w-[30rem]"
349349 </div >
350350 </div >
351351
352- {{-- Supercar --}}
352+ {{-- Cheetah --}}
353353 <div class =" relative z-50 grid place-items-center pt-10" >
354354 <img
355- x-ref =" supercar "
356- src =" {{ Vite:: asset (' resources/images/home/supercar .webp' ) } }"
357- alt =" Car "
358- class =" w-44 "
355+ x-ref =" cheetah "
356+ src =" {{ Vite:: asset (' resources/images/home/cheetah .webp' ) } }"
357+ alt =" Cheetah "
358+ class =" w-52 "
359359 />
360360 </div >
361361
362362 {{-- Takeoff --}}
363- <div
363+ <h3
364364 x-ref =" take_off"
365365 class =" px-4 pt-3 text-3xl font-extrabold"
366366 >
367367 Ready to take off?
368- </div >
369- <div
368+ </h3 >
369+ <p
370370 x-ref =" take_off_message"
371371 class =" mx-auto max-w-md px-4 pt-2 text-dolphin"
372372 >
373373 Give Filament a try, and we bet that you'll be amazed in the first
374374 few minutes.
375- </div >
375+ </p >
376376
377377 {{-- Get Started Link --}}
378378 <div
379379 x-ref =" getstarted"
380380 class =" px-4 pt-10"
381381 >
382+ <img
383+ src =" {{ Vite:: asset (' resources/images/home/pink_bird_on_branch.webp' ) } }"
384+ alt =" "
385+ class =" -mb-[.7rem] ml-8 w-20 sm:-mb-[.9rem] sm:ml-14 sm:w-28"
386+ />
382387 <a
383388 href =" {{ route (' docs' , [' slug' => ' panels/getting-started' ]) } }"
384389 class =" group/getstarted relative flex w-full items-center justify-between gap-5 overflow-hidden rounded-2xl px-10 py-8 ring-2 ring-transparent transition duration-300 hover:ring-peach-orange/40 motion-reduce:transition-none sm:py-10"
You can’t perform that action at this time.
0 commit comments