Components
Loading preview...
This component is a visually elegant and content-focused hero section designed for the Ruixen brand, featuring a soft pastel gradient background that transitions from white to peach, pink, and lavender shades. It includes bold, large typography for the main heading — “Innovation Meets Simplicity” — followed by a supporting paragraph that introduces Ruixen as a platform offering cutting-edge, modern digital solutions. The layout ensures readability with responsive text sizes, a subtle design aesthetic, and a structured container with rounded corners and hidden overflow, making it ideal for landing pages or introductory sections of Ruixen’s interface.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/hero-section-with-gradientimport HeroSection_05 from "@/components/ui/hero-section-with-gradient";
export default function DemoOne() {
return <HeroSection_05 />;
}