about & blog pages long load time issues are fixed

This commit is contained in:
akash 2025-11-13 14:20:15 +05:30
parent 8536c713f6
commit c18b014bcc
9 changed files with 19 additions and 12 deletions

View File

@ -5,8 +5,7 @@
<section
className="booking-table-area-two bgs-cover py-100 rel z-1 overlay"
style={{
backgroundImage:
"url(/assets/images/about/bg-about.webp)",
backgroundImage: "url(/assets/images/about/bg-about.webp)",
}}
>
<div className="container">

View File

@ -2,7 +2,7 @@
const AboutCallAction2 = () => {
return (
<section className="cta-area py-100 rel z-1 bgc-primary" style={{
backgroundImage: "url(/assets/images/testimonials/testimonials-two-bg.png)"
backgroundImage: "url(/assets/images/testimonials/testimonials-two-bg.png)",
}} >
<div className="container">
<div className="row">

View File

@ -9,10 +9,15 @@ const AboutCategory = () => {
className="col about-biryani-category-1"
data-aos="fade-up"
data-aos-duration={1500}
data-aos-offset={50}
data-aos-offset={50}
>
<img src="/assets/images/about/ambur_chicken_biryani.png" />
<img
src="/assets/images/about/ambur_chicken_biryani.webp"
alt="Ambur Chicken Biryani"
width="570"
height="270"
loading="lazy" />
{/* <span className="quality">Quality Food</span>
<h2>Strawberry Juice &amp; slices</h2>
<Link href="shop" className="theme-btn style-two">
@ -27,8 +32,13 @@ const AboutCategory = () => {
data-aos-duration={1500}
data-aos-offset={50}
>
<img src="/assets/images/about/mutton-biryani.png" />
<img
src="/assets/images/about/mutton-biryani.webp"
alt="Mutton Biryani"
width="570"
height="270"
loading="lazy" />
{/* <h3>buy 1</h3>
<span className="get-one">get free 1</span>
<Link href="shop" className="theme-btn">

View File

@ -7,8 +7,7 @@ const Testimonial = () => {
<section
className="testimonials-two bgc-primary"
style={{
backgroundImage:
"url(/assets/images/testimonials/testimonials-two-bg.png)",
backgroundImage: "url(/assets/images/testimonials/testimonials-two-bg.png)",
}}
>
<div className="row align-items-center">

View File

@ -7,8 +7,7 @@ const Testimonial = () => {
<section
className="testimonials-two bgc-primary"
style={{
backgroundImage:
"url(assets/images/testimonials/testimonials-two-bg.png)",
backgroundImage: "url(/assets/images/testimonials/testimonials-two-bg.png)",
}}
>
<div className="row align-items-center">

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -3,7 +3,7 @@ export const Blog = [
id: 1,
slug: "the-flavors-of-north-india-more-than-just-curries",
image: "/assets/images/blog/blog-1.webp",
bigImage: "/assets/images/blog/blog-large-1.webp",
bigImage: "/assets/images/blog/blog-large-1.jpg ",
title: "The Flavors of North India: More Than Just Curries",
metatitle: "Flavors of North India: Beyond Just Curries | Shiva Shakthi",
metadescription: "Explore the aromatic breads, tandoori delights, rice dishes & hearty vegetarian staples that make North Indian cuisine so much more than just curries.",