diff --git a/app/last-year/photos/page.tsx b/app/last-year/photos/page.tsx new file mode 100644 index 0000000..fadf7f2 --- /dev/null +++ b/app/last-year/photos/page.tsx @@ -0,0 +1,45 @@ +import React from "react"; +import "@/app/globals.css"; +import Footer from "../../../components/footer/footer"; + +export default function PhotoGallery() { + return ( +