diff options
Diffstat (limited to 'app/travel-advisory')
| -rw-r--r-- | app/travel-advisory/page.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/travel-advisory/page.js b/app/travel-advisory/page.js index 9e13e36..e08ba1d 100644 --- a/app/travel-advisory/page.js +++ b/app/travel-advisory/page.js @@ -15,12 +15,12 @@ export default async function TravelAdvisory(){ <ul> <li className="p-6 sm:px-40 px-10 bg-green-950"> <p className="font-medium text-lg">Take normal security precautions</p> - <p>Take similar precautions to those you would take in Alure Regions.</p> + <p>Take similar precautions to those you would take in the Alure Regions.</p> </li> <li className="p-6 sm:px-40 px-10 bg-yellow-700"> <p className="font-medium text-lg">Exercise a high degree of caution</p> <p>There are certain safety and security concerns or the situation could change quickly. Be very cautious at all times, monitor local media and follow the instructions of local authorities.</p> - <p><b className="font-semibold">IMPORTANT:</b> The two levels below are official Government of Alure Regions Travel Advisories and are issued when the safety and security of Alurians travelling or living in the country or region may be at risk.</p> + <p><b className="font-semibold">IMPORTANT:</b> The two levels below are official Government of the Alure Regions Travel Advisories and are issued when the safety and security of Alurians travelling or living in the country or region may be at risk.</p> </li> <li className="p-6 sm:px-40 px-10 bg-orange-700"> <p className="font-medium text-lg">Avoid non-essential travel</p> |
