Components
Loading preview...
A modern, light-themed hero section featuring an interactive plasma background, glassmorphic pill-shaped navigation bar, and compelling AI SaaS value proposition. This component combines elegant design with subtle animations to create an engaging first impression for enterprise users. Key Features: Dynamic plasma background with customizable color and interactivity Frosted glass navigation with gradient logo and responsive menu Persuasive hero content with gradient typography and performance metrics Smooth hover animations and mobile-friendly design Clean, professional aesthetic suitable for B2B AI applications
@muhammad-binsalman
npx shadcn@latest add https://21st.dev/r/muhammad-binsalman/light-saas-hero-sectionimport { HeroSection } from "@/components/ui/light-saas-hero-section";
export default function DemoOne() {
return <HeroSection />;
}