Contact form change

This commit is contained in:
codebox283 2025-07-04 15:03:15 +05:30
parent 11fd93f196
commit 0413346ef7

View File

@ -363,7 +363,7 @@ const Header = () => {
{/* Submit button */}
<button
type="submit"
className="w-full border border-black bg-white hover:bg-black text-black font-medium py-3 px-4 rounded-lg transition-colors focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2"
className="w-full border border-black bg-white hover:bg-black hover:text-white text-black font-medium py-3 px-4 rounded-lg transition-colors focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2"
>
Submit Message
</button>