Components
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.
npx shadcn@latest add https://21st.dev/r/itsankitverma/personal-landingLoading preview...
import { PersonalLanding } from "@/components/ui/personal-landing";
export default function DemoOne() {
return <PersonalLanding />;
}