{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "blog-rectangular-images-01", "type": "registry:block", "description": "Blog posts with rectangular images", "registryDependencies": [ "avatar", "badge" ], "files": [ { "path": "creative-tim-ui/blocks/blog-rectangular-images-01/page.tsx", "content": "\"use client\"\n\nimport {\n Avatar,\n AvatarFallback,\n AvatarImage,\n} from \"@/components/ui/avatar\"\nimport { Badge } from \"@/components/ui/badge\"\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\",\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: \"Lifestyle\",\n title: \"Autodesk looks to future of 3D printing with Project\",\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\nexport default function BlogRectangularImages01() {\n return (\n
\n
\n {POSTS.map(({ img, tag, title, desc, date, author }) => (\n
\n
\n \n
\n
\n {tag}\n

{title}

\n

{desc}

\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", "type": "registry:page", "target": "app/blog-rectangular-images/page.tsx" } ], "meta": { "iframeHeight": "1000px", "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" ] }