We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4974c51 + e805a13 commit 5b82e81Copy full SHA for 5b82e81
1 file changed
src/components/topmate/TopMateSection.tsx
@@ -16,12 +16,6 @@ const TopMateSection = ({ setShowTopmate }) => {
16
17
return (
18
<div className="relative px-4 pt-0 pb-20">
19
- {/* Background Elements */}
20
- <div className="absolute inset-0 overflow-hidden">
21
- <div className="absolute -top-40 -right-40 h-80 w-80 rounded-full bg-gradient-to-br from-blue-400/10 to-purple-600/10 blur-3xl" />
22
- <div className="absolute -bottom-40 -left-40 h-80 w-80 rounded-full bg-gradient-to-tr from-green-400/10 to-blue-600/10 blur-3xl" />
23
- </div>
24
-
25
<div className="relative mx-auto max-w-6xl">
26
<motion.div
27
initial={{ opacity: 0, y: 30 }}
0 commit comments