A card with an icon and a call to action.
Professional services. Get tailored guidance from Stripe on implementation, complex integrations, or major migrations.
Contact salespnpm dlx shadcn@latest add https://orbit.ruturaj.xyz/r/icon-card.jsonimport { Orbit } from "lucide-react"
import { IconCard } from "@/components/icon-card"
export default function Page() {
return (
<IconCard
icon={<Orbit />}
title="Professional services."
description="Get tailored guidance on implementation."
ctaTitle="Contact sales"
ctaLink="#"
/>
)
}Surface
An icon card with a raised surface background and custom color.