website/data/raspberry.js
2024-11-23 14:43:06 +03:30

22 lines
322 B
JavaScript

const raspberryData = {
title: {
en: 'Raspberry Versions',
fa: 'نسخه‌های رزبری'
},
desc: {
en: '',
fa: ''
},
links: [
{
text: {
en: 'Raspberry',
fa: 'پارچ رزبری',
},
img: '',
href: '#'
},
]
}
export default raspberryData;