{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "team-section-1", "title": "Team Section 1", "description": "Team member showcase with social links and descriptions", "dependencies": [ "@icons-pack/react-simple-icons" ], "registryDependencies": [ "avatar", "https://shadcndesign-free.vercel.app/r/styles.json", "https://shadcndesign-free.vercel.app/r/tagline.json" ], "files": [ { "path": "components/pro-blocks/landing-page/team-sections/team-section-1.tsx", "content": "\"use client\";\n\nimport { Avatar, AvatarImage } from \"@/components/ui/avatar\";\nimport Link from \"next/link\";\nimport { Tagline } from \"@/components/pro-blocks/landing-page/tagline\";\nimport { SiFacebook, SiInstagram, SiX } from \"@icons-pack/react-simple-icons\";\n\nexport function TeamSection1() {\n const teamMembers = [\n {\n name: \"Ricky Smith\",\n role: \"CEO\",\n description:\n \"Leads the company with a clear vision, guiding strategic growth and fostering innovation to ensure long-term success.\",\n facebook: \"#\",\n instagram: \"#\",\n x: \"#\",\n image: \"https://github.com/shadcn.png\",\n },\n {\n name: \"Kurt Bates\",\n role: \"Innovation Specialist\",\n description:\n \"Drives innovation efforts, exploring new technologies and strategies to keep the company ahead of industry trends.\",\n facebook: \"#\",\n instagram: \"#\",\n x: \"#\",\n image: \"https://github.com/shadcn.png\",\n },\n {\n name: \"Dennis Callis\",\n role: \"Designer\",\n description:\n \"Creates beautiful, innovative, and functional designs that effectively communicate the brand and engage the audience.\",\n facebook: \"#\",\n instagram: \"#\",\n x: \"#\",\n image: \"https://github.com/shadcn.png\",\n },\n {\n name: \"Frances Swann\",\n role: \"UI/UX Designer\",\n description:\n \"Crafts seamless, intuitive user interfaces and experiences that ensure products are both easy to use and visually appealing.\",\n facebook: \"#\",\n instagram: \"#\",\n x: \"#\",\n image: \"https://github.com/shadcn.png\",\n },\n {\n name: \"Corina McCoy\",\n role: \"Culture Curator\",\n description:\n \"Nurtures company culture, ensuring a positive, inclusive environment where creativity, collaboration, and growth thrive.\",\n facebook: \"#\",\n instagram: \"#\",\n x: \"#\",\n image: \"https://github.com/shadcn.png\",\n },\n {\n name: \"Rhonda Rhodes\",\n role: \"Innovation Specialist\",\n description:\n \"Shapes and communicates the brand's identity, developing strategies that enhance recognition and build lasting customer loyalty.\",\n facebook: \"#\",\n instagram: \"#\",\n x: \"#\",\n image: \"https://github.com/shadcn.png\",\n },\n ];\n\n return (\n
\n
\n
\n
\n Team section\n

\n Showcase that builds connection\n

\n

\n Add a concise value statement that highlights your team's\n expertise and culture while maintaining a professional tone.\n

\n
\n\n
\n {teamMembers.map((member, index) => (\n \n
\n \n \n \n
\n

\n {member.name}\n

\n

\n {member.role}\n

\n
\n
\n

\n {member.description}\n

\n
\n \n \n \n \n \n \n \n \n \n
\n
\n ))}\n
\n
\n \n
\n );\n}\n", "type": "registry:component", "target": "components/pro-blocks/landing-page/team-sections/team-section-1.tsx" } ], "type": "registry:component" }