From 21e911819b8dcf9dd649f1cdeb7389b75a6176fa Mon Sep 17 00:00:00 2001 From: selvi Date: Wed, 6 Aug 2025 14:23:10 +0530 Subject: [PATCH] corrections updated --- app/contact/page.tsx | 2 +- components/events/UpcomingEventData.jsx | 10 +++--- components/home/HeroBanner.tsx | 6 ++-- components/layout/MobileMenu.tsx | 2 +- public/assets/css/main.css | 42 ++++++++++++++++++++++--- 5 files changed, 48 insertions(+), 14 deletions(-) diff --git a/app/contact/page.tsx b/app/contact/page.tsx index 4fe9041..bea6844 100644 --- a/app/contact/page.tsx +++ b/app/contact/page.tsx @@ -126,7 +126,7 @@ useEffect(() => {
-
+
diff --git a/components/events/UpcomingEventData.jsx b/components/events/UpcomingEventData.jsx index 4de3599..3731c7b 100644 --- a/components/events/UpcomingEventData.jsx +++ b/components/events/UpcomingEventData.jsx @@ -335,7 +335,7 @@ export default function UpcomingEventData() { 06:30-08:30 PM - Aug 23, 2023 |
  • - Doon Campus, Kitchener, Ontario + Doon Campus, Ontario
  • @@ -399,8 +399,8 @@ export default function UpcomingEventData() {
  • 06:30 AM-08:30 PM - Aug 23, 2023 |
  • -
  • - Doon Campus, Kitchener, Ontario +
  • + Doon Campus, Ontario
  • @@ -452,8 +452,8 @@ export default function UpcomingEventData() {
  • 1.00 PM-4.30 PM - Sat Oct 26, 2024 |
  • -
  • - Waterloo Public Library +
  • + Waterloo Public Library
  • diff --git a/components/home/HeroBanner.tsx b/components/home/HeroBanner.tsx index 716165d..625ad6a 100644 --- a/components/home/HeroBanner.tsx +++ b/components/home/HeroBanner.tsx @@ -19,7 +19,7 @@ export default function HomeHeroBanner() { // image: '/assets/img/all-images/hero/hero-img11.png', // }, { - title: "Grace moves with every beat
    Tradition meets bass", + title: "Grace moves with vibrant beat
    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
    A blend of sound & spirit', + title: 'Lighting hearts across globe
    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
    Echoes of legacy in drop', + title: ' Rooted in timeless old wisdom
    Echoes of true legacy in drop', date: 'SERVING', location: 'WATERLOO – KITCHENER – CAMBRIDGE- GUELPH – BRANTFORD SINCE 1989', bgImage: '/assets/img/home/banner/banner-5.webp', diff --git a/components/layout/MobileMenu.tsx b/components/layout/MobileMenu.tsx index 05ba4b1..a9a15dc 100644 --- a/components/layout/MobileMenu.tsx +++ b/components/layout/MobileMenu.tsx @@ -15,7 +15,7 @@ export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) {
    - +
    diff --git a/public/assets/css/main.css b/public/assets/css/main.css index 47d3aa5..02c2408 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -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; + } +} \ No newline at end of file