diff --git a/src/components/landing/FeaturesSection/index.tsx b/src/components/landing/FeaturesSection/index.tsx index a627ed5d..1167d3e8 100644 --- a/src/components/landing/FeaturesSection/index.tsx +++ b/src/components/landing/FeaturesSection/index.tsx @@ -3,8 +3,6 @@ import features from '@site/data/features' import { cn } from '@site/src/lib/utils' import { BentoGrid, BentoGridItem } from '../../magicui/bento-grid' import { Section } from '../Section' -import Github from './Github' -import Skill from './Skill' export default function FeaturesSection() { return ( @@ -22,10 +20,10 @@ export default function FeaturesSection() { ))} -
+ {/*
-
+
*/} ) }