banner corrections updated
This commit is contained in:
parent
76e8721d2a
commit
dfca90cd71
File diff suppressed because it is too large
Load Diff
@ -14,37 +14,45 @@ export default function HomeHeroBanner() {
|
||||
// {
|
||||
// title: 'World Music Events 2025',
|
||||
// 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',
|
||||
// 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',
|
||||
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',
|
||||
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',
|
||||
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',
|
||||
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',
|
||||
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',
|
||||
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',
|
||||
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',
|
||||
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
|
||||
</h5>
|
||||
<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="btn-area1">
|
||||
<Link href="/contact" className="vl-btn9">
|
||||
<span className="demo">Buy Tickets Now!</span>
|
||||
<Link href={slide.buttonLink} className="vl-btn9">
|
||||
<span className="demo">{slide.buttonText}</span>
|
||||
</Link>
|
||||
{/* <Link href="/event-schedule" className="vl-btn9 btn2">
|
||||
<span className="demo">Schedules</span>
|
||||
|
||||
@ -309,11 +309,12 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSear
|
||||
</div>
|
||||
|
||||
<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>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="btn-area">
|
||||
<div className="btn-area social-icons">
|
||||
{/* <div className="search-icon header__search header-search-btn" onClick={handleSearch}>
|
||||
<a><img src="/assets/img/icons/search1.svg" alt="" /></a>
|
||||
</div> */}
|
||||
|
||||
@ -1701,11 +1701,11 @@ Location:
|
||||
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
.vl-btn9 {
|
||||
font-size: var(--ztc-font-size-font-s17);
|
||||
padding: 20px 26px;
|
||||
.vl-btn9 {
|
||||
font-size: var(--ztc-font-size-font-s17);
|
||||
padding: 20px 26px;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.vl-btn10 {
|
||||
@ -3544,7 +3544,13 @@ Location:
|
||||
z-index: 1;
|
||||
background-size: cover;
|
||||
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 {
|
||||
@ -10351,16 +10357,16 @@ html {
|
||||
|
||||
.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 {
|
||||
font-size: var(--ztc-font-size-font-s16);
|
||||
.vl-btn9 {
|
||||
font-size: var(--ztc-font-size-font-s16);
|
||||
padding: 17px 26px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.homepage2-body,
|
||||
@ -28469,4 +28475,17 @@ h2.custom-text.aos-init.aos-animate {
|
||||
.vl-btn9 .demo {
|
||||
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