Skip to content

Commit 180b6bf

Browse files
committed
styles
1 parent 8a62f92 commit 180b6bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/routes/_libraries/paid-support.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function PaidSupportComp() {
6161
</p>
6262
<a
6363
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"
6565
>
6666
<HiOutlineMail className="w-5 h-5" />
6767
Contact Support Team

src/routes/_libraries/support.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)