Components
Loading preview...
Personal portfolio spotlight with profile portrait, narrative highlights, and animated social links
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/glassmorphism-portfolio-block-shadcnuiimport { GlassmorphismPortfolioBlock } from "@/components/ui/glassmorphism-portfolio-block-shadcnui"
export default function Demo() {
return (
<div className="flex min-h-screen items-center justify-center bg-background p-8">
<GlassmorphismPortfolioBlock />
</div>
)
}