{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "profile-page-shadcnui", "type": "registry:page", "title": "Profile Page", "description": "User profile with gradient cover, stats, and posts feed", "dependencies": [ "framer-motion", "react" ], "files": [ { "path": "@uitripled/react-shadcn/src/components/components/profile/profile-page.tsx", "content": "\"use client\";\n\nimport { Avatar, AvatarFallback, AvatarImage } from \"@/components/ui/avatar\";\nimport { Button } from \"@/components/ui/button\";\nimport { cn } from \"@/lib/utils\";\nimport { motion } from \"framer-motion\";\nimport {\n Calendar,\n Link as LinkIcon,\n MapPin,\n MoreHorizontal,\n UserPlus,\n} from \"lucide-react\";\nimport { useState } from \"react\";\n\nexport function ProfilePage() {\n const [isFollowing, setIsFollowing] = useState(false);\n\n return (\n
\n @moumensoliman\n
\n\n Product Designer & Frontend Developer. Passionate about building\n beautiful, accessible user interfaces. Creating digital\n experiences that matter. ✨\n
\n\n \n\n