home page gallery section button updated

This commit is contained in:
Alaguraj0361 2025-08-22 19:17:07 +05:30
parent 4957425a99
commit fb61e13387

View File

@ -135,6 +135,16 @@ export default function HomePhotoGallerySection() {
</p>
</div>
)}
<div
className="btn-area1 text-center"
data-aos="fade-left"
data-aos-duration={1200}
>
<Link href="/photo-gallery" className="vl-btn3">
Go To Gallery
</Link>
</div>
</div>
</div>
@ -154,18 +164,10 @@ export default function HomePhotoGallerySection() {
</div>
</div>
<div className="col-lg-12">
{/* <div className="col-lg-12">
<div className="space32" />
<div
className="btn-area1 text-center"
data-aos="fade-left"
data-aos-duration={1200}
>
<Link href="/photo-gallery" className="vl-btn3">
Go To Gallery
</Link>
</div>
</div>
</div> */}
</div>
</div>
</div>