Components
Loading preview...
A modern, responsive landing component with avatar, headline, social links, and a live message input with validation and toast notifications. Ideal for personal portfolios or digital profiles.
@itsankitverma
npx shadcn@latest add https://21st.dev/r/itsankitverma/personal-landingimport { PersonalLanding } from "@/components/ui/personal-landing";
export default function DemoOne() {
return <PersonalLanding />;
}