banner corrections updated

This commit is contained in:
Selvi 2025-08-13 17:14:43 +05:30
parent 76e8721d2a
commit dfca90cd71
4 changed files with 524 additions and 497 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,37 +14,45 @@ export default function HomeHeroBanner() {
// { // {
// title: 'World Music Events 2025', // title: 'World Music Events 2025',
// date: 'SERVING', // date: 'SERVING',
// location: 'WATERLOO KITCHENER CAMBRIDGE- GUELPH BRANTFORD SINCE 1989', // location: 'WATERLOO KITCHENER CAMBRIDGE- GUELPH BRANTFORD AND SURROUNDING AREAS SINCE 1989',
// bgImage: '/assets/img/home/banner/banner-1.webp', // bgImage: '/assets/img/home/banner/banner-1.webp',
// image: '/assets/img/all-images/hero/hero-img11.png', // image: '/assets/img/all-images/hero/hero-img11.png',
// }, // },
{ {
title: "Grace moves with vibrant beat <br />Tradition meets bright bass", title: "Grace moves with vibrant<br />Tradition meets bass",
date: 'SERVING', date: 'SERVING',
location: 'WATERLOO KITCHENER CAMBRIDGE- GUELPH BRANTFORD SINCE 1989', location: 'WATERLOO KITCHENER CAMBRIDGE- GUELPH BRANTFORD AND SURROUNDING AREAS SINCE 1989',
bgImage: '/assets/img/home/banner/banner-2.webp', bgImage: '/assets/img/home/banner/banner-2.webp',
image: '/assets/img/all-images/hero/hero-img12.png', image: '/assets/img/all-images/hero/hero-img12.png',
buttonText: "Discover Harmony",
buttonLink: "/about",
}, },
{ {
title: "Crafted with traditions hands <br />Feel the rhythm of our roots", title: "Crafted with traditions<br />Feel rhythm of roots",
date: 'SERVING', date: 'SERVING',
location: 'WATERLOO KITCHENER CAMBRIDGE- GUELPH BRANTFORD SINCE 1989', location: 'WATERLOO KITCHENER CAMBRIDGE- GUELPH BRANTFORD AND SURROUNDING AREAS SINCE 1989',
bgImage: '/assets/img/home/banner/banner-3.webp', bgImage: '/assets/img/home/banner/banner-3.webp',
image: '/assets/img/all-images/hero/hero-img12.png', image: '/assets/img/all-images/hero/hero-img12.png',
buttonText: "Heritage Beats",
buttonLink: "/upcoming-event",
}, },
{ {
title: 'Lighting hearts across globe <br />A blend of sound and spirit', title: 'Lighting hearts across<br />A blend of spirit',
date: 'SERVING', date: 'SERVING',
location: 'WATERLOO KITCHENER CAMBRIDGE- GUELPH BRANTFORD SINCE 1989', location: 'WATERLOO KITCHENER CAMBRIDGE- GUELPH BRANTFORD AND SURROUNDING AREAS SINCE 1989',
bgImage: '/assets/img/home/banner/banner-4.webp', bgImage: '/assets/img/home/banner/banner-4.webp',
image: '/assets/img/all-images/hero/hero-img12.png', image: '/assets/img/all-images/hero/hero-img12.png',
buttonText: "Radiant Spirit",
buttonLink: "/community",
}, },
{ {
title: ' Rooted in timeless old wisdom <br />Echoes of true legacy in drop', title: ' Rooted in timeless old <br />Echoes of legacy',
date: 'SERVING', date: 'SERVING',
location: 'WATERLOO KITCHENER CAMBRIDGE- GUELPH BRANTFORD SINCE 1989', location: 'WATERLOO KITCHENER CAMBRIDGE- GUELPH BRANTFORD AND SURROUNDING AREAS SINCE 1989',
bgImage: '/assets/img/home/banner/banner-5.webp', bgImage: '/assets/img/home/banner/banner-5.webp',
image: '/assets/img/all-images/hero/hero-img12.png', image: '/assets/img/all-images/hero/hero-img12.png',
buttonText: "Hear Echo",
buttonLink: "/tamil-culture",
}, },
]; ];
@ -77,11 +85,11 @@ export default function HomeHeroBanner() {
Where Culture Meets the Beat Where Culture Meets the Beat
</h5> </h5>
<div className="space16" /> <div className="space16" />
<h1 className="text-anime-style-3"dangerouslySetInnerHTML={{ __html: slide.title || ''}}></h1> <h1 className="text-anime-style-3" dangerouslySetInnerHTML={{ __html: slide.title || '' }}></h1>
<div className="space32" /> <div className="space32" />
<div className="btn-area1"> <div className="btn-area1">
<Link href="/contact" className="vl-btn9"> <Link href={slide.buttonLink} className="vl-btn9">
<span className="demo">Buy Tickets Now!</span> <span className="demo">{slide.buttonText}</span>
</Link> </Link>
{/* <Link href="/event-schedule" className="vl-btn9 btn2"> {/* <Link href="/event-schedule" className="vl-btn9 btn2">
<span className="demo">Schedules</span> <span className="demo">Schedules</span>

View File

@ -309,11 +309,12 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSear
</div> </div>
<div className="btn-area1" style={{ marginTop: '10px' }}> <div className="btn-area1" style={{ marginTop: '10px' }}>
<Link href="/membership-benefits" className="vl-btn9"> <Link href="/membership-benefits" className="vl-btn9"
style={{ padding: '15px 15px', fontSize: '18px' }}>
<span className="demo">Membership</span> <span className="demo">Membership</span>
</Link> </Link>
</div> </div>
<div className="btn-area"> <div className="btn-area social-icons">
{/* <div className="search-icon header__search header-search-btn" onClick={handleSearch}> {/* <div className="search-icon header__search header-search-btn" onClick={handleSearch}>
<a><img src="/assets/img/icons/search1.svg" alt="" /></a> <a><img src="/assets/img/icons/search1.svg" alt="" /></a>
</div> */} </div> */}

View File

@ -1701,11 +1701,11 @@ Location:
@media (max-width: 1200px) { @media (max-width: 1200px) {
.vl-btn9 { .vl-btn9 {
font-size: var(--ztc-font-size-font-s17); font-size: var(--ztc-font-size-font-s17);
padding: 20px 26px; padding: 20px 26px;
} }
} }
.vl-btn10 { .vl-btn10 {
@ -3544,7 +3544,13 @@ Location:
z-index: 1; z-index: 1;
background-size: cover; background-size: cover;
background-position: right center; background-position: right center;
padding: 160px 0 90px; padding: 200px 0 90px;
}
@media (width: 768px) {
.inner-page-header {
padding: 160px 0 90px;
}
} }
.inner-page-header .heading1 a { .inner-page-header .heading1 a {
@ -10351,16 +10357,16 @@ html {
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a { .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
font-size: var(--ztc-font-size-font-s16); font-size: var(--ztc-font-size-font-s16);
} }
.vl-btn9 { .vl-btn9 {
font-size: var(--ztc-font-size-font-s16); font-size: var(--ztc-font-size-font-s16);
padding: 17px 26px; padding: 17px 26px;
} }
} }
.homepage2-body, .homepage2-body,
@ -28469,4 +28475,17 @@ h2.custom-text.aos-init.aos-animate {
.vl-btn9 .demo { .vl-btn9 .demo {
font-size: 16px; font-size: 16px;
} }
}
@media (max-width: 1920px) and (min-width: 1440px) {
.social-icons ul {
display: flex;
gap: 18px;
}
}
@media (width: 1024px) {
.hero9-slider-area .timer-bg-area {
padding: 40px 8px;
}
} }