A linked card with an image, title, subtitle, and description.
pnpm dlx shadcn@latest add https://orbit.ruturaj.xyz/r/image-card.jsonimport { ImageCard } from "@/components/image-card"
export default function Page() {
return (
<ImageCard
title="Professional services"
description="Get tailored guidance on implementation."
imageSrc="/hero.jpg"
imageAltText="Hero image"
cardLink="#"
subTitle="Author | January 20, 2026"
/>
)
}Default
A clean image card with title, subtitle, and description.
Background
An image card with a filled background and subtle shadow.