Skip to content

Commit 4228551

Browse files
committed
fix testimonial
1 parent 56febf0 commit 4228551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/app/(home)/_components/Testimonials.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const testimonials = [
2929

3030
const Testimonials = () => {
3131
return (
32-
<section className="w-full py-24 px-4 bg-gray-900/50 backdrop-blur-sm">
32+
<section className="w-full py-24 px-4 bg-gradient-to-b from-transparent via-gray-900/50 to-transparent backdrop-blur-sm relative z-50">
3333
<div className="max-w-6xl mx-auto">
3434
<div className="text-center mb-16">
3535
<h2 className="text-4xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-purple-400 to-pink-500">

0 commit comments

Comments
 (0)