diff --git a/.gitignore b/.gitignore index 5ef6a52..e2764f9 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,6 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +# clerk configuration (can include secrets) +/.clerk/ diff --git a/app/Gallery/page.tsx b/app/Gallery/page.tsx new file mode 100644 index 0000000..cf8114b --- /dev/null +++ b/app/Gallery/page.tsx @@ -0,0 +1,64 @@ +"use client"; + +import React from "react"; +import Image from "next/image"; +import { motion } from "framer-motion"; +import NavBar from "../NavBar/page"; +import Footer from "../Footer/page"; + +const Gallery = () => { + return ( +
+ Explore our collection of memorable moments and achievements +
+Capturing our journey of innovation and collaboration
++
{member.role}
)} -