About us

About Homoro

Homoro is where big dreams begin; earning in dollars ,a necessity of modern life!

Homoro Group is composed of a team of professors and graduates from Shahid Beheshti University, providing you with practical training for entering global markets. We share exclusive cryptocurrency trading opportunities offering over 60% monthly returns.

Planning leads us to victory

High-Yield Investments

Future Financial Transactions

Premium Profit Positions

Extremely Low-Risk Trades

Homoro Milestones

Total Assets Under Guidance
0 K
+ 0
Investment Advisory Sessions
Active Traders
0 K
+ 0 K
Executed Trades

Feel free to contact us

Our Specialist Team

Certified & Results-Driven

ahmadi.webp

Dr. Sadra Ahmadi

Founder

shahidzade.webp

Dr. Hossein
Shahidzadeh

Investment Advisor

mahmoodi.webp

Mahdi Mahmoudi

Forex Analyst

Hashemi.webp

Amirali Hashemi

Cryptocurrency Analyst

// همکاران ما در صفحه درباره ما document.addEventListener("DOMContentLoaded",()=>{ const testimonials = document.querySelectorAll(".testimonials") const nextBtnte = document.querySelector(".next-btn-te") const prevBtnte = document.querySelector(".prev-btn-te") const testimonialsContainer = document.querySelector(".testimonials-container") let maxPos = testimonials.length; function updateClasses (isNext){ testimonials.forEach(box=>{ const currentPos = [...box.classList].find(cls=> cls.startsWith("pos")); const numberPos = parseInt(currentPos.split("_")[1]); box.classList.remove(currentPos) let newPos ; if(isNext){ newPos = numberPos + 1; }else{ newPos = numberPos - 1; } if(newPos > maxPos){ newPos = 1; }else if(newPos { updateClasses(true) }) prevBtnte.addEventListener('click',()=>{ updateClasses(false) }) let touchXStart = 0; let touchXEnd = 0; function touchUpdate(){ if(touchXStart > touchXEnd && touchXStart - touchXEnd > 30){ updateClasses(false) }else if(touchXStart 30){ updateClasses(true) } } testimonialsContainer.addEventListener("mousedown",(e)=>{ touchXStart = e.x; }) testimonialsContainer.addEventListener("mouseup",(e)=>{ touchXEnd = e.x; touchUpdate() }) testimonialsContainer.addEventListener("touchstart",(e)=>{ touchXStart = e.changedTouches[0].screenX; }) testimonialsContainer.addEventListener("touchend",(e)=>{ touchXEnd = e.changedTouches[0].screenX;; touchUpdate() }) })