From bebb85613c3f5c07aa6d860f7b02669c738261c7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 2 Jun 2026 16:30:59 +0530 Subject: [PATCH] perf: implement native lazy loading for images --- about.html | 4 ++-- index.html | 4 ++++ js/main.js | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/about.html b/about.html index cdb7529..036daee 100644 --- a/about.html +++ b/about.html @@ -93,7 +93,7 @@

About Us

- Priya Sharma - Founder & Head Chef + Priya Sharma - Founder & Head Chef

Priya Sharma

Founder & Head Chef - Crafting every dish with love and authenticity.

@@ -107,7 +107,7 @@

About Priya

- Anjali Verma - Customer Support + Anjali Verma - Customer Support

Anjali Verma

Customer Support - Always here to assist you with your orders.

diff --git a/index.html b/index.html index 08cc12c..a1caf99 100644 --- a/index.html +++ b/index.html @@ -587,6 +587,8 @@

Priya Sharma

@@ -631,6 +633,8 @@

Anjali Verma

diff --git a/js/main.js b/js/main.js index 0db96c1..442d506 100644 --- a/js/main.js +++ b/js/main.js @@ -309,7 +309,8 @@ function createCard(item, highlightQuery = "") { card.innerHTML = ` ${item.name} + loading="lazy" + decoding="async" />