We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed13d9 commit 532108cCopy full SHA for 532108c
src/pages/index.page.tsx
@@ -4,7 +4,8 @@ import ContactUs from '../components/ContactUs';
4
import Events from '../components/Events/Events';
5
import MissionPillars from '../components/MissionPillars/MissionPillars';
6
import HeroHeader from '../components/HeroHeader';
7
-import Navbar from '../components/Navbar';
+import Navbar from '../components/Navbar';;
8
+import Footer from '../components/Footer';
9
10
export default function Home() {
11
return (
@@ -32,6 +33,7 @@ export default function Home() {
32
33
<MissionPillars />
34
<Events />
35
<ContactUs />
36
+ <Footer />
37
</main>
38
</div>
39
);
0 commit comments