Skip to content

Commit 2d70d78

Browse files
authored
Update ExploreSpacesSection.tsx
Signed-off-by: Aitor Alien <[email protected]>
1 parent 5915372 commit 2d70d78

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/components/ExploreSpacesSection.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
1-
21
import React from 'react';
32
import { motion } from 'framer-motion';
4-
import { GraduationCap, Clover, Network } from 'lucide-react';
53
import { Link } from 'react-router-dom';
64
import { Button } from './ui/button';
75

86
const spaces = [{
97
id: 'academy',
108
title: 'Academy',
119
description: 'Unlock cosmic knowledge through comprehensive educational resources, courses, and tutorials in blockchain, finance, and sustainability.',
12-
icon: <img src="/lovable-uploads/bdb8277c-dc0f-4a67-8159-804f77ad3567.png" alt="Academy" className="h-10 w-10 object-contain" />,
10+
icon: <img src="/AcademyLogo.png" alt="Academy" className="h-10 w-10 object-contain" />,
1311
link: '/academy'
1412
}, {
1513
id: 'clubs',
1614
title: 'Clubs',
1715
description: 'Join specialized communities focused on specific interests, technologies, and missions within the AlienFlowSpace ecosystem.',
18-
icon: <img src="/lovable-uploads/34dc9a1f-3c47-43ba-9218-4e3b44992404.png" alt="Clubs" className="h-10 w-10 object-contain" />,
16+
icon: <img src="/ClubLogo.png" alt="Clubs" className="h-10 w-10 object-contain" />,
1917
link: '/clubs'
2018
}, {
2119
id: 'conetworking',
2220
title: 'CoNetWorKing',
2321
description: 'Connect with like-minded individuals, projects, and initiatives across the multiverse to expand your network and opportunities.',
24-
icon: <img src="/lovable-uploads/d57b7651-e2f6-4603-8b55-71e714501ff2.png" alt="CoNetWorKing" className="h-10 w-10 object-contain" />,
22+
icon: <img src="/CoNetWorKingLogo.png" alt="CoNetWorKing" className="h-10 w-10 object-contain" />,
2523
link: '/conetworking'
2624
}];
2725

0 commit comments

Comments
 (0)