Skip to content

Commit 9e20ca1

Browse files
committed
Remove bubbles.
1 parent 1c50ad2 commit 9e20ca1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/team/Team.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ export default function Team() {
4242
return (
4343
<AnimatedSection id="team" animationType="fadeUp">
4444
<div className="relative mx-auto max-w-screen-xl px-4 py-20">
45-
{/* Decorative blurred circles */}
46-
<div className="pointer-events-none absolute -top-20 left-10 z-0 h-48 w-48 rounded-full bg-blue-300 opacity-30 blur-3xl dark:bg-blue-800" />
47-
<div className="pointer-events-none absolute -bottom-10 right-0 z-0 h-64 w-64 rounded-full bg-indigo-300 opacity-20 blur-2xl dark:bg-indigo-700" />
48-
4945
<AnimatedElement as="div" animationType="fadeDown" delay={0.1}>
5046
<SectionTitle
5147
title="Meet the Team"

0 commit comments

Comments
 (0)