function WhyAramland() { const stats = [ { number: "۲۰۰+", text: "مدیتیشن و تمرین‌های تنفسی", color: "text-teal-600", delay: "delay-100" }, { number: "۱۵+", text: "ساعت محتوای صوتی فارسی", color: "text-green-600", delay: "delay-200" }, { number: "۲۴/۷", text: "دسترسی بدون محدود", color: "text-blue-600", delay: "delay-300" } ]; return (

چرا آرام‌لند؟

{stats.map((stat, index) => (
{stat.number}

{stat.text}

))}
); } export default WhyAramland;