Spaces:
Build error
Build error
Upload components/Newsletter.jsx with huggingface_hub
Browse files
components/Newsletter.jsx
CHANGED
|
@@ -4,7 +4,6 @@ import { Mail } from 'lucide-react';
|
|
| 4 |
export default function Newsletter() {
|
| 5 |
return (
|
| 6 |
<section className="py-24 bg-slate-900 relative overflow-hidden">
|
| 7 |
-
{/* Background Elements */}
|
| 8 |
<div className="absolute inset-0 overflow-hidden">
|
| 9 |
<div className="absolute top-[20%] left-[10%] w-[60%] h-[60%] rounded-full bg-gradient-to-r from-blue-600/10 to-purple-600/10 blur-[120px]"></div>
|
| 10 |
</div>
|
|
@@ -28,7 +27,7 @@ export default function Newsletter() {
|
|
| 28 |
Subscribe to get the latest AI innovations, 3D scrolling tutorials, and exclusive updates directly to your inbox.
|
| 29 |
</p>
|
| 30 |
|
| 31 |
-
<form className="max-w-md mx-auto space-y-4">
|
| 32 |
<div className="relative">
|
| 33 |
<input
|
| 34 |
type="email"
|
|
|
|
| 4 |
export default function Newsletter() {
|
| 5 |
return (
|
| 6 |
<section className="py-24 bg-slate-900 relative overflow-hidden">
|
|
|
|
| 7 |
<div className="absolute inset-0 overflow-hidden">
|
| 8 |
<div className="absolute top-[20%] left-[10%] w-[60%] h-[60%] rounded-full bg-gradient-to-r from-blue-600/10 to-purple-600/10 blur-[120px]"></div>
|
| 9 |
</div>
|
|
|
|
| 27 |
Subscribe to get the latest AI innovations, 3D scrolling tutorials, and exclusive updates directly to your inbox.
|
| 28 |
</p>
|
| 29 |
|
| 30 |
+
<form className="max-w-md mx-auto space-y-4" onSubmit={(e) => e.preventDefault()}>
|
| 31 |
<div className="relative">
|
| 32 |
<input
|
| 33 |
type="email"
|