Components
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.
Loading preview...
import HeroSection02 from "@/components/ui/ruixen-hero-section-02";
const DemoOne = () => {
return <HeroSection02 />;
};
export { DemoOne };