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

View File

@ -2,7 +2,7 @@
const AboutCallAction2 = () => { const AboutCallAction2 = () => {
return ( return (
<section className="cta-area py-100 rel z-1 bgc-primary" style={{ <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="container">
<div className="row"> <div className="row">

View File

@ -12,7 +12,12 @@ const AboutCategory = () => {
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> {/* <span className="quality">Quality Food</span>
<h2>Strawberry Juice &amp; slices</h2> <h2>Strawberry Juice &amp; slices</h2>
<Link href="shop" className="theme-btn style-two"> <Link href="shop" className="theme-btn style-two">
@ -28,7 +33,12 @@ const AboutCategory = () => {
data-aos-offset={50} 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> {/* <h3>buy 1</h3>
<span className="get-one">get free 1</span> <span className="get-one">get free 1</span>
<Link href="shop" className="theme-btn"> <Link href="shop" className="theme-btn">

View File

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

View File

@ -7,8 +7,7 @@ const Testimonial = () => {
<section <section
className="testimonials-two bgc-primary" className="testimonials-two bgc-primary"
style={{ style={{
backgroundImage: backgroundImage: "url(/assets/images/testimonials/testimonials-two-bg.png)",
"url(assets/images/testimonials/testimonials-two-bg.png)",
}} }}
> >
<div className="row align-items-center"> <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, id: 1,
slug: "the-flavors-of-north-india-more-than-just-curries", slug: "the-flavors-of-north-india-more-than-just-curries",
image: "/assets/images/blog/blog-1.webp", 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", title: "The Flavors of North India: More Than Just Curries",
metatitle: "Flavors of North India: Beyond Just Curries | Shiva Shakthi", 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.", metadescription: "Explore the aromatic breads, tandoori delights, rice dishes & hearty vegetarian staples that make North Indian cuisine so much more than just curries.",