update newsletter

This commit is contained in:
Jeff Emmett 2025-06-19 17:41:08 +02:00
parent 9c1c83b51b
commit 00eec1ce65
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ export function NewsletterSection() {
</div>
<div className="max-w-2xl mx-auto">
<form className="bg-white p-8 shadow-sm" onSubmit={handleSubmit}>
<form className="bg-white rounded-lg shadow-lg p-8" style={{ backgroundColor: '#fff' }} onSubmit={handleSubmit}>
<div className="flex flex-col mb-6">
<label htmlFor="email" className="mb-2 text-gray-700 font-medium">Email Address</label>
<input