Components
A responsive feature grid section with animated cards that fade and lift into view, each with an icon, title, and description.
Loading preview...
import FeaturesGrid from "@/components/ui/features-1";
export default function Demo() {
return (
<div className="min-h-screen w-full bg-background text-foreground">
<FeaturesGrid />
</div>
);
}