From 50316e1dccc428d70e051211209875f97c6b1c2c Mon Sep 17 00:00:00 2001
From: JITUDISHA
Date: Sun, 10 Aug 2025 22:41:24 +0530
Subject: [PATCH] footer and minor fix
---
src/components/AboutSection.jsx | 14 ++++++---
src/components/Achievements.jsx | 4 +--
src/components/Footer.jsx | 52 ++++++++++++++-----------------
src/components/HeroSection.jsx | 9 ++++--
src/components/MissionSection.jsx | 2 +-
5 files changed, 42 insertions(+), 39 deletions(-)
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 53f76cd..c91d244 100644
--- a/src/components/Achievements.jsx
+++ b/src/components/Achievements.jsx
@@ -19,8 +19,8 @@ export default function Achievements() {
solidifying their reputation for excellence in mechanical engineering.
diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx
index 29667b5..d88d923 100644
--- a/src/components/Footer.jsx
+++ b/src/components/Footer.jsx
@@ -1,16 +1,11 @@
import { Link } from "react-router-dom";
-import {
- FaFacebookF,
- FaTwitter,
- FaInstagram,
- FaLinkedinIn,
-} from "react-icons/fa";
+import { FaInstagram, FaLinkedinIn } from "react-icons/fa";
import { FiMail, FiPhone } from "react-icons/fi";
import { GoLocation } from "react-icons/go";
+
const Footer = ({
title = "ASME NIT Rourkela Chapter",
description = "The American Society of Mechanical Engineers Student Chapter at NIT Rourkela, fostering a culture of innovation and technical learning through innovation, collaboration, and hands-on learning.",
-
social = {
instagram: "https://www.instagram.com/asme.nitrkl/",
linkedin: "https://www.linkedin.com/company/asme-nit-rourkela",
@@ -18,21 +13,20 @@ const Footer = ({
year = new Date().getFullYear(),
}) => {
return (
-