diff --git a/app/about-us/page.tsx b/app/about-us/page.tsx index 2149c9c..19547ae 100644 --- a/app/about-us/page.tsx +++ b/app/about-us/page.tsx @@ -1,7 +1,7 @@ import { ClipboardDocumentListIcon, DocumentTextIcon } from '@heroicons/react/24/outline'; import Logo from '../components/logo'; import TopicCard from '../components/topic_card'; - +{/*Index of peopel and their respective image and title*/} const people = [ { name: 'Andrei Banu', @@ -27,6 +27,7 @@ const people = [ export default function Example() { return (
+ {/*Background visuals*/}