From 1d5f4d3726e1ac459d6f140bfd2299140d0e61b0 Mon Sep 17 00:00:00 2001 From: Kuizuo Date: Thu, 4 Jul 2024 14:49:10 +0800 Subject: [PATCH] feat: update features section --- src/components/landing/FeaturesSection/index.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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() { ))} -
+ {/*
-
+
*/} ) }