{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "floating-phone-demo", "title": "Floating Phone Demo", "description": "Example showing a floating phone mockup.", "registryDependencies": [ "https://pioneerui.com/r/floating-phone" ], "files": [ { "path": "registry/example/floating-phone-demo.tsx", "content": "\"use client\"\n\nimport { FloatingPhone } from \"@/registry/pioneerui/floating-phone\"\nimport { motion } from \"framer-motion\"\nimport { FiTwitter, FiInstagram, FiLinkedin, FiGithub } from \"react-icons/fi\"\nimport Link from \"next/link\"\n\nconst socialLinks = [\n {\n icon: FiTwitter,\n href: \"https://twitter.com/antonio_kodheli\",\n label: \"Twitter\",\n color: \"hover:bg-blue-500\",\n },\n {\n icon: FiInstagram,\n href: \"https://instagram.com/codewithtoni_\",\n label: \"Instagram\",\n color: \"hover:bg-pink-600\",\n },\n {\n icon: FiLinkedin,\n href: \"https://linkedin.com/in/antonio-kodheli-1430aa290/\",\n label: \"LinkedIn\",\n color: \"hover:bg-blue-700\",\n },\n {\n icon: FiGithub,\n href: \"https://github.com/AntonioKOD\",\n label: \"GitHub\",\n color: \"hover:bg-gray-800\",\n },\n ]\n \n const ProfileContent = () => (\n
\n \n
\n AK\n
\n \n \n \n

codeWithToni

\n

Full Stack Developer

\n \n \n \n {socialLinks.map(({ icon: Icon, href, label, color }, index) => (\n \n \n \n \n \n ))}\n \n
\n )\n\nexport default function SocialProfileDemo() {\n return (\n
\n
\n }\n actionText=\"Connect with Toni\"\n actionLink=\"https://codewithtoni.com\"\n showStatusBar={true}\n title=\"@codewithtoni\"\n />\n
\n
\n )\n}\n", "type": "registry:example", "target": "components/floating-phone-demo.tsx" } ], "type": "registry:example" }