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 ( - + - - - + +
+ +
+
);