diff --git a/components/home/HomePhotoGallerySection.tsx b/components/home/HomePhotoGallerySection.tsx
index e785827..95d0dc6 100644
--- a/components/home/HomePhotoGallerySection.tsx
+++ b/components/home/HomePhotoGallerySection.tsx
@@ -23,9 +23,6 @@ export default function HomePhotoGallerySection() {
{ src: "/assets/img/home/photos-gallery/kw.webp", delay: 1200, year: 1989 },
{ src: "/assets/img/home/photos-gallery/tamil-heritage.webp", delay: 800, year: 2025 },
- { src: "/assets/img/all-images/memory/memory-img9.png", delay: 1000, year: 2004 },
- { src: "/assets/img/all-images/memory/memory-img4.png", delay: 1000, year: 1989 },
- { src: "/assets/img/all-images/memory/memory-img9.png", delay: 1200, year: 2025 },
];
const [open, setOpen] = useState(false);
diff --git a/components/layout/MobileMenu.tsx b/components/layout/MobileMenu.tsx
index 645d7f1..e22d245 100644
--- a/components/layout/MobileMenu.tsx
+++ b/components/layout/MobileMenu.tsx
@@ -5,9 +5,9 @@ import Link from 'next/link'
export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) {
const [isAccordion, setIsAccordion] = useState(1)
-const handleAccordion = (key: any) => {
- setIsAccordion(prevState => prevState === key ? null : key)
-}
+ const handleAccordion = (key: any) => {
+ setIsAccordion(prevState => prevState === key ? null : key)
+ }
return (
<>
@@ -35,9 +35,9 @@ const handleAccordion = (key: any) => {
- - handleAccordion (1)}>
- Home
-
+ -
+ Home
+ {/*
- Home One
- Home Two
- Home Three
@@ -48,34 +48,53 @@ const handleAccordion = (key: any) => {
- Home Eight
- Home Nine
- Home Ten
+
*/}
+
+ - handleAccordion(3)}>
+ About
+
+ - Association
+ - Mission
+ - Constitution
+ - Committee
- - About Event
- - handleAccordion (2)}>
- Speakers
-
- - Speakers
- - Speakers Details
+ - handleAccordion(2)}>
+ Online
+
+ - 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 (3)}>
+
- handleAccordion(3)}>
Schedule
-
+
- Our Event
- Event Schedule
- Event Details
- - handleAccordion (4)}>
+
- handleAccordion(4)}>
Blogs
-
- - handleAccordion (5)}>
+
- handleAccordion(5)}>
Pages
-
+
- Our Memories
- Pricing Plan
- FAQ,s
diff --git a/components/online/sponsor/Section3.jsx b/components/online/sponsor/Section3.jsx
index e62f3cc..172e2ec 100644
--- a/components/online/sponsor/Section3.jsx
+++ b/components/online/sponsor/Section3.jsx
@@ -47,7 +47,7 @@ export default function Section3() {
-

+
diff --git a/public/assets/css/main.css b/public/assets/css/main.css
index 0898773..8bd4eb6 100644
--- a/public/assets/css/main.css
+++ b/public/assets/css/main.css
@@ -28325,6 +28325,11 @@ h2.custom-text.aos-init.aos-animate{
display: none !important;
}
}
+@media (max-width: 1440px) {
+ .culture-img {
+ height: 412px !important;
+ }
+}
@media (max-width: 1024px) {
.culture-img {
height: 453px !important;