@@ -34,9 +34,9 @@ const FAQItem = ({
34
34
return (
35
35
< div
36
36
className = { clsx (
37
- "rounded-xl overflow-hidden border border-gray-5" ,
37
+ "overflow-hidden rounded-xl border border-gray-5" ,
38
38
isOpen
39
- ? "bg-blue-500 text-white "
39
+ ? "text-white bg-blue-500"
40
40
: "bg-gray-1 hover:bg-gray-3 text-gray-12" ,
41
41
"transition-colors duration-200" ,
42
42
) }
@@ -96,8 +96,8 @@ const AnimatedDomainBanner = () => {
96
96
} , [ ] ) ;
97
97
98
98
return (
99
- < div className = "mx-auto max-w-2xl mb-12 text-center" >
100
- < div className = "relative rounded-xl bg-white border border-gray-200 p-8 shadow-sm" >
99
+ < div className = "mx-auto mb-12 max-w-2xl text-center" >
100
+ < div className = "relative p-8 bg-white rounded-xl border border-gray-200 shadow-sm" >
101
101
< div className = "flex flex-col items-center space-y-4" >
102
102
{ /* Art */ }
103
103
< div className = "flex-shrink-0" >
@@ -110,7 +110,7 @@ const AnimatedDomainBanner = () => {
110
110
</ h3 >
111
111
112
112
{ /* Description */ }
113
- < p className = "text-sm text-gray-600 max-w-md " >
113
+ < p className = "max-w-md text-sm text-gray-600" >
114
114
Send from your own domain for higher client trust and professional
115
115
branding. Your share links reflect your agency's identity.
116
116
</ p >
@@ -399,14 +399,14 @@ export const AgenciesPage = () => {
399
399
</ div >
400
400
</ div >
401
401
402
- < div className = "relative z-10 space-y-24 md:space-y-32 mt-24 mb-24 wrapper" >
402
+ < div className = "relative z-10 mt-24 mb-24 space-y-24 md:space-y-32 wrapper" >
403
403
{ /* Features Section */ }
404
404
< div >
405
405
< div className = "text-center max-w-[800px] mx-auto mb-16" >
406
406
< h2 className = "inline-block relative mb-2 text-3xl font-medium md:text-4xl text-gray-12" >
407
407
{ agenciesContent . featuresTitle }
408
408
</ h2 >
409
- < p className = "text-xl leading-relaxed text-gray-600 " >
409
+ < p className = "text-xl leading-relaxed text-gray-10 " >
410
410
{ agenciesContent . featuresDescription }
411
411
</ p >
412
412
</ div >
0 commit comments