File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ const Footer = () => {
99 < div className = "grid grid-cols-1 md:grid-cols-2 gap-8" >
1010 < div >
1111 < h3 className = "text-lg font-semibold text-white" > Newsletter</ h3 >
12- < p className = "mt-4 text-sm text-gray-400" > Subscribe to our newsletter to get the latest updates straight to your inbox. </ p >
12+ < p className = "mt-4 text-sm text-gray-400" > Our newsletter is currently under construction. We are working hard (not really) to bring it to you soon! </ p >
1313 < form className = "mt-4 flex gap-2" >
14- < input type = "email" placeholder = "Enter your email " className = "bg-gray-800 text-white px-4 py-2 rounded-md w-full" />
15- < button type = "submit" className = "bg-primary-500 hover:bg-primary-600 text-white font-bold py-2 px-4 rounded-md transition-colors" > Subscribe</ button >
14+ < input type = "email" placeholder = "Coming soon, maybe... " className = "bg-gray-800 text-white px-4 py-2 rounded-md w-full" disabled />
15+ < button type = "submit" className = "bg-primary-500 text-white font-bold py-2 px-4 rounded-md transition-colors disabled:opacity-50 disabled:cursor-not-allowed" disabled > Subscribe</ button >
1616 </ form >
1717 </ div >
1818 < div className = "md:text-right" >
You can’t perform that action at this time.
0 commit comments