mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-12-07 23:23:50 +01: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 { asianMirrors } from './asia';
|
||||||
import { europeanMirrors } from './europe';
|
import { europeanMirrors } from './europe';
|
||||||
import { oceaniaMirrors } from './oceania';
|
import { oceaniaMirrors } from './oceania';
|
||||||
import { type Mirror } from '@/types/download';
|
import { type Mirror } from '../../types/download';
|
||||||
|
|
||||||
export const mirrors: Mirror[] = [
|
export const mirrors: Mirror[] = [
|
||||||
...americasMirrors,
|
...americasMirrors,
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
import { Shield, Terminal, Cpu } from 'lucide-react';
|
import { Shield, Terminal, Cpu } from 'lucide-react';
|
||||||
import { HeroSection } from '@/components/home/HeroSection';
|
import { HeroSection } from '../components/home/HeroSection';
|
||||||
import { FeatureCard } from '@/components/home/FeatureCard';
|
import { FeatureCard } from '../components/home/FeatureCard';
|
||||||
import { StatsSection } from '@/components/home/StatsSection';
|
import { StatsSection } from '../components/home/StatsSection';
|
||||||
import { ToolsShowcase } from '@/components/home/ToolsShowcase';
|
import { ToolsShowcase } from '../components/home/ToolsShowcase';
|
||||||
import { TestimonialCard } from '@/components/home/TestimonialCard';
|
import { TestimonialCard } from '../components/home/TestimonialCard';
|
||||||
import { ComparisonSection } from '@/components/home/ComparisonSection';
|
// import { ComparisonSection } from '../components/home/ComparisonSection';
|
||||||
import { testimonials } from '@/data/testimonials';
|
import { testimonials } from '../data/testimonials';
|
||||||
|
|
||||||
const features = [
|
const features = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user