Aceternity UI

Feature Section with card gradient

Install component

npxshadcn@latest add "https://21st.dev/r/aceternity/feature-section-with-card-gradient"
import React from "react";
import { FeaturesSectionWithCardGradient } from "@/components/blocks/feature-section-with-card-gradient";


function FeaturesSectionWithCardGradientDemo() {
  return (
    <div className="min-h-screen w-full">
      <div className="absolute top-0 left-0 w-full">
        <FeaturesSectionWithCardGradient />
      </div>
    </div>
  );
}

export { FeaturesSectionWithCardGradientDemo };