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 1c50ad2 commit 9e20ca1Copy full SHA for 9e20ca1
components/team/Team.tsx
@@ -42,10 +42,6 @@ export default function Team() {
42
return (
43
<AnimatedSection id="team" animationType="fadeUp">
44
<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
-
49
<AnimatedElement as="div" animationType="fadeDown" delay={0.1}>
50
<SectionTitle
51
title="Meet the Team"
0 commit comments