Skip to content

Commit 4cf5607

Browse files
committed
SEO P1: Add image lazy loading to 3 pages (business_dinner, is_this_right_for_you, shoot_guide)
1 parent ce3ec62 commit 4cf5607

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

business_dinner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152

153153
<header class="relative pt-32 pb-20 px-6 z-10 text-center border-b border-white/10">
154154
<div class="absolute inset-0 z-0">
155-
<img src="https://images.unsplash.com/photo-1414235077428-338989f46313?w=1200" alt="??憌臬??游?" class="w-full h-full object-cover opacity-20 mix-blend-luminosity">
155+
<img loading="lazy" src="https://images.unsplash.com/photo-1414235077428-338989f46313?w=1200" alt="??憌臬??游?" class="w-full h-full object-cover opacity-20 mix-blend-luminosity">
156156
<div class="absolute inset-0 bg-gradient-to-t from-midnight to-transparent"></div>
157157
</div>
158158
<div class="relative z-10 max-w-4xl mx-auto mt-12">

is_this_right_for_you.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<!-- Article Hero -->
147147
<header class="relative pt-32 pb-20 px-6 z-10 text-center border-b border-white/10">
148148
<div class="absolute inset-0 z-0">
149-
<img src="https://i.ibb.co/DPxwZQFQ/image.jpg" alt="?單撌乩??拙?雿?閰摯??" class="w-full h-full object-cover opacity-30 mix-blend-luminosity">
149+
<img loading="lazy" src="https://i.ibb.co/DPxwZQFQ/image.jpg" alt="?單撌乩??拙?雿?閰摯??" class="w-full h-full object-cover opacity-30 mix-blend-luminosity">
150150
<div class="absolute inset-0 bg-gradient-to-t from-midnight to-transparent"></div>
151151
</div>
152152
<div class="relative z-10 max-w-4xl mx-auto mt-12">

shoot_guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<!-- Article Hero -->
149149
<header class="relative pt-32 pb-20 px-6 z-10 text-center border-b border-white/10">
150150
<div class="absolute inset-0 z-0">
151-
<img src="https://i.ibb.co/WKHqV3cB/image.jpg" alt="???犖摰?餌" class="w-full h-full object-cover opacity-30 mix-blend-luminosity">
151+
<img loading="lazy" src="https://i.ibb.co/WKHqV3cB/image.jpg" alt="???犖摰?餌" class="w-full h-full object-cover opacity-30 mix-blend-luminosity">
152152
<div class="absolute inset-0 bg-gradient-to-t from-midnight to-transparent"></div>
153153
</div>
154154
<div class="relative z-10 max-w-4xl mx-auto mt-12">

0 commit comments

Comments
 (0)