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

- +
);