mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 04:35:18 +02:00
🐛 fix: extra lines has been erased
This commit is contained in:
@@ -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() {
|
||||
|
||||
<ToolsShowcase />
|
||||
|
||||
{/* <ComparisonSection /> */}
|
||||
|
||||
<section className="py-20 bg-white">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div className="text-center mb-12">
|
||||
|
Reference in New Issue
Block a user