From 05d94ac042a1322f771cd852101f15003f7ab573 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 14 Jul 2023 22:13:22 -0400 Subject: Updated travel advisory, added leaders of regions --- app/explorealure/page.js | 7 ------- app/layout.js | 8 ++++---- app/page.js | 10 +++++++++- app/travel-advisory/page.js | 37 +++++++++++++++++++++++++++++++++++++ 4 files changed, 50 insertions(+), 12 deletions(-) delete mode 100644 app/explorealure/page.js create mode 100644 app/travel-advisory/page.js (limited to 'app') diff --git a/app/explorealure/page.js b/app/explorealure/page.js deleted file mode 100644 index d377674..0000000 --- a/app/explorealure/page.js +++ /dev/null @@ -1,7 +0,0 @@ -export default function ExploreAlure(){ - return ( -
-

Hello world

-
- ) -} diff --git a/app/layout.js b/app/layout.js index e28fca1..3401bea 100644 --- a/app/layout.js +++ b/app/layout.js @@ -7,7 +7,7 @@ const exo = Exo({ subsets: ['latin'] }) export const metadata = { title: 'Government of Alure Regions', - description: 'Information about Alure Regions', + description: 'The official website of the Government of Alure Regions', } export default function RootLayout({ children }) { @@ -21,7 +21,7 @@ export default function RootLayout({ children }) {
Alure Flag -

Government of

Alure Regions

+

Government

of Alure Regions

+
+ + + ) +} -- cgit v1.2.3