New Images Updated
This commit is contained in:
parent
35130dea2a
commit
f3cf285e1f
File diff suppressed because it is too large
Load Diff
@ -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 tradition’s hands <br />Feel the rhythm of our roots",
|
title: "Crafted with tradition’s<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",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -80,8 +88,8 @@ export default function HomeHeroBanner() {
|
|||||||
<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>
|
||||||
|
|||||||
@ -309,11 +309,16 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSear
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="btn-area1" style={{ marginTop: '10px' }}>
|
<div className="btn-area1" style={{ marginTop: '10px' }}>
|
||||||
|
<<<<<<< HEAD
|
||||||
<Link href="/register/membership-2025" className="vl-btn9">
|
<Link href="/register/membership-2025" className="vl-btn9">
|
||||||
|
=======
|
||||||
|
<Link href="/membership-benefits" className="vl-btn9"
|
||||||
|
style={{ padding: '15px 15px', fontSize: '18px' }}>
|
||||||
|
>>>>>>> 8d6adfb5384b4698f7fc5a0be554f5c8918baa43
|
||||||
<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> */}
|
||||||
|
|||||||
@ -3544,8 +3544,14 @@ Location:
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: right center;
|
background-position: right center;
|
||||||
|
padding: 200px 0 90px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (width: 768px) {
|
||||||
|
.inner-page-header {
|
||||||
padding: 160px 0 90px;
|
padding: 160px 0 90px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.inner-page-header .heading1 a {
|
.inner-page-header .heading1 a {
|
||||||
color: var(--ztc-text-text-1);
|
color: var(--ztc-text-text-1);
|
||||||
@ -28470,3 +28476,16 @@ h2.custom-text.aos-init.aos-animate {
|
|||||||
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user