From 3bbae5db3ba5eb0ebd057fc7ecde1d5423783b2d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:39:32 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 8c85585..fd3d308 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -7,13 +7,15 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function GalleryPage() { return ( - + - +

Gallery

- +
);