Corrections Updated
This commit is contained in:
commit
906c6d0bc6
@ -126,7 +126,7 @@ useEffect(() => {
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-6 col-md-6">
|
||||
<div className="contact-boxarea2 mb-2" data-aos="zoom-in" data-aos-duration={900}>
|
||||
<div className="contact-boxarea3 mb-2" data-aos="zoom-in" data-aos-duration={900}>
|
||||
<div className="icons">
|
||||
<img src="/assets/img/icons/mail1.svg" alt="" />
|
||||
</div>
|
||||
|
||||
@ -335,7 +335,7 @@ export default function UpcomingEventData() {
|
||||
<Link href="/#"><img src="/assets/img/icons/clock1.svg" alt="" />06:30-08:30 PM - Aug 23, 2023<span> | </span></Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/#"><img src="/assets/img/icons/location1.svg" alt="" />Doon Campus, Kitchener, Ontario</Link>
|
||||
<Link href="/#"><img src="/assets/img/icons/location1.svg" alt="" />Doon Campus, Ontario</Link>
|
||||
</li>
|
||||
</ul>
|
||||
<div className="space20" />
|
||||
@ -399,8 +399,8 @@ export default function UpcomingEventData() {
|
||||
<li>
|
||||
<Link href="/#"><img src="/assets/img/icons/clock1.svg" alt="" />06:30 AM-08:30 PM - Aug 23, 2023<span> | </span></Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/#"><img src="/assets/img/icons/location1.svg" alt="" />Doon Campus, Kitchener, Ontario</Link>
|
||||
<li className="break-on-xl">
|
||||
<Link href="/#"><img src="/assets/img/icons/location1.svg" alt="" />Doon Campus, Ontario</Link>
|
||||
</li>
|
||||
</ul>
|
||||
<div className="space20" />
|
||||
@ -452,8 +452,8 @@ export default function UpcomingEventData() {
|
||||
<li>
|
||||
<Link href="/#"><img src="/assets/img/icons/clock1.svg" alt="" />1.00 PM-4.30 PM - Sat Oct 26, 2024<span> | </span></Link>
|
||||
</li>
|
||||
<li>
|
||||
<img src="/assets/img/icons/location1.svg" alt="" />Waterloo Public Library
|
||||
<li className="break-on-xl">
|
||||
<Link href="/#"><img src="/assets/img/icons/location1.svg" alt="" />Waterloo Public Library</Link>
|
||||
</li>
|
||||
</ul>
|
||||
<div className="space20" />
|
||||
|
||||
@ -19,7 +19,7 @@ export default function HomeHeroBanner() {
|
||||
// image: '/assets/img/all-images/hero/hero-img11.png',
|
||||
// },
|
||||
{
|
||||
title: "Grace moves with every beat <br />Tradition meets bass",
|
||||
title: "Grace moves with vibrant beat <br />Tradition meets bright bass",
|
||||
date: 'SERVING',
|
||||
location: 'WATERLOO – KITCHENER – CAMBRIDGE- GUELPH – BRANTFORD SINCE 1989',
|
||||
bgImage: '/assets/img/home/banner/banner-2.webp',
|
||||
@ -33,14 +33,14 @@ export default function HomeHeroBanner() {
|
||||
image: '/assets/img/all-images/hero/hero-img12.png',
|
||||
},
|
||||
{
|
||||
title: 'Lighting hearts across globe <br />A blend of sound & spirit',
|
||||
title: 'Lighting hearts across globe <br />A blend of sound and spirit',
|
||||
date: 'SERVING',
|
||||
location: 'WATERLOO – KITCHENER – CAMBRIDGE- GUELPH – BRANTFORD SINCE 1989',
|
||||
bgImage: '/assets/img/home/banner/banner-4.webp',
|
||||
image: '/assets/img/all-images/hero/hero-img12.png',
|
||||
},
|
||||
{
|
||||
title: ' Rooted in timeless wisdom <br />Echoes of legacy in drop',
|
||||
title: ' Rooted in timeless old wisdom <br />Echoes of true legacy in drop',
|
||||
date: 'SERVING',
|
||||
location: 'WATERLOO – KITCHENER – CAMBRIDGE- GUELPH – BRANTFORD SINCE 1989',
|
||||
bgImage: '/assets/img/home/banner/banner-5.webp',
|
||||
|
||||
@ -15,7 +15,7 @@ export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) {
|
||||
<div className="col-12">
|
||||
<div className="mobile-header-elements">
|
||||
<div className="mobile-logo">
|
||||
<Link href="//"><img src="/assets/img/logo-tca.png" alt="" /></Link>
|
||||
<Link href="/"><img src="/assets/img/logo-tca.png" alt="" /></Link>
|
||||
</div>
|
||||
<div className="mobile-nav-icon dots-menu" onClick={handleMobileMenu}>
|
||||
<i className="fa-solid fa-bars-staggered" />
|
||||
|
||||
@ -4540,7 +4540,7 @@ Location:
|
||||
.hero9-slider-area .timer-bg-area {
|
||||
width: auto;
|
||||
position: relative;
|
||||
padding: 40px;
|
||||
padding: 20px 20px 30px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -4654,7 +4654,7 @@ Location:
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.hero9-slider-area .heading12 h3 {
|
||||
font-size: var(--ztc-font-size-font-s28);
|
||||
font-size: var(--ztc-font-size-font-s20);
|
||||
line-height: 34px;
|
||||
}
|
||||
}
|
||||
@ -4668,6 +4668,13 @@ Location:
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.hero9-slider-area .heading12 p {
|
||||
font-size: var(--ztc-font-size-font-s16);
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
.hero9-slider-area .heading12 p img {
|
||||
filter: brightness(0) invert(1);
|
||||
}
|
||||
@ -19489,11 +19496,11 @@ html {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
/* @media (max-width: 768px) {
|
||||
.contact-bg-section .contact-boxarea3 {
|
||||
margin-top: 25px;
|
||||
}
|
||||
}
|
||||
} */
|
||||
|
||||
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
||||
.contact5-bg-section .mapouter .gmap_canvas iframe {
|
||||
@ -28373,3 +28380,30 @@ h2.custom-text.aos-init.aos-animate{
|
||||
font-size: 23px !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1440px) {
|
||||
.break-on-xl {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@media (max-width: 425px) {
|
||||
.hero9-slider-area .hero8-header h1 {
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 425px) {
|
||||
.hero9-slider-area .hero8-header h5 {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 425px) {
|
||||
.vl-btn9 {
|
||||
padding: 15px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 425px) {
|
||||
.vl-btn9 .demo {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user