diff --git a/src/app/page.tsx b/src/app/page.tsx index 91e863c..46c265c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,7 +26,7 @@ export default function Home() { className="absolute top-[52%] left-[53%] w-[71px] translate-x-1/2 translate-y-1/2 z-50" /> {/* Timer Section */} - + {/* */}

diff --git a/src/components/footer/Footer.tsx b/src/components/footer/Footer.tsx index d04b611..9416631 100644 --- a/src/components/footer/Footer.tsx +++ b/src/components/footer/Footer.tsx @@ -27,16 +27,16 @@ const Footer = () => { {/* Footer content */}

{/* IEEE logo */} -
+
logo2
{/* Menu */} -
+

Menu

-
    +
      About Our Team Events @@ -46,7 +46,7 @@ const Footer = () => {
{/* VITC address */} -
+

Address

Kelambakkam - Vandallur @@ -59,7 +59,7 @@ const Footer = () => {

{/* Social Media */} -
+

Social Media

diff --git a/src/components/footer/SocialsGrid.tsx b/src/components/footer/SocialsGrid.tsx index 42c8614..857b92f 100644 --- a/src/components/footer/SocialsGrid.tsx +++ b/src/components/footer/SocialsGrid.tsx @@ -25,16 +25,16 @@ const socialMediaLinks = [ const SocialMediaGrid: React.FC = () => { return ( -
+
{socialMediaLinks.map((link, index) => ( - + ))}