Components
Loading preview...
This hero section is a visually striking, interactive introduction component designed to showcase a ruixen UI. It features a dynamic background with soft gradients, animated floating dots, and glowing blur effects to create a futuristic aesthetic.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/ruixen-hero-section-02import HeroSection02 from "@/components/ui/ruixen-hero-section-02";
const DemoOne = () => {
return <HeroSection02 />;
};
export { DemoOne };