File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,8 @@ const ReviewCard = ({
9595
9696const TwitterTestimonials = ( ) => {
9797 return (
98- < section className = "relative py-20 bg-white overflow-hidden" >
98+ < section className = "relative py-20 bg-transparent overflow-hidden" >
99+
99100 { /* Header */ }
100101 < div className = "text-center mb-16" >
101102 < span className = "inline-block mb-4 rounded-full bg-orange-100 px-4 py-1 text-sm font-medium text-orange-600" >
@@ -112,7 +113,7 @@ const TwitterTestimonials = () => {
112113 </ h2 >
113114
114115 < p className = "mt-4 text-gray-500 max-w-2xl mx-auto text-lg" >
115- Join thousands of developers who trust Keploy for their testing needs
116+ Join thousands of developers who trust Keploy for their testing needs.
116117 </ p >
117118 </ div >
118119
@@ -132,8 +133,9 @@ const TwitterTestimonials = () => {
132133 </ Marquee >
133134
134135 { /* Gradient fade */ }
135- < div className = "pointer-events-none absolute inset-y-0 left-0 w-1/4 bg-gradient-to-r from-white" />
136- < div className = "pointer-events-none absolute inset-y-0 right-0 w-1/4 bg-gradient-to-l from-white" />
136+ < div className = "pointer-events-none absolute inset-y-0 left-0 w-1/4 bg-gradient-to-r from-transparent" />
137+ < div className = "pointer-events-none absolute inset-y-0 right-0 w-1/4 bg-gradient-to-l from-transparent" />
138+
137139 </ div >
138140 </ section >
139141 ) ;
You can’t perform that action at this time.
0 commit comments