From 4f1acd4053491118965c39e543272713cd068913 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 20 May 2026 21:24:19 +0000 Subject: [PATCH] Add images and styling to ImageGalleryGrid component --- src/components/custom/ImageGalleryGrid.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/custom/ImageGalleryGrid.tsx b/src/components/custom/ImageGalleryGrid.tsx index e3c31e6..d95c7d5 100644 --- a/src/components/custom/ImageGalleryGrid.tsx +++ b/src/components/custom/ImageGalleryGrid.tsx @@ -18,10 +18,10 @@ export default function ImageGalleryGrid({ images }: Props) { whileInView={{ opacity: 1, y: 0 }} viewport={{ once: true, amount: 0.2 }} transition={{ duration: 0.6 }} - className="container mx-auto py-12 px-4" + className="container mx-auto py-12 px-4 md:py-20" > -

Our Industries

-
+

Our Industries

+
{images.map((image, index) => (