Components
Loading preview...
This component is a feature spotlight card where you can showcase in any landing page.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/feature-spotlightimport { FeaturedSpotlight } from "@/components/ui/feature-spotlight";
export default function Page() {
return (
<main className="flex min-h-screen items-center justify-center bg-background p-8">
<FeaturedSpotlight />
</main>
)
}