images updated

This commit is contained in:
Selvi 2025-07-15 19:32:43 +05:30
parent 94c409ac1b
commit 7ebcdb9642
68 changed files with 298 additions and 743 deletions

View File

@ -28,53 +28,22 @@ export default function Tamilculture() {
</div>
</div>
<div className="about7-section-area sp4">
<div className="container">
{Object.entries(tamilculture).map(([key, events]) =>
events.map((event) => {
const isEven = globalIndex % 2 === 0;
const isLast = globalIndex === Object.values(tamilculture).flat().length - 1;
const sectionStyle = {
marginBottom: isLast ? '0px' : '100px',
};
globalIndex++;
<div className="about7-section-area sp11">
{Object.entries(tamilculture).map(([key, events]) =>
events.map((event) => {
const isEven = globalIndex % 2 === 0;
const isLast = globalIndex === Object.values(tamilculture).flat().length - 1;
const sectionStyle = {
marginBottom: isLast ? '0px' : '80px',
};
globalIndex++;
return (
<div key={event.slug} style={sectionStyle}>
<div className="row align-items-center">
{isEven ? (
<>
<div className="col-lg-6 order-1 order-lg-1">
<div className="about-header-area heading10">
<h2 className="text-anime-style-3">{event.title}</h2>
<div className="space16" />
<div className="about-auhtor-box" data-aos="fade-left" data-aos-duration={1100}>
<div>
<p>{event.desc}</p>
</div>
</div>
<div className="space32" />
<div className="btn-area1" data-aos="fade-left" data-aos-duration={1200}>
<Link
href={`/tamil-culture/tamil-language/tamil-language-data?slug=${event.slug}`}
className="vl-btn7"
>
{event.button} <span><i className="fa-solid fa-arrow-right" /></span>
</Link>
</div>
</div>
</div>
<div className="col-lg-6 order-1 order-lg-2">
<div className="about-images-area">
<div className="img1 image-anime reveal">
<img src={event.image} alt={event.title} />
</div>
</div>
</div>
</>
) : (
<>
return (
<div key={event.slug} style={sectionStyle}>
{!isEven ? (
<div className="about7-bg sp4">
<div className="container">
<div className="row align-items-center">
<div className="col-lg-6 order-1 order-lg-1 order-lg-2">
<div className="about-images-area">
<div className="img1 image-anime reveal">
@ -103,14 +72,47 @@ export default function Tamilculture() {
</div>
</div>
</div>
</>
)}
</div>
</div>
</div>
</div>
);
})
)}
</div>
) : (
<div className="container">
<div className="row align-items-center">
<div className="col-lg-6 order-1 order-lg-1">
<div className="about-header-area heading10">
<h2 className="text-anime-style-3">{event.title}</h2>
<div className="space16" />
<div className="about-auhtor-box" data-aos="fade-left" data-aos-duration={1100}>
<div>
<p>{event.desc}</p>
</div>
</div>
<div className="space32" />
<div className="btn-area1" data-aos="fade-left" data-aos-duration={1200}>
<Link
href={`/tamil-culture/tamil-language/tamil-language-data?slug=${event.slug}`}
className="vl-btn7"
>
{event.button} <span><i className="fa-solid fa-arrow-right" /></span>
</Link>
</div>
</div>
</div>
<div className="col-lg-6 order-1 order-lg-2">
<div className="about-images-area">
<div className="img1 image-anime reveal">
<img src={event.image} alt={event.title} />
</div>
</div>
</div>
</div>
</div>
)}
</div>
);
})
)}
</div>
</div>
</Layout>

View File

@ -10,7 +10,7 @@ export default function TamilWeddingCustom() {
<Layout headerStyle={1} footerStyle={1}>
<div>
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/tamil-weding/tamil-wedding-banner.webp)' }}>
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/tamil-wedding/tamil-wedding-banner.webp)' }}>
<div className="container">
<div className="row">
<div className="col-lg-4 m-auto">

View File

@ -20,7 +20,7 @@ export default function AboutUs() {
<div className="col-lg-3 col-md-6" data-aos="zoom-in" data-aos-duration={900}>
<div className="vanue-single-item-area">
<div className="img1 image-anime">
<img src="/assets/img/all-images/others/vanue-img1.png" alt="" />
<img src="\assets\img\about\card\association.webp" alt="" />
</div>
<div className="content-area">
@ -34,7 +34,7 @@ export default function AboutUs() {
<div className="col-lg-3 col-md-6" data-aos="zoom-in" data-aos-duration={1000}>
<div className="vanue-single-item-area">
<div className="img1 image-anime">
<img src="/assets/img/all-images/others/vanue-img2.png" alt="" />
<img src="\assets\img\about\card\mission.webp" alt="" />
</div>
<div className="content-area">
@ -48,7 +48,7 @@ export default function AboutUs() {
<div className="col-lg-3 col-md-6" data-aos="zoom-in" data-aos-duration={1100}>
<div className="vanue-single-item-area">
<div className="img1 image-anime">
<img src="/assets/img/all-images/others/vanue-img3.png" alt="" />
<img src="\assets\img\about\card\constitution.webp" alt="" />
</div>
<div className="content-area">
@ -62,7 +62,7 @@ export default function AboutUs() {
<div className="col-lg-3 col-md-6" data-aos="zoom-in" data-aos-duration={1200}>
<div className="vanue-single-item-area">
<div className="img1 image-anime">
<img src="/assets/img/all-images/others/vanue-img4.png" alt="" />
<img src="\assets\img\about\card\committee.webp" alt="" />
</div>
<div className="content-area">

View File

@ -4,7 +4,6 @@ import Link from 'next/link'
export default function Section1() {
return (
<>
<div className="about6-section-area sp4">
<div className="container">
<div className="row align-items-center">
@ -14,7 +13,7 @@ export default function Section1() {
<div className="img1 reveal image-anime">
<div className="space60 d-lg-block d-none" />
<img
src="/assets/img/all-images/about/about-img4.png"
src="/assets/img/about/association/association-left-1.webp"
alt="about"
className="img-fluid"
/>
@ -24,7 +23,7 @@ export default function Section1() {
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<img
src="/assets/img/all-images/about/about-img17.png"
src="/assets/img/about/association/association-right-1.webp"
alt="about"
className="img-fluid"
/>

View File

@ -37,7 +37,7 @@ export default function Section2() {
<div className="img1 reveal image-anime">
<div className="space60 d-lg-block d-none" />
<img
src="/assets/img/all-images/about/about-img4.png"
src="/assets/img/about/association/association-left-2.webp"
alt="about"
className="img-fluid"
/>
@ -47,7 +47,7 @@ export default function Section2() {
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<img
src="/assets/img/all-images/about/about-img17.png"
src="/assets/img/about/association/association-right-2.webp"
alt="about"
className="img-fluid"
/>

View File

@ -50,8 +50,8 @@ export default function Section1() {
<div className="col-lg-4 col-md-6 mb-5" key={idx}>
<div className="our-team-boxarea">
<div className="team-widget-area">
<img src="/assets/img/elements/elements25.png" alt="" className="elements21" />
<img src="/assets/img/elements/elements26.png" alt="" className="elements22" />
<img src="/assets/img/elements/elements25.webp" alt="" className="elements21" />
<img src="/assets/img/elements/elements26.webp" alt="" className="elements22" />
<div className="img1">
<img
src={member.image}

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@ export default function Section1() {
<div className="img1 reveal image-anime">
<div className="space60 d-lg-block d-none" />
<img
src="/assets/img/all-images/about/about-img4.png"
src="/assets/img/about/mission/mission-left.webp"
alt="about"
className="img-fluid"
/>
@ -26,7 +26,7 @@ export default function Section1() {
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<img
src="/assets/img/all-images/about/about-img17.png"
src="/assets/img/about/mission/mission-right.webp"
alt="about"
className="img-fluid"
/>

View File

@ -11,8 +11,8 @@ export default function Section1() {
<div className="col-lg-6">
<div className="about6-header heading9">
<div className="img1">
<img src="/assets/img/all-images/event/event-img1.png" style={{ height: "650px" }} alt="" />
<div className="img">
<img src="/assets/img/tamil-wedding/bridal-1.webp" alt="" />
</div>
</div>

View File

@ -24,11 +24,9 @@ export default function Section2() {
{/* IMAGES - NOW ON THE RIGHT */}
<div className="col-lg-6">
<div className="about6-header heading9">
<div className="img1">
<img src="/assets/img/all-images/event/event-img1.png" style={{ height: "800px" }} alt="" />
<div className="img">
<img src="/assets/img/tamil-wedding/bridal-2.webp" alt="" />
</div>
</div>
</div>
</div>

View File

@ -8,26 +8,12 @@ export default function Section1() {
<div className="about6-section-area sp4">
<div className="container">
<div className="row align-items-center">
<div className="col-lg-6">
<div className="col-lg-6">
<div className="about6-header heading9">
<div className="row">
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<div className="space60 d-lg-block d-none" />
<img src="/assets/img/all-images/about/about-img14.png" alt="" />
</div>
<div className="space30 d-md-none d-block" />
</div>
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<img src="/assets/img/all-images/about/about-img15.png" alt="" />
</div>
<div className="img1 reveal image-anime">
<div className="space30" />
<img src="/assets/img/all-images/about/about-img16.png" alt="" />
</div>
</div>
<div className="img">
<img src="/assets/img/tamil-wedding/catholic-wedding.webp"alt="" />
</div>
</div>
</div>
<div className="col-lg-6">

View File

@ -10,13 +10,10 @@ export default function Section1() {
<div className="row align-items-center">
<div className="col-lg-6">
<div className="about6-header heading9">
<div className="img1">
<img src="/assets/img/all-images/event/event-img1.png" style= {{height: "650px"}} alt="" />
<div className="img">
<img src="/assets/img/tamil-wedding/city-style/marriage-city-style.webp" style= {{height: "650px"}} alt="" />
</div>
</div>
</div>
<div className="col-lg-6">
<div className="about6-header heading9">

View File

@ -24,7 +24,7 @@ export default function Section1() {
<div className="row align-items-center">
<div className="col-lg-5">
<div className="img1">
<img src="/assets/img/all-images/event/event-img4.png" alt="" />
<img src="/assets/img/tamil-wedding/city-style/domestic.webp" alt="" />
</div>
</div>
<div className="col-lg-1" />
@ -74,7 +74,7 @@ export default function Section1() {
</div>
<div className="col-lg-5">
<div className="img1">
<img src="/assets/img/all-images/event/event-img5.png" alt="" />
<img src="/assets/img/tamil-wedding/city-style/inheritance.webp" alt="" />
</div>
</div>
</div>
@ -89,7 +89,7 @@ export default function Section1() {
<div className="row align-items-center">
<div className="col-lg-5">
<div className="img1">
<img src="/assets/img/all-images/event/event-img6.png" alt="" />
<img src="/assets/img/tamil-wedding/city-style/socialization.webp" alt="" />
</div>
</div>
<div className="col-lg-1" />

View File

@ -10,24 +10,10 @@ export default function Section1() {
<div className="row align-items-center">
<div className="col-lg-6">
<div className="about6-header heading9">
<div className="row">
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<div className="space60 d-lg-block d-none" />
<img src="/assets/img/all-images/about/about-img14.png" alt="" />
</div>
<div className="space30 d-md-none d-block" />
</div>
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<img src="/assets/img/all-images/about/about-img15.png" alt="" />
</div>
<div className="img1 reveal image-anime">
<div className="space30" />
<img src="/assets/img/all-images/about/about-img16.png" alt="" />
</div>
</div>
<div className="img">
<img src="/assets/img/tamil-wedding/saree-1.webp"alt="" />
</div>
</div>
</div>
<div className="col-lg-6">

View File

@ -20,23 +20,8 @@ export default function Section2() {
</div>
<div className="col-lg-6">
<div className="about6-header heading9">
<div className="row">
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<div className="space60 d-lg-block d-none" />
<img src="/assets/img/all-images/about/about-img14.png" alt="" />
</div>
<div className="space30 d-md-none d-block" />
</div>
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<img src="/assets/img/all-images/about/about-img15.png" alt="" />
</div>
<div className="img1 reveal image-anime">
<div className="space30" />
<img src="/assets/img/all-images/about/about-img16.png" alt="" />
</div>
</div>
<div className="img">
<img src="/assets/img/tamil-wedding/saree-2.webp"alt="" />
</div>
</div>
</div>
@ -48,24 +33,10 @@ export default function Section2() {
<div className="row align-items-center">
<div className="col-lg-6">
<div className="about6-header heading9">
<div className="row">
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<div className="space60 d-lg-block d-none" />
<img src="/assets/img/all-images/about/about-img14.png" alt="" />
</div>
<div className="space30 d-md-none d-block" />
</div>
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<img src="/assets/img/all-images/about/about-img15.png" alt="" />
</div>
<div className="img1 reveal image-anime">
<div className="space30" />
<img src="/assets/img/all-images/about/about-img16.png" alt="" />
</div>
</div>
<div className="img">
<img src="/assets/img/tamil-wedding/saree-3.webp"alt="" />
</div>
</div>
</div>
<div className="col-lg-6">

View File

@ -5,7 +5,7 @@ export default function Section1() {
return (
<>
<div className="about6-section-area sp4">
<div className="about6-section-area sp11">
<div className="container">
<div className="row align-items-center">
<div className="col-lg-6">
@ -131,7 +131,7 @@ export default function Section1() {
<div className="row align-items-center">
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/others/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/rama-navami.webp" alt="" />
</div>
</div>
<div className="col-lg-6">
@ -160,7 +160,7 @@ export default function Section1() {
</div>
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/panguni-uthiram.webp" alt="" />
</div>
</div>
</div>
@ -171,7 +171,7 @@ export default function Section1() {
<div className="row align-items-center">
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/others/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/tamil-new-year.webp" alt="" />
</div>
</div>
<div className="col-lg-6">
@ -202,7 +202,7 @@ export default function Section1() {
</div>
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/chithra-pournami.webp" alt="" />
</div>
</div>
</div>
@ -213,7 +213,7 @@ export default function Section1() {
<div className="row align-items-center">
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/others/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/vaikasi-visakam.webp" alt="" />
</div>
</div>
<div className="col-lg-6">
@ -242,7 +242,7 @@ export default function Section1() {
</div>
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/aadi-perukku.webp" alt="" />
</div>
</div>
</div>

View File

@ -9,7 +9,7 @@ export default function Section1() {
<div className="row align-items-center">
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/others/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/aadi-ammavasai.webp" alt="" />
</div>
</div>
<div className="col-lg-6">
@ -24,7 +24,7 @@ export default function Section1() {
</div>
</div>
</div>
<div className="about6-section-area sp4">
<div className="about6-section-area sp11">
<div className="container">
<div className="row align-items-center">
<div className="col-lg-6">
@ -41,7 +41,7 @@ export default function Section1() {
</div>
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/krishna-jayanthi.webp" alt="" />
</div>
</div>
</div>
@ -52,7 +52,7 @@ export default function Section1() {
<div className="row align-items-center">
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/others/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/krishna-jayanthi-2.webp" alt="" />
</div>
</div>
<div className="col-lg-6">
@ -77,18 +77,18 @@ export default function Section1() {
</div>
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/janmashtami.webp" alt="" />
</div>
</div>
</div>
</div>
</div>
<div className="about6-section-area sp4">
<div className="about6-section-area sp11">
<div className="container">
<div className="row align-items-center">
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/others/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/vinayagar-chathurthi.webp" alt="" />
</div>
</div>
<div className="col-lg-6">
@ -113,7 +113,7 @@ export default function Section1() {
</div>
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/vinayagar-chathurthi-2.webp" alt="" />
</div>
</div>
</div>
@ -124,7 +124,7 @@ export default function Section1() {
<div className="row align-items-center">
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/others/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/navarathri.webp" alt="" />
</div>
</div>
<div className="col-lg-6">
@ -153,7 +153,7 @@ export default function Section1() {
</div>
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/durga-puja.webp" alt="" />
</div>
</div>
</div>
@ -164,7 +164,7 @@ export default function Section1() {
<div className="row align-items-center">
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/others/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/dussehra.webp" alt="" />
</div>
</div>
<div className="col-lg-6">
@ -190,12 +190,12 @@ export default function Section1() {
{/* <div className="space20" /> */}
<h2 className="text-anime-style-3 heading-center">Deepavali / Diwali</h2>
<div className="space16" />
<p data-aos="fade-left" data-aos-duration={600}>Deepavali, the festival of lights, comes close on the heels of Dasara. It is a festival that marks the victory of good over evil. Deepavali means a row of lights, and it brings along with it glowing happiness and the touch of sparklers all around. In India, Deepavali is synonymous with the nightly bursting of fire- crackers and the beautiful decoration of the houses with earthenware lamps which is a feast for the eyes. In Sri Lanka, Deepavali celebrations begin at dawn as early as around three in the morning. The family members are given an oil massage, followed by aarti and then the children burst crackers to mark the joyous day. New clothes and exchange of gifts goes without saying. On Deepavali day, everywhere in India, at dusk when darkness unfolds itself, you can see a spectacular illumination of tiny flickering lamps adorning in rows at homes, buildings and streets. And watch out as you look up to the sky ! Hundreds of fire crackers can be seen glowing and then bursting as though it was a battle of glows and sparks in the skies. Deepavali is incomplete without the multi-colored and noisy fire crackers. From simple colored sparklers, pencils, flower pots, ground chakras (wheels), Vishnu chakras, rockets to the long ladi / garland crackers, you have a wide range to choose from.</p>
<p data-aos="fade-left" data-aos-duration={600}>Deepavali, the festival of lights, comes close on the heels of Dasara. It is a festival that marks the victory of good over evil. Deepavali means a row of lights, and it brings along with it glowing happiness and the touch of sparklers all around. In India, Deepavali is synonymous with the nightly bursting of fire- crackers and the beautiful decoration of the houses with earthenware lamps which is a feast for the eyes. In Sri Lanka, Deepavali celebrations begin at dawn as early as around three in the morning. The family members are given an oil massage, followed by aarti and then the children burst crackers to mark the joyous day. New clothes and exchange of gifts goes without saying. On Deepavali day, everywhere in India, at dusk when darkness unfolds itself, you can see a spectacular illumination of tiny flickering lamps adorning in rows at homes, buildings and streets. And watch out as you look up to the sky ! Hundreds of fire crackers can be seen glowing and then bursting as though it was a battle of glows and sparks in the skies. </p>
</div>
</div>
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/diwali.webp" alt="" />
</div>
</div>
</div>
@ -206,12 +206,12 @@ export default function Section1() {
<div className="row align-items-center">
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/others/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/diwali-2.webp" alt="" />
</div>
</div>
<div className="col-lg-6">
<div className="about6-header heading9">
<p data-aos="fade-left" data-aos-duration={700}>The festival of lights is one of the most beautiful of Indian festivals. It comes 21 days after Dussehra and celebrates the return of Rama to Ayodhya after his 14-year exile. Countless flickering oil lamps and lights are lit in houses all over the country making it a night of enchantment. Worship of Lakshmi, the goddess of wealth, and fireworks and festivities are an essential part of the occasion.</p>
<p data-aos="fade-left" data-aos-duration={700}>Deepavali is incomplete without the multi-colored and noisy fire crackers. From simple colored sparklers, pencils, flower pots, ground chakras (wheels), Vishnu chakras, rockets to the long ladi / garland crackers, you have a wide range to choose from. The festival of lights is one of the most beautiful of Indian festivals. It comes 21 days after Dussehra and celebrates the return of Rama to Ayodhya after his 14-year exile. Countless flickering oil lamps and lights are lit in houses all over the country making it a night of enchantment. Worship of Lakshmi, the goddess of wealth, and fireworks and festivities are an essential part of the occasion.</p>
</div>
</div>
</div>
@ -231,7 +231,7 @@ export default function Section1() {
</div>
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/vaikunta-ekaadasi.webp" alt="" />
</div>
</div>
</div>
@ -242,7 +242,7 @@ export default function Section1() {
<div className="row align-items-center">
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/others/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/holi.webp" alt="" />
</div>
</div>
<div className="col-lg-6">
@ -271,7 +271,7 @@ export default function Section1() {
</div>
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/onam.webp" alt="" />
</div>
</div>
</div>
@ -282,7 +282,7 @@ export default function Section1() {
<div className="row align-items-center">
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/others/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/thrissur-pooram.webp" alt="" />
</div>
</div>
<div className="col-lg-6">
@ -311,7 +311,7 @@ export default function Section1() {
</div>
<div className="col-lg-6">
<div className="img2">
<img src="/assets/img/all-images/testimonials/image.png" alt="" />
<img src="/assets/img/tamil-festivals-banner/hindu/buddha-purnima.webp" alt="" />
</div>
</div>
</div>

View File

@ -1961,6 +1961,22 @@ Location:
}
}
.sp11 {
padding: 80px 0 0px;
}
@media (max-width: 767px) {
.sp11 {
padding: 40px 0 0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.sp11 {
padding: 40px 0 0px;
}
}
.sp12 {
padding: 0 0 120px;
}
@ -22778,6 +22794,10 @@ html {
}
}
.about7-bg {
background: #f4b6b9;
}
.about7-section-area {
position: relative;
z-index: 1;
@ -22806,7 +22826,7 @@ html {
z-index: 1;
/* background: #FFF3F6; */
border-radius: 8px;
padding: 20px 24px;
padding: 20px 0px;
transition: all 0.4s;
}

View File

@ -20,7 +20,7 @@ Desc:
}
body{
font-size: 16px;
font-family: "Space Grotesk", sans-serif;
font-family: var(--grotesk);
}
a, a:hover{

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 788 KiB

After

Width:  |  Height:  |  Size: 455 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 597 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -91,6 +91,16 @@
}
}
.sp11{
padding: 80px 0 0px;
@media #{$xs} {
padding: 40px 0 0px;
}
@media #{$md} {
padding: 40px 0 0px;
}
}
.sp12{
padding: 0 0 120px;
@media #{$xs} {