From cd8aab3a511091ce378ff7ebcaa42bf979f00882 Mon Sep 17 00:00:00 2001 From: LofiSu Date: Sun, 26 Jan 2025 22:34:40 +0800 Subject: refactor: rewrite --- src/components/FeatureCard.tsx | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/components/FeatureCard.tsx (limited to 'src/components/FeatureCard.tsx') diff --git a/src/components/FeatureCard.tsx b/src/components/FeatureCard.tsx deleted file mode 100644 index 5f8a95d..0000000 --- a/src/components/FeatureCard.tsx +++ /dev/null @@ -1,28 +0,0 @@ -import React from 'react'; -import { motion } from 'framer-motion'; -import { Card } from '@nextui-org/react'; - -interface FeatureCardProps { - icon: React.ReactNode; - title: string; - description: string; -} - -export const FeatureCard: React.FC = ({ icon, title, description }) => { - return ( - - -
-
- {icon} -
-

{title}

-

{description}

-
-
-
- ); -}; -- cgit v1.2.3-70-g09d2