A responsive feature section with a four-column grid separated by full-width dividers, each cell showing an icon, title, and short description.
import FeatureSection from "@/components/ui/features-3"; export default function Default() { return ( <div className="bg-background text-foreground"> <FeatureSection /> </div> ); }