@@ -13,7 +13,7 @@ import {
1313 FaXTwitter ,
1414 FaYoutube ,
1515} from "react-icons/fa6" ;
16- import { Mail } from "lucide-react" ;
16+ import { Bold , Mail } from "lucide-react" ;
1717import toast from "react-hot-toast" ;
1818export default function Footer ( ) {
1919 const { theme } = useTheme ( ) ;
@@ -50,8 +50,8 @@ export default function Footer() {
5050 } ;
5151
5252 return (
53- < footer className = "w-full overflow-hidden bg-gradient-to-b from-[#F3F5FF] to-[#A599CE] px-6 py-10 pt-16 text-white dark:from-[#070114] dark:to-[#1F0234]" >
54- < div className = "mx-auto flex max-w-7xl flex-wrap justify-between gap-y-10 text-center sm:text-left" >
53+ < footer className = "w-full overflow-hidden bg-gradient-to-b from-[#F3F5FF] to-[#A599CE] px-6 py-10 sm: pt-28 md:pt-36 text-white dark:from-[#070114] dark:to-[#1F0234]" >
54+ < div className = "mx-auto flex max-w-7xl flex-wrap justify-between gap-y-10 text-center sm:text-left mb-16 " >
5555 { /* Branding & Socials */ }
5656 < div className = "flex w-full flex-col gap-4 sm:w-[45%] lg:w-[30%]" >
5757 < h1 className = "bg-gradient-to-r from-[#562EE7] to-[rgba(116,128,255,0.8)] bg-clip-text font-jost text-5xl font-bold text-transparent dark:to-[#FFC6E8]" >
@@ -110,19 +110,18 @@ export default function Footer() {
110110 </ div >
111111
112112 { /* Suggestions */ }
113- < div className = "flex w-full flex-col gap-4 text-black dark:text-white sm:w-[45%] lg:w-[25%]" >
114- < h3 className = "font-jost text-xl font-semibold" >
115- Drop Your Suggestions:
116- </ h3 >
113+ < div className = "flex w-full flex-col gap-1 text-black dark:text-white sm:w-[45%] lg:w-[25%] items-center sm:items-start" >
117114 < Link
118115 href = { `mailto:codechefvit@gmail.com` }
119- className = "flex items-center gap-2"
116+ className = "flex items-center gap-2 font-jost text-xl font-semibold mb-2 "
120117 >
121- < Mail size = { 18 } />
118+ < Mail size = { 20 }
119+ fontWeight = "Bold"
120+ />
122121 < span > codechefvit@gmail.com</ span >
123122 </ Link >
124123
125- < h3 className = "mt-4 font-jost text-xl font-semibold" >
124+ < h3 className = "my-2 font-jost text-xl font-semibold" >
126125 Subscribe For Updates:
127126 </ h3 >
128127 < div className = "flex gap-2" >
@@ -143,9 +142,8 @@ export default function Footer() {
143142 </ div >
144143 </ div >
145144 </ div >
146-
147145 < p className = "mt-8 border-t border-[#130E1F] pt-12 text-center font-play text-lg text-black dark:border-white/10 dark:text-white" >
148- Made with ❤️ by Codechef-VIT
146+ Made with 💜 by Codechef-VIT
149147 </ p >
150148 </ footer >
151149 ) ;
0 commit comments