From 2f4997e9015f36e60cdd0eac15887b65ee6ee96d Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Tue, 4 Jun 2024 16:00:38 -0400 Subject: [PATCH] added offices addresses as far as possible --- src/pages/about.astro | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/pages/about.astro b/src/pages/about.astro index 0dc5e98..719a914 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -236,23 +236,23 @@ const metadata = { items={[ { title: 'Belgium', - description: '1234 Lorem Ipsum St, 12345, Miami', + description: 'Antwerpsesteenweg 19, 9080 Lochristi, België', }, { title: 'Egypt', - description: '5678 Lorem Ipsum St, 56789, Madrid', - }, - { - title: 'Mauritius', - description: '9012 Lorem Ipsum St, 90123, Sydney', - }, - { - title: 'United Arab Emirates', - description: '3456 Lorem Ipsum St, 34567, São Paulo', + description: '9 Al Wardi street, Hegaz, Heliopolis, Cairo 11341', }, { title: 'India', - description: '3456 Lorem Ipsum St, 34567, São Paulo', + description: 'Remote Office', + }, + { + title: 'Mauritius', + description: 'Remote Office', + }, + { + title: 'United Arab Emirates', + description: 'Warehouse 88:89, Al Jadaf, P.O. Box 283182, Dubai', }, ]} /> -- 2.40.1