Merge pull request #25 from Jeff-Emmett/new-website

update newsletter
This commit is contained in:
Jeff Emmett 2025-06-19 17:41:29 +02:00 committed by GitHub
commit ce3dba3f97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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