+ {/* Contact Info Section */}
+
+
Contact Info
+
-
+
asme.nitrkl@gmail.com
-
+
+91-1234567890
-
+
National Institute of Technology Rourkela,
Odisha -
769008
@@ -102,7 +96,7 @@ const Footer = ({
-
+
© {year} {title}. All rights reserved.
diff --git a/src/components/HeroSection.jsx b/src/components/HeroSection.jsx
index e41e171..14442e5 100644
--- a/src/components/HeroSection.jsx
+++ b/src/components/HeroSection.jsx
@@ -34,12 +34,15 @@ export default function HeroSection() {
>
{siteConfig.hero.primaryButton}
-
+
diff --git a/src/components/MissionSection.jsx b/src/components/MissionSection.jsx
index fbf4c4b..ea270d6 100644
--- a/src/components/MissionSection.jsx
+++ b/src/components/MissionSection.jsx
@@ -3,7 +3,7 @@ import { siteConfig } from "../config/navbarHero";
export default function MissionSection() {
return (
-
+
{siteConfig.missions.map(({ title, description }, index) => (