Skip to content
7 changes: 3 additions & 4 deletions src/partners/components/PartnerHero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ defineProps<{ title?: string }>()
<div class="PartnerHero">
<h1 class="title">{{ title || 'Vue Partners' }}</h1>
<p class="lead">
Vue Partners are Vue-team endorsed agencies that provide first-class
Vue consulting and development services. If your company is
interested in being listed as a partner, please
شركاء فيو هم وكالات مُصرَّح بها من قبل فريق فيو
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

استعمل مباشرة إسم العلم Vue أو Javascript بدل كتابتها بالحروف العربية

التي تقدم خدمات استشارات وتطوير فيو من الدرجة الأولى. إذا كانت شركتك مهتمة بأن تُدرج كشريك، برجاء.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

عدد الأسطر المحذوفة لابد أن يكون مساويا للعدد الأسطر المضافة

<a href="https://airtable.com/shrCQhat57SApJI2l" target="_blank"
>register your interest here</a
>تسجيل اهتمامك هنا</a
>.
</p>
</div>
Expand Down