diff --git a/src/data/mirrors/index.ts b/src/data/mirrors/index.ts index 35ea512f..0d09dd02 100644 --- a/src/data/mirrors/index.ts +++ b/src/data/mirrors/index.ts @@ -3,7 +3,7 @@ import { americasMirrors } from './americas'; import { asianMirrors } from './asia'; import { europeanMirrors } from './europe'; import { oceaniaMirrors } from './oceania'; -import { type Mirror } from '@/types/download'; +import { type Mirror } from '../../types/download'; export const mirrors: Mirror[] = [ ...americasMirrors, diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 54322a50..198dc390 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -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 = [ {