completionId: cgen-4dd70da7f18a434bbc4d79c23d2811dd

cgen-4dd70da7f18a434bbc4d79c23d2811dd
This commit is contained in:
Builder.io 2025-11-06 19:07:14 +00:00
parent a313cabddf
commit 6696f3eb0c
2 changed files with 4 additions and 0 deletions

View file

@ -3,8 +3,10 @@ import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import { Users, Briefcase, Star, Zap } from "lucide-react";
import { useNavigate } from "react-router-dom";
export default function DevLink() {
const navigate = useNavigate();
return (
<Layout>
<div className="relative min-h-screen bg-black text-white overflow-hidden">
@ -51,6 +53,7 @@ export default function DevLink() {
size="lg"
variant="outline"
className="border-cyan-400/60 text-cyan-300 hover:bg-cyan-500/10"
onClick={() => navigate("/dev-link/profiles")}
>
Explore Profiles
</Button>

View file

@ -14,6 +14,7 @@ import {
Share2,
MapPin,
Trophy,
Briefcase,
} from "lucide-react";
import { supabase } from "@/lib/supabase";