diff --git a/components/home/HeroBanner.tsx b/components/home/HeroBanner.tsx index bf7e653..de0f777 100644 --- a/components/home/HeroBanner.tsx +++ b/components/home/HeroBanner.tsx @@ -37,7 +37,7 @@ export default function HomeHeroBanner() { buttonLink: "/upcoming-event", }, { - title: 'Lighting hearts across
A blend of spirit', + title: 'Lighting hearts across
A pure blend of spirit', date: 'SERVING', location: 'WATERLOO – KITCHENER – CAMBRIDGE- GUELPH – BRANTFORD AND SURROUNDING AREAS SINCE 1989', bgImage: '/assets/img/home/banner/banner-4.webp', @@ -46,7 +46,7 @@ export default function HomeHeroBanner() { buttonLink: "/community", }, { - title: ' Rooted in timeless old
Echoes of legacy', + title: 'Rooted in deep tradition
Echoes of true legacy', date: 'SERVING', location: 'WATERLOO – KITCHENER – CAMBRIDGE- GUELPH – BRANTFORD AND SURROUNDING AREAS SINCE 1989', bgImage: '/assets/img/home/banner/banner-5.webp', diff --git a/components/home/HomeUpcomingEvent.tsx b/components/home/HomeUpcomingEvent.tsx index cfc32f5..9905cb8 100644 --- a/components/home/HomeUpcomingEvent.tsx +++ b/components/home/HomeUpcomingEvent.tsx @@ -121,7 +121,7 @@ export default function HomeUpcomingEvent() {

02

-
+
  • @@ -165,7 +165,7 @@ export default function HomeUpcomingEvent() {
-
+
diff --git a/components/layout/MobileMenu.tsx b/components/layout/MobileMenu.tsx index d68728a..522c680 100644 --- a/components/layout/MobileMenu.tsx +++ b/components/layout/MobileMenu.tsx @@ -66,24 +66,6 @@ export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) {
  • Committee
  • -
  • handleAccordion(2)}> - Registration -
      -
    • Membership - 2024
    • -
    • Membership - 2025
    • -
    • Thai Pongal
    • -
    • Tamil New Year
    • -
    • Community Picnic
    • -
    • Sports Day
    • -
    • Kalai Vizha
    • -
    • Christmas & Year End
    • -
    • Program Performance Registration
    • -
    • Sponsor
    • -
    • Whatsapp Form
    • -
    • Volunteer
    • - {/*
    • Speakers Details
    • */} -
    -
  • handleAccordion(6)}> Tamil Culture @@ -120,6 +102,31 @@ export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) {
  • +
  • handleAccordion(5)}> + Events +
      +
    • Upcoming Event
    • +
    • Photos Gallery
    • +
    +
  • +
  • handleAccordion(2)}> + Registration +
      +
    • Membership - 2024
    • +
    • Membership - 2025
    • +
    • Thai Pongal
    • +
    • Tamil New Year
    • +
    • Community Picnic
    • +
    • Sports Day
    • +
    • Kalai Vizha
    • +
    • Christmas & Year End
    • +
    • Program Performance Registration
    • +
    • Sponsor
    • +
    • Whatsapp Form
    • +
    • Volunteer
    • + {/*
    • Speakers Details
    • */} +
    +
  • handleAccordion(4)}> Community
      @@ -131,13 +138,6 @@ export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) {
    • Global Relief Fund
  • -
  • handleAccordion(5)}> - Events -
      -
    • Upcoming Event
    • -
    • Photos Gallery
    • -
    -
  • Contact
  • diff --git a/public/assets/css/main.css b/public/assets/css/main.css index e38b223..081ef00 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -22452,12 +22452,18 @@ html { .about2-section-area .elements12 { position: absolute; left: 0; - top: 0; + top: -38px; height: 100%; width: 1000px; object-fit: cover; } +@media (max-width: 768px) { + .about2-section-area .elements12 { + top: -83px; + } +} + .about2-section-area .about-images-area { position: relative; z-index: 1;