Skip to content

Commit 83a9a1a

Browse files
committed
Change in background of this section
Signed-off-by: Kamakshi Mudgal <[email protected]>
1 parent 7423b5d commit 83a9a1a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

components/testimonials.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ const ReviewCard = ({
9595

9696
const 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
);

0 commit comments

Comments
 (0)