{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "blog-cards-layout-01", "type": "registry:block", "description": "Blog cards with view more button", "registryDependencies": [ "avatar", "badge", "button", "card" ], "files": [ { "path": "creative-tim-ui/blocks/blog-cards-layout-01/page.tsx", "content": "\"use client\"\n\nimport { ArrowDown } from \"lucide-react\"\n\nimport {\n Avatar,\n AvatarFallback,\n AvatarImage,\n} from \"@/components/ui/avatar\"\nimport { Badge } from \"@/components/ui/badge\"\nimport { Button } from \"@/components/ui/button\"\nimport {\n Card,\n CardContent,\n CardFooter,\n CardHeader,\n} from \"@/components/ui/card\"\n\nconst POSTS = [\n {\n img: \"https://images.unsplash.com/photo-1497366216548-37526070297c?w=800&auto=format&fit=crop\",\n tag: \"Enterprise\",\n title: \"Autodesk looks to future of 3D printing with Project Escher\",\n desc: \"Don't be scared of the truth because we need to restart the human foundation in truth And I love you like Kanye loves Kanye I love Rick Owens bed design but the back is too high for the beams and angle of the ceiling.\",\n date: \"10 September 2022\",\n author: {\n img: \"https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&auto=format&fit=crop\",\n name: \"Ryan Samuel\",\n },\n },\n {\n img: \"https://images.unsplash.com/photo-1497366811353-6870744d04b2?w=800&auto=format&fit=crop\",\n tag: \"Startups\",\n title: \"Lyft launching cross-platform service this week\",\n desc: \"Don't be scared of the truth because we need to restart the human foundation in truth And I love you like Kanye loves Kanye I love Rick Owens bed design but the back is too high for the beams and angle of the ceiling.\",\n date: \"12 September 2022\",\n author: {\n img: \"https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&auto=format&fit=crop\",\n name: \"Nora Hazel\",\n },\n },\n {\n img: \"https://images.unsplash.com/photo-1497366754035-f200968a6e72?w=800&auto=format&fit=crop\",\n tag: \"Trending\",\n title: \"6 insights into the French Fashion landscape\",\n desc: \"Don't be scared of the truth because we need to restart the human foundation in truth And I love you like Kanye loves Kanye I love Rick Owens bed design but the back is too high for the beams and angle of the ceiling.\",\n date: \"16 September 2022\",\n author: {\n img: \"https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=400&auto=format&fit=crop\",\n name: \"Otto Gonzalez\",\n },\n },\n {\n img: \"https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=800&auto=format&fit=crop\",\n tag: \"Enterprise\",\n title: \"Autodesk looks to future of 3D printing with Project Escher\",\n desc: \"Don't be scared of the truth because we need to restart the human foundation in truth And I love you like Kanye loves Kanye I love Rick Owens bed design but the back is too high for the beams and angle of the ceiling.\",\n date: \"18 September 2022\",\n author: {\n img: \"https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&auto=format&fit=crop\",\n name: \"Ryan Samuel\",\n },\n },\n {\n img: \"https://images.unsplash.com/photo-1497215728101-856f4ea42174?w=800&auto=format&fit=crop\",\n tag: \"Lifestyle\",\n title: \"Lyft launching cross-platform service this week\",\n desc: \"Don't be scared of the truth because we need to restart the human foundation in truth And I love you like Kanye loves Kanye I love Rick Owens bed design but the back is too high for the beams and angle of the ceiling.\",\n date: \"18 September 2022\",\n author: {\n img: \"https://images.unsplash.com/photo-1534528741775-53994a69daeb?w=400&auto=format&fit=crop\",\n name: \"Nora Hazel\",\n },\n },\n {\n img: \"https://images.unsplash.com/photo-1497366412874-3415097a27e7?w=800&auto=format&fit=crop\",\n tag: \"Startups\",\n title: \"6 insights into the French Fashion landscape\",\n desc: \"Don't be scared of the truth because we need to restart the human foundation in truth And I love you like Kanye loves Kanye I love Rick Owens bed design but the back is too high for the beams and angle of the ceiling.\",\n date: \"22 September 2022\",\n author: {\n img: \"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&auto=format&fit=crop\",\n name: \"Otto Gonzalez\",\n },\n },\n]\n\nexport default function BlogCardsLayout01() {\n return (\n
\n
\n

\n Latest Blog Posts\n

\n

Blog Posts

\n

\n This is the paragraph where you can write more details about blogs.\n Keep you user engaged by providing meaningful information.\n

\n
\n
\n {POSTS.map(({ img, tag, title, desc, date, author }) => (\n \n \n \n \n \n \n {tag}\n \n

{title}

\n

{desc}

\n
\n \n \n \n {author.name.charAt(0)}\n \n
\n

{author.name}

\n

{date}

\n
\n
\n
\n ))}\n
\n
\n \n
\n
\n )\n}\n", "type": "registry:page", "target": "app/blog-cards-layout/page.tsx" } ], "meta": { "iframeHeight": "1200px", "container": "w-full bg-surface min-h-svh flex px-4 py-12 items-center md:py-20 justify-center min-w-0", "mobile": "component" }, "categories": [ "blog-sections" ] }