diff --git a/pages/contact.vue b/pages/contact.vue
index f495164..dfa23ac 100644
--- a/pages/contact.vue
+++ b/pages/contact.vue
@@ -37,7 +37,15 @@
+966 56 663 9994
-
+
+ {{ $t('SOCIAL') }}:
+
+ Instagram
+
+ LinkedIn
+
+ Twitter
+
@@ -53,12 +61,46 @@ export default {
name: 'CONTACT',
head() {
return {
- title: this.$t('CONTACT'),
+ title: this.$t('CONTACT') + ' - Burooj Air | Drone Cleaning Services Contact',
meta: [
{
hid: 'description',
name: 'description',
- content: 'We aim to contribute to a safer work day for people who work at great heights with lifts, scaffolding and for facade climbers.',
+ content: 'Get in touch with Burooj Air for inquiries about drone cleaning services, building maintenance solutions, and high-risk task support in Khobar, Saudi Arabia.',
+ },
+ {
+ hid: 'keywords',
+ name: 'keywords',
+ content: 'Burooj Air contact, drone cleaning services contact, building maintenance support, high-risk task inquiries, contact Khobar drone services',
+ },
+ {
+ name: 'robots',
+ content: 'index, follow',
+ },
+ {
+ hid: 'og:title',
+ property: 'og:title',
+ content: 'Contact Burooj Air | Drone Cleaning Services in Khobar',
+ },
+ {
+ hid: 'og:description',
+ property: 'og:description',
+ content: 'Reach out to Burooj Air for drone cleaning services, building maintenance, and innovative solutions in Khobar, Saudi Arabia.',
+ },
+ {
+ hid: 'og:image',
+ property: 'og:image',
+ content: '/images/BuroojAir.png',
+ },
+ {
+ hid: 'og:url',
+ property: 'og:url',
+ content: 'https://buroojair.com/contact',
+ },
+ {
+ hid: 'twitter:card',
+ name: 'twitter:card',
+ content: 'summary_large_image',
},
],
}