Skip to content

Commit 532108c

Browse files
feat: imported the footer section
1 parent 3ed13d9 commit 532108c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/index.page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import ContactUs from '../components/ContactUs';
44
import Events from '../components/Events/Events';
55
import MissionPillars from '../components/MissionPillars/MissionPillars';
66
import HeroHeader from '../components/HeroHeader';
7-
import Navbar from '../components/Navbar';
7+
import Navbar from '../components/Navbar';;
8+
import Footer from '../components/Footer';
89

910
export default function Home() {
1011
return (
@@ -32,6 +33,7 @@ export default function Home() {
3233
<MissionPillars />
3334
<Events />
3435
<ContactUs />
36+
<Footer />
3537
</main>
3638
</div>
3739
);

0 commit comments

Comments
 (0)