diff --git a/src/components/AboutSection.jsx b/src/components/AboutSection.jsx index 9c6e362..03c6d3d 100644 --- a/src/components/AboutSection.jsx +++ b/src/components/AboutSection.jsx @@ -3,7 +3,10 @@ import { siteConfig } from "../config/navbarHero"; export default function AboutSection() { return ( -
+
- +
diff --git a/src/components/Achievements.jsx b/src/components/Achievements.jsx index 8967e85..32fea95 100644 --- a/src/components/Achievements.jsx +++ b/src/components/Achievements.jsx @@ -19,7 +19,7 @@ export default function Achievements() { solidifying their reputation for excellence in mechanical engineering.

- + 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) => (