diff --git a/components/home/HeroBanner.tsx b/components/home/HeroBanner.tsx index 625ad6a..0888999 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 vibrant beat
Tradition meets bright bass", + title: "Grace moves with a vibrant rhythmic
beat Tradition meets bright bass", date: 'SERVING', location: 'WATERLOO – KITCHENER – CAMBRIDGE- GUELPH – BRANTFORD SINCE 1989', bgImage: '/assets/img/home/banner/banner-2.webp', @@ -33,7 +33,7 @@ export default function HomeHeroBanner() { image: '/assets/img/all-images/hero/hero-img12.png', }, { - title: 'Lighting hearts across globe
A blend of sound and spirit', + title: 'Lighting hearts across the globe
A timeless blend of sound and spirit', date: 'SERVING', location: 'WATERLOO – KITCHENER – CAMBRIDGE- GUELPH – BRANTFORD SINCE 1989', bgImage: '/assets/img/home/banner/banner-4.webp', diff --git a/components/layout/MobileMenu.tsx b/components/layout/MobileMenu.tsx index a9a15dc..637e21e 100644 --- a/components/layout/MobileMenu.tsx +++ b/components/layout/MobileMenu.tsx @@ -8,6 +8,13 @@ export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) { const handleAccordion = (key: any) => { setIsAccordion(prevState => prevState === key ? null : key) } + + const [subAccordion, setSubAccordion] = useState(null) + + const handleSubAccordion = (key: number) => { + setSubAccordion(prevState => prevState === key ? null : key) + } + return ( <>
@@ -50,15 +57,47 @@ export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) {
  • Home Ten
  • */} -
  • handleAccordion(3)}> - About -
      -
    • Association
    • -
    • Mission
    • -
    • Constitution
    • -
    • Committee
    • +
    • + handleAccordion(6)} + > + Tamil Culture + +
        +
      • + handleSubAccordion(1)} + > + Tamil Festivals +
          +
        • Hindu Festivals
        • +
        • Muslim Festivals
        • +
        • Christian Festivals
        • +
        +
      • +
      • + handleSubAccordion(2)} + > + Tamil Wedding & Custom +
          +
        • Hindu Wedding Rituals
        • +
        • A Tamil Protestant Wedding
        • +
        • Tamil Catholic Weddings
        • +
        • Marriage – City Style
        • +
        • Bridal Make Up
        • +
        • The Story Of The Saree
        • +
        +
      • +
      • + Tamil Language +
    • +
    • handleAccordion(2)}> Online
        diff --git a/public/assets/css/main.css b/public/assets/css/main.css index 14a0811..a6fffca 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -4482,7 +4482,7 @@ Location: @media (max-width: 767px) { .hero9-slider-area .hero8-header h1 { - font-size: var(--ztc-font-size-font-s36); + font-size: var(--ztc-font-size-font-s28); line-height: 40px; } } diff --git a/public/assets/img/home/about/small-circle-2.webp b/public/assets/img/home/about/small-circle-2.webp index ead0330..7539e81 100644 Binary files a/public/assets/img/home/about/small-circle-2.webp and b/public/assets/img/home/about/small-circle-2.webp differ