mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-05 20:26:43 +02:00
🐛 fix: dir name has been resolved
This commit is contained in:
@@ -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,
|
||||
|
@@ -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 = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user