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', }, ]} />