File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments