File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,6 +95,25 @@ export default function Footer() {
9595 >
9696 < Mail /> codechefvit@gmail.com
9797 </ Link >
98+
99+ < div className = "mt-4 flex flex-col gap-2 w-full max-w-xs" >
100+ < h3 htmlFor = "email" className = "font-jost text-2xl font-semibold" >
101+ Subscribe For Updates:
102+ </ h3 >
103+ < div className = "relative w-full" >
104+ < input
105+ id = "email"
106+ type = "email"
107+ placeholder = "Enter Your Email"
108+ className = "w-full rounded-md border border-gray-300 px-4 py-2 pr-24 text-black focus:outline-none focus:ring-2 focus:ring-[#562EE7] dark:bg-white dark:text-black"
109+ />
110+ < Button
111+ className = "absolute right-0 top-0 h-full rounded-l-none rounded-r-md bg-[#562EE7] px-4 text-white hover:bg-[#4531b3]"
112+ >
113+ Subscribe!
114+ </ Button >
115+ </ div >
116+ </ div >
98117 </ div >
99118 </ div >
100119 < p className = "font-play mt-4 border-t border-[#130E1F] pt-12 text-center text-lg text-black dark:border-white/10 dark:text-white" >
You can’t perform that action at this time.
0 commit comments