From 7ab86c872dd4e01c816708285dae921cfbe1a9ad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:50:26 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 76ec97d..212f77b 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -8,16 +8,22 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller export default function GalleryPage() { return ( - + - - - + +
+ +
+
);