File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ function PaidSupportComp() {
61
61
</ p >
62
62
< a
63
63
href = "mailto:[email protected] ?subject=Paid%20Support%20Inquiry"
64
- className = "inline-flex items-center gap-3 px-6 py-3 bg-gradient-to-r from-blue -600 to-purple -600 text-white rounded-lg font-medium hover:from-blue-700 hover:to-purple-700 transition-all duration-200 hover:shadow-lg hover:scale-105"
64
+ className = "inline-flex items-center gap-3 px-6 py-3 bg-gradient-to-r from-green -600 to-cyan -600 text-white rounded-lg font-medium hover:from-blue-700 hover:to-purple-700 transition-all duration-200 hover:shadow-lg hover:scale-105"
65
65
>
66
66
< HiOutlineMail className = "w-5 h-5" />
67
67
Contact Support Team
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ function SupportComp() {
77
77
to = "/paid-support"
78
78
className = "group bg-white/80 shadow-xl shadow-gray-500/20 rounded-lg dark:border border-gray-500/20 dark:bg-black/40 dark:shadow-none overflow-hidden hover:shadow-2xl transition-shadow duration-200 flex flex-column "
79
79
>
80
- < div className = "bg-gradient-to-br from-blue -600 to-purple -600 p-6 text-white" >
80
+ < div className = "bg-gradient-to-br from-green -600 to-cyan -600 p-6 text-white" >
81
81
< h3 className = "text-xl font-semibold mb-2" > Paid Support</ h3 >
82
82
< p className = "text-sm text-white/80 mb-4" >
83
83
Expert consultation and enterprise support
You can’t perform that action at this time.
0 commit comments