Skip to content

Commit 5b82e81

Browse files
authored
Merge pull request #1433 from steam-bell-92/main
Removed background in Topmate Section
2 parents 4974c51 + e805a13 commit 5b82e81

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/components/topmate/TopMateSection.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ const TopMateSection = ({ setShowTopmate }) => {
1616

1717
return (
1818
<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-
2519
<div className="relative mx-auto max-w-6xl">
2620
<motion.div
2721
initial={{ opacity: 0, y: 30 }}

0 commit comments

Comments
 (0)