From 148dff2b747ba22483b4e36bc56cb31260e84804 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 6 Nov 2025 19:58:14 +0000 Subject: [PATCH] completionId: cgen-99e775847c2d4c74afb5ac6a93ec6eb1 cgen-99e775847c2d4c74afb5ac6a93ec6eb1 --- client/pages/DevLinkProfiles.tsx | 83 +++++++++++++++++++++++++------- 1 file changed, 65 insertions(+), 18 deletions(-) diff --git a/client/pages/DevLinkProfiles.tsx b/client/pages/DevLinkProfiles.tsx index b0125f6d..715bcfb8 100644 --- a/client/pages/DevLinkProfiles.tsx +++ b/client/pages/DevLinkProfiles.tsx @@ -1,28 +1,75 @@ +import Layout from "@/components/Layout"; +import { Button } from "@/components/ui/button"; import { useNavigate } from "react-router-dom"; +import { ExternalLink } from "lucide-react"; export default function DevLinkProfiles() { const navigate = useNavigate(); return ( -
-
- {/* Back Button */} - + +
+ {/* Animated backgrounds */} +
+
+
+
+
- {/* Fullscreen iframe */} -