Components
Loading preview...
FluxCardHero is a dynamic, interactive hero section component that showcases multiple AI platform features through an innovative layered card animation system. The component features a floating glass-morphism navigation bar and automatically cycles through different AI interface mockups including chat conversations, performance analytics, project management, and chat history. Key Features: Floating Navigation: Translucent white navbar with backdrop blur effect, centered and elevated Animated Card Stack: Multi-layered cards with staggered rotations and smooth color transitions Content Morphing: Each card displays different AI platform interfaces (chat, analytics, projects, history) Micro-interactions: Hover effects, scaling animations, and smooth transitions throughout Responsive Design: Adapts seamlessly across desktop and mobile viewports Auto-cycling: Cards automatically transition every 3 seconds with manual navigation dots Glass-morphism UI: Semi-transparent overlays with backdrop blur for modern aesthetics Perfect for AI/SaaS landing pages that want to demonstrate platform versatility while maintaining visual engagement through continuous, subtle animations.
@muhammad-binsalman
npx shadcn@latest add https://21st.dev/r/muhammad-binsalman/flux-card-heroimport MinimalHero from "@/components/ui/flux-card-hero";
export default function DemoOne() {
return <MinimalHero />;
}