Components
Here are three lines you can use for this Featured Section:
A clean two-column layout highlighting features with icons and descriptions on the left, and a smooth scrollable options list on the right.
Designed with shadcn/ui cards, borders, and fade effects, ensuring both clarity and modern aesthetics.
Perfect for showcasing key product highlights or services while keeping user engagement with continuous scrolling options.
Loading preview...
import FeatureSection from "@/components/ui/feature-section";
export default function DemoOne() {
return <FeatureSection />;
}