diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx new file mode 100644 index 0000000..c4c5054 --- /dev/null +++ b/src/app/gallery/page.tsx @@ -0,0 +1,12 @@ +import { Section } from "@/components/Section"; +import { ImageGallery } from "@/components/ImageGallery"; + +export default function Home() { + return ( +
+
+ +
+
+ ); +} \ No newline at end of file