diff --git a/components/home/HeroBanner.tsx b/components/home/HeroBanner.tsx
index 0888999..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 a vibrant rhythmic
beat Tradition meets bright 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,7 +33,7 @@ export default function HomeHeroBanner() {
image: '/assets/img/all-images/hero/hero-img12.png',
},
{
- title: 'Lighting hearts across the globe
A timeless blend of sound and 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',
diff --git a/components/layout/MobileMenu.tsx b/components/layout/MobileMenu.tsx
index 637e21e..e6d3f03 100644
--- a/components/layout/MobileMenu.tsx
+++ b/components/layout/MobileMenu.tsx
@@ -57,6 +57,33 @@ export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) {