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() {
6161 </ p >
6262 < a
6363 href = "mailto:support@tanstack.com?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"
6565 >
6666 < HiOutlineMail className = "w-5 h-5" />
6767 Contact Support Team
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ function SupportComp() {
7777 to = "/paid-support"
7878 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 "
7979 >
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" >
8181 < h3 className = "text-xl font-semibold mb-2" > Paid Support</ h3 >
8282 < p className = "text-sm text-white/80 mb-4" >
8383 Expert consultation and enterprise support
You can’t perform that action at this time.
0 commit comments