🐛 fix: dir name has been resolved

This commit is contained in:
RiO
2024-12-25 05:27:09 +05:30
parent 9518822a68
commit 74d08e647f
2 changed files with 8 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
import { Shield, Terminal, Cpu } from 'lucide-react';
import { HeroSection } from '@/components/home/HeroSection';
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';
import { HeroSection } from '../components/home/HeroSection';
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 = [
{