diff --git a/app/calendar/page.tsx b/app/calendar/page.tsx new file mode 100644 index 0000000..0cc3567 --- /dev/null +++ b/app/calendar/page.tsx @@ -0,0 +1,9 @@ +export default function Calendar() { + return ( + + ); +} diff --git a/app/components/NavBar.tsx b/app/components/NavBar.tsx index 56e1f10..2bcdfd1 100644 --- a/app/components/NavBar.tsx +++ b/app/components/NavBar.tsx @@ -49,9 +49,13 @@ export default function NavBar() {
+ + Calendar + About + {/* Contact Us */}