Skip to content

Commit 6a05c3e

Browse files
✨ Add lazy loading to images and improve text formatting in welcome view
1 parent 99af314 commit 6a05c3e

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

resources/views/welcome.blade.php

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ class="font-normal text-gray-600 dark:text-white/50"
247247
class="mt-2 w-40 rounded-xl"
248248
width="160"
249249
height="90"
250+
loading="lazy"
250251
/>
251252
</a>
252253
</div>
@@ -338,6 +339,7 @@ class="size-8"
338339
class="w-full max-w-80 rounded-xl"
339340
width="320"
340341
height="180"
342+
loading="lazy"
341343
/>
342344
</a>
343345
</div>
@@ -383,10 +385,13 @@ class="inline-block font-medium text-[#F53003] transition duration-200 will-chan
383385
Laravel
384386
</a>
385387
skills to the world of
386-
<span class="text-black dark:text-white">desktop & mobile apps</span>.
387-
<br class="hidden md:block">
388-
Build cross-platform applications effortlessly—no extra
389-
tools, just the stack you love.
388+
<span class="text-black dark:text-white">
389+
desktop & mobile apps
390+
</span>
391+
.
392+
<br class="hidden md:block" />
393+
Build cross-platform applications effortlessly—no extra tools, just
394+
the stack you love.
390395
</p>
391396

392397
{{-- Call to Action Button --}}
@@ -998,9 +1003,9 @@ class="pt-3 text-xl font-medium capitalize opacity-0"
9981003
"
9991004
class="pt-2 leading-relaxed text-gray-500 opacity-0 dark:text-gray-400"
10001005
>
1001-
Watch Marcel's original NativePHP talk from Laracon US 2023 in Nashville.
1002-
Minds were blown as he demonstrated how to use Laravel to build
1003-
cross-platform desktop applications.
1006+
Watch Marcel's original NativePHP talk from Laracon US 2023
1007+
in Nashville. Minds were blown as he demonstrated how to use
1008+
Laravel to build cross-platform desktop applications.
10041009
</p>
10051010
</div>
10061011
<iframe

0 commit comments

Comments
 (0)