A responsive grid of product feature cards with icons, titles and descriptions for landing page sections.
import FeaturesGrid from "@/components/ui/features-grid"; export default function Default() { return ( <div className="min-h-screen w-full bg-background text-foreground"> <FeaturesGrid /> </div> ); }