We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56febf0 commit 4228551Copy full SHA for 4228551
apps/web/src/app/(home)/_components/Testimonials.tsx
@@ -29,7 +29,7 @@ const testimonials = [
29
30
const Testimonials = () => {
31
return (
32
- <section className="w-full py-24 px-4 bg-gray-900/50 backdrop-blur-sm">
+ <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">
33
<div className="max-w-6xl mx-auto">
34
<div className="text-center mb-16">
35
<h2 className="text-4xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-purple-400 to-pink-500">
0 commit comments