@@ -6,7 +6,7 @@ import links from "@/lib/data/links.json";
66export  const  LandingFooter : React . FC  =  ( )  =>  { 
77  return  ( 
88    < > 
9-       < div  className = "relative mt-[25rem ] flex pt-80 lg:mt-[50rem ]" > 
9+       < div  className = "relative mt-[10rem ] flex pt-80 lg:mt-[30rem ]" > 
1010        < div  className = "flex w-full flex-grow flex-col items-center" > 
1111          { /* Contact Us */ } 
1212          < div  className = "relative inline-block" > 
@@ -22,22 +22,20 @@ export const LandingFooter: React.FC = () => {
2222          </ div > 
2323          { /* email */ } 
2424          < p  className = "py-[1rem] pb-[3rem] font-bruno text-[1.5rem] font-normal md:text-[2rem] lg:pb-[4rem] lg:text-[2rem]" > 
25- 25+             { links . email } 
2626          </ p > 
2727
2828          { /* Frame for icons */ } 
2929          < div  className = "flex flex-grow items-center justify-center gap-6 text-[#ECECEC]" > 
30-             < a 
31-               target = "_blank" 
32-               href = "https://www.linkedin.com/company/fullyhacks/" > 
30+             < a  target = "_blank"  href = { links . linkedin } > 
3331              < BsLinkedin  className = "h-[2.75rem] w-12 md:h-14 md:w-14"  /> 
3432            </ a > 
35-             < a  target = "_blank"  href = "https://discord.gg/3NvZKuQxJY" > 
33+             < a  target = "_blank"  href = { links . discord } > 
3634              < BsDiscord  className = "h-[3rem] w-12 md:h-16 md:w-16"  /> 
3735            </ a > 
3836            < div  className = "relative inline-block" > 
3937              { /* ACM text */ } 
40-               < a  target = "_blank"  href = "https://acmcsuf.com/" > 
38+               < a  target = "_blank"  href = { links . acmcsuf } > 
4139                < img 
4240                  src = "/assets/footer/capyACM.svg" 
4341                  alt = "capybara ACM" 
@@ -50,15 +48,15 @@ export const LandingFooter: React.FC = () => {
5048                /> 
5149              </ a > 
5250            </ div > 
53-             < a  target = "_blank"  href = "https://www .instagram.com/fullyhacks/" > 
51+             < a  target = "_blank"  href = { links . instagram } > 
5452              { < PiInstagramLogoFill  className = "h-12 w-12 md:h-16 md:w-16"  /> } 
5553            </ a > 
5654          </ div > 
5755        </ div > 
5856      </ div > 
5957      { /* Footer Text */ } 
60-       < div  className = "bottom-0 w-full pt-10 text-center lg:hidden " > 
61-         < p  className = "text-sm text-gray-400 lg:hidden " > 
58+       < div  className = "bottom-0 w-full pt-10 text-center" > 
59+         < p  className = "text-sm text-gray-400" > 
6260          © 2025 FullyHacks. All Rights Reserved.
6361        </ p > 
6462      </ div > 
0 commit comments