Skip to content

Commit c9ba678

Browse files
committed
Adjust cradient title contact
1 parent 13dfe51 commit c9ba678

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pages/Contact.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const Contact = () => {
7474
return (
7575
<SectionContainer classProps="max-w-4xl mx-auto">
7676
<div className="text-center mb-8">
77-
<h1 className='text-gradient text-3xl sm:text-5xl font-bold mb-4'>
77+
<h1 className='bg-gradient-to-r from-primary-50 to-secondary-50 text-transparent bg-clip-text leading-normal inline-block text-3xl sm:text-4xl lg:text-5xl font-bold mb-2'>
7878
Support Tickets
7979
</h1>
8080
<p className="text-neutral-20 text-lg">
@@ -84,15 +84,15 @@ export const Contact = () => {
8484

8585
{submitStatus === 'success' && (
8686
<div className="bg-primary-50 bg-opacity-20 border border-primary-50 rounded-lg p-4 mb-6">
87-
<p className="text-primary-50 font-semibold">✓ Message sent successfully!</p>
88-
<p className="text-neutral-20 text-sm">We'll get back to you within 24-48 hours.</p>
87+
<p className="text-primary-10 font-semibold">✓ Message sent successfully!</p>
88+
<p className="text-neutral-10 text-sm">We'll get back to you within 24-48 hours.</p>
8989
</div>
9090
)}
9191

9292
{submitStatus === 'error' && (
9393
<div className="bg-red-500 bg-opacity-20 border border-red-500 rounded-lg p-4 mb-6">
94-
<p className="text-red-400 font-semibold">✗ Error sending message</p>
95-
<p className="text-neutral-20 text-sm">{errorMessage}</p>
94+
<p className="text-red-300 font-semibold">✗ Error sending message</p>
95+
<p className="text-neutral-10 text-sm">{errorMessage}</p>
9696
</div>
9797
)}
9898

0 commit comments

Comments
 (0)