diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 198dc390..199ec1d9 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -4,7 +4,6 @@ import { FeatureCard } from '../components/home/FeatureCard'; import { StatsSection } from '../components/home/StatsSection'; import { ToolsShowcase } from '../components/home/ToolsShowcase'; import { TestimonialCard } from '../components/home/TestimonialCard'; -// import { ComparisonSection } from '../components/home/ComparisonSection'; import { testimonials } from '../data/testimonials'; const features = [ @@ -55,8 +54,6 @@ export default function Home() { - {/* */} -