diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7e77681..0656cd3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -30,7 +30,7 @@ export default function ContactPage() { - + diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx index 291b9d9..cfc2b8e 100644 --- a/src/app/privacy-policy/page.tsx +++ b/src/app/privacy-policy/page.tsx @@ -38,7 +38,7 @@ export default function PrivacyPolicyPage() { If you have questions or concerns about this Privacy Policy, please reach out to us at:

YS Lootah Robotics
- Office 408, City Bay Business Center
+ Showroom No 03, Sheikh Zayed Rd Trade Center Second - DIFC
Dubai, United Arab Emirates
Email: info@yslootahrobotics.com

diff --git a/src/components/FooterAndContact.tsx b/src/components/FooterAndContact.tsx index 3e34902..43a81b4 100644 --- a/src/components/FooterAndContact.tsx +++ b/src/components/FooterAndContact.tsx @@ -14,9 +14,9 @@ const CONTACT = { phonePrimary: '+971 55 948 2728', phoneSecondary: '+971 4 349 9319', email: 'info@yslootahrobotics.com', - address: 'Office 408, City Bay Business Center, Dubai, UAE', + address: 'Showroom No 03, Sheikh Zayed Rd Trade Center Second - DIFC - Dubai, UAE', whatsapp: 'https://wa.me/971559482728', - maps: 'https://maps.google.com/?q=Office+408+City+Bay+Business+Center+Dubai', + maps: 'https://maps.google.com/?q=Showroom+No+03+Sheikh+Zayed+Rd+Trade+Center+Second+DIFC+Dubai', instagram: 'https://www.instagram.com/yslootahtech', linkedin: 'https://www.linkedin.com/company/ys-lootah-tech', facebook: 'https://www.facebook.com/yslootahtech', diff --git a/src/components/robotics/ExclusiveAccessSection.tsx b/src/components/robotics/ExclusiveAccessSection.tsx index bd34015..781298a 100644 --- a/src/components/robotics/ExclusiveAccessSection.tsx +++ b/src/components/robotics/ExclusiveAccessSection.tsx @@ -425,7 +425,7 @@ function ShowroomTile() { - Live demos · City Bay Business Center. + Live demos · Trade Center Second, DIFC. ); diff --git a/src/components/robotics/MarqueeStrip.tsx b/src/components/robotics/MarqueeStrip.tsx index 1aac41f..c976f40 100644 --- a/src/components/robotics/MarqueeStrip.tsx +++ b/src/components/robotics/MarqueeStrip.tsx @@ -13,7 +13,7 @@ const DEFAULT_ITEMS: Item[] = [ { label: 'Unitree', sub: 'Quadruped · Humanoid', accent: '#5e5e5e' }, { label: 'Pudu Robotics', sub: 'Service · Delivery · Cleaning', accent: '#a8a8a8' }, { label: 'Dubai · UAE', sub: 'Sales · Demo · Configure', accent: '#e7e7e7' }, - { label: 'Showroom', sub: 'City Bay Business Center', accent: '#5e5e5e' }, + { label: 'Showroom', sub: 'Trade Center Second, DIFC', accent: '#5e5e5e' }, { label: '10+ Industries', sub: 'Hospitality · Security · Healthcare', accent: '#a8a8a8' }, ]; diff --git a/src/lib/seo.ts b/src/lib/seo.ts index 40bedfb..bf8f487 100644 --- a/src/lib/seo.ts +++ b/src/lib/seo.ts @@ -21,7 +21,7 @@ export const business = { phones: ['+971559482728', '+97143499319'], email: 'info@yslootahrobotics.com', whatsapp: 'https://wa.me/971559482728', - street: 'Office 408, City Bay Business Center', + street: 'Showroom No 03, Sheikh Zayed Rd, Trade Center Second, DIFC', city: 'Dubai', country: 'AE', };