@@ -392,18 +392,6 @@ const CoNetWorKing: React.FC = () => {
392392 logo : "/lovable-uploads/Clubs/Spotify.svg" ,
393393 description : "Music streaming"
394394 } ,
395- {
396- name : "Audius" ,
397- url : "https://audius.co/" ,
398- logo : "/lovable-uploads/Clubs/Audius.svg" ,
399- description : "Decentralized music"
400- } ,
401- {
402- name : "Sound.xyz" ,
403- url : "https://www.sound.xyz/" ,
404- logo : "/lovable-uploads/Clubs/SoundXYZ.svg" ,
405- description : "Music NFT platform"
406- } ,
407395 {
408396 name : "Soundcloud" ,
409397 url : "https://soundcloud.com/" ,
@@ -453,11 +441,35 @@ const CoNetWorKing: React.FC = () => {
453441 ] ,
454442 artFlow : [
455443 {
456- name : "Behance " ,
457- url : "https://www.behance.net /" ,
458- logo : "/lovable-uploads/BehanceLogo.jpeg " ,
459- description : "Creative portfolio platform "
444+ name : "Audius " ,
445+ url : "https://audius.co /" ,
446+ logo : "/lovable-uploads/Clubs/Audius.svg " ,
447+ description : "Decentralized music streaming "
460448 } ,
449+ {
450+ name : "Sound.xyz" ,
451+ url : "https://www.sound.xyz/" ,
452+ logo : "/lovable-uploads/Clubs/SoundXYZ.svg" ,
453+ description : "Music NFT platform"
454+ }
455+ ] ,
456+ ecoFlow : [ ] ,
457+ healthFlow : [ ] ,
458+ weedFlow : [
459+ {
460+ name : "Leafly" ,
461+ url : "https://www.leafly.com/" ,
462+ logo : "/lovable-uploads/Clubs/Leafly.svg" ,
463+ description : "Cannabis marketplace"
464+ } ,
465+ {
466+ name : "Weedmaps" ,
467+ url : "https://weedmaps.com/" ,
468+ logo : "/lovable-uploads/Clubs/Weedmaps.svg" ,
469+ description : "Cannabis directory"
470+ }
471+ ] ,
472+ xFlow : [
461473 {
462474 name : "OnlyFans" ,
463475 url : "https://onlyfans.com/" ,
@@ -489,21 +501,6 @@ const CoNetWorKing: React.FC = () => {
489501 description : "Adult video site"
490502 }
491503 ] ,
492- ecoFlow : [
493- {
494- name : "Leafly" ,
495- url : "https://www.leafly.com/" ,
496- logo : "/lovable-uploads/Clubs/Leafly.svg" ,
497- description : "Cannabis marketplace"
498- } ,
499- {
500- name : "Weedmaps" ,
501- url : "https://weedmaps.com/" ,
502- logo : "/lovable-uploads/Clubs/Weedmaps.svg" ,
503- description : "Cannabis directory"
504- }
505- ] ,
506- healthFlow : [ ] ,
507504 spaceFlow : [
508505 {
509506 name : "ESA" ,
@@ -864,7 +861,7 @@ const CoNetWorKing: React.FC = () => {
864861 View on Alientrip
865862 </ Button >
866863 </ a >
867- < a href = "https://gitbook.com " target = "_blank" rel = "noopener noreferrer" className = "flex-1" >
864+ < a href = "https://alienflowspace. gitbook.io/DAO " target = "_blank" rel = "noopener noreferrer" className = "flex-1" >
868865 < Button className = "w-full bg-blue-500/20 hover:bg-blue-500/30 text-blue-400 border border-blue-500/50 font-[Exo]" >
869866 Read Docs on Gitbook
870867 </ Button >
@@ -968,6 +965,23 @@ const CoNetWorKing: React.FC = () => {
968965 icon = { < Rocket className = "h-6 w-6" /> }
969966 delay = { 0.9 }
970967 />
968+
969+ { /* Clubs - WeedFlow */ }
970+ < PartnerSection
971+ title = "WeedFlow"
972+ partners = { clubsPartners . weedFlow }
973+ color = "green"
974+ icon = { < Leaf className = "h-6 w-6" /> }
975+ delay = { 1.0 }
976+ />
977+
978+ { /* Clubs - XFlow */ }
979+ < PartnerSection
980+ title = "XFlow"
981+ partners = { clubsPartners . xFlow }
982+ color = "red"
983+ delay = { 1.1 }
984+ />
971985 </ div >
972986
973987 { /* Global Community Section */ }
@@ -996,12 +1010,12 @@ const CoNetWorKing: React.FC = () => {
9961010 < Card className = "bg-gradient-to-br from-alien-gold/20 to-alien-green/20 backdrop-blur-md border border-alien-gold/50 hover:border-alien-gold/80 transition-all duration-300 hover:scale-105 h-full" >
9971011 < CardHeader className = "text-center pb-3" >
9981012 < motion . div
999- className = "mx-auto mb-3 w-16 h-16 rounded-full overflow-hidden border-2 border-alien-gold bg-white/10 "
1013+ className = "mx-auto mb-3 w-16 h-16 rounded-full overflow-hidden border-2 border-alien-gold bg-white"
10001014 whileHover = { { scale : 1.1 , rotate : 5 } }
10011015 transition = { { duration : 0.3 } }
10021016 >
10031017 < a href = { partner . url } target = "_blank" rel = "noopener noreferrer" >
1004- < img src = { partner . avatar } alt = { partner . name } className = "w-full h-full object-cover " />
1018+ < img src = { partner . avatar } alt = { partner . name } className = "w-full h-full object-contain p-1 " />
10051019 </ a >
10061020 </ motion . div >
10071021 < CardTitle className = "text-alien-gold font-[Atomic Age] text-base" >
@@ -1078,12 +1092,16 @@ const CoNetWorKing: React.FC = () => {
10781092 Start your journey into decentralized finance and connect with a global network of innovators and investors.
10791093 </ p >
10801094 < div className = "flex flex-col sm:flex-row gap-4 justify-center" >
1081- < Button className = "bg-alien-gold hover:bg-alien-gold/90 text-alien-space-dark font-[Exo] px-8 py-3 text-lg" >
1082- Get Started
1083- </ Button >
1084- < Button variant = "outline" className = "border-alien-green text-alien-green hover:bg-alien-green/10 font-[Exo] px-8 py-3 text-lg" >
1085- Learn More
1086- </ Button >
1095+ < a href = "/alien-trip" >
1096+ < Button className = "bg-alien-gold hover:bg-alien-gold/90 text-alien-space-dark font-[Exo] px-8 py-3 text-lg" >
1097+ Get Started
1098+ </ Button >
1099+ </ a >
1100+ < a href = "/about" >
1101+ < Button variant = "outline" className = "border-alien-green text-alien-green hover:bg-alien-green/10 font-[Exo] px-8 py-3 text-lg" >
1102+ Learn More
1103+ </ Button >
1104+ </ a >
10871105 </ div >
10881106 </ div >
10891107 </ div >
0 commit comments