about gallery section removed

This commit is contained in:
akash 2025-11-15 19:59:39 +05:30
parent 835f4474d8
commit c0f259be9e

View File

@ -227,11 +227,11 @@ export default function AboutContent() {
</section>
{/* Gallery Section */}
<section className="gallery-section">
{/* <section className="gallery-section">
<div className="outer-container">
<GallerySlider1 />
</div>
</section>
</section> */}
</>
)
}