diff --git a/src/pages/Profile.tsx b/src/pages/Profile.tsx
index eab392a..f709897 100644
--- a/src/pages/Profile.tsx
+++ b/src/pages/Profile.tsx
@@ -38,6 +38,7 @@ import { useForm } from "react-hook-form";
import * as z from "zod";
import { db } from "../utils/firebase";
import { Trash2, User, Link as LinkIcon } from "lucide-react";
+import { Separator } from "@/components/ui/separator";
import SocialMediaLinks from "@/components/SocialMedia";
import FriendsList from "@/components/FriendsList";
import PartnerProgress from "@/components/PartnerProgress";
@@ -461,6 +462,8 @@ const Profile: React.FC = () => {
+
+
Danger Zone