From e84040999fb2cf0a1bb97480002f5147952411a3 Mon Sep 17 00:00:00 2001 From: d3v1l0n Date: Wed, 25 Dec 2024 05:58:30 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20extra=20lines=20has=20bee?= =?UTF-8?q?n=20erased?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Home.tsx | 3 --- 1 file changed, 3 deletions(-) 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() { - {/* */} -