diff --git a/demo/nextjs/app/features.tsx b/demo/nextjs/app/features.tsx index 53101901..8795b629 100644 --- a/demo/nextjs/app/features.tsx +++ b/demo/nextjs/app/features.tsx @@ -59,28 +59,6 @@ const Card = ({ ); }; -const AceternityIcon = () => { - return ( - - - - ); -}; - export const Icon = ({ className, ...rest }: any) => { return ( { return ( <> - - ); }; export default SectionSvg; - -export const PlusSvg = ({ className = "" }) => { - return ( - - - - ); -};