Updated the GalleryPage to include proper type annotations instead of using the 'any' type when mapping image data. This small improvement enhances TypeScript's ability to catch potential errors in the image objects being processed for the gallery and JSON-LD metadata. TypeScript type safety

Improved type safety in GalleryPage - subh05sus/portfolio-2026