diff --git a/src/components/EventCard.jsx b/src/components/EventCard.jsx index ebc1eed..c004578 100644 --- a/src/components/EventCard.jsx +++ b/src/components/EventCard.jsx @@ -1,21 +1,19 @@ import React from "react"; -const EventCard = () => { +const EventCard = ({ title, description, image }) => { return (
Event
-

Sample Event

-

- Placeholder description for the event. -

-

Date: 25 Aug 2025

+

{title}

+

{description}

); }; + export default EventCard; diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index 5658527..29667b5 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -12,10 +12,8 @@ const Footer = ({ 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 = { - facebook: "#", - twitter: "#", - instagram: "#", - linkedin: "#", + instagram: "https://www.instagram.com/asme.nitrkl/", + linkedin: "https://www.linkedin.com/company/asme-nit-rourkela", }, year = new Date().getFullYear(), }) => { @@ -35,22 +33,6 @@ const Footer = ({

{description}

- - - - - - -

Quick Links

+

Quick Links