Components
Loading preview...
The combined section component serves as a spotlight area to showcase the core strengths or highlights of our platform. It brings together key offerings
npx shadcn@latest add https://21st.dev/r/ruixen.ui/combined-featured-sectionimport CombinedFeaturedSection from "@/components/ui/combined-featured-section";
export default function DemoOne() {
return <CombinedFeaturedSection />;
}