Skip to content

Commit c1c6032

Browse files
committed
footer.
1 parent 11bb821 commit c1c6032

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Footer.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)