diff --git a/components/home/BelongSection.tsx b/components/home/BelongSection.tsx
index 1f5b35e..0ea1839 100644
--- a/components/home/BelongSection.tsx
+++ b/components/home/BelongSection.tsx
@@ -1,9 +1,8 @@
"use client";
import { fadeInUp, staggerContainer } from "@/lib/animations";
-import { accent, background, decorative, indigo, text } from "@/lib/colors";
+import { accent, background, indigo, text } from "@/lib/colors";
import { motion } from "framer-motion";
-import SoftAurora from "../bits/SoftAurora";
const memberTypes = [
"Solo founders figuring it out as they go",
@@ -29,7 +28,7 @@ export default function BelongSection() {
className="relative py-24 md:py-32 overflow-hidden"
style={{ background: background.primary }}
>
-