Components
This component is a feature spotlight card where you can showcase in any landing page.
Loading preview...
import { 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>
)
}