From b04689353ff2e9daca2c9fb2ab8cd5a0b7309f93 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 17 Jul 2023 17:26:18 -0400 Subject: New page; Post now sorts by dates --- app/services/page.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) (limited to 'app/services') diff --git a/app/services/page.js b/app/services/page.js index 3e0044d..c91b92e 100644 --- a/app/services/page.js +++ b/app/services/page.js @@ -2,13 +2,49 @@ import Header from "@/components/Header"; export const metadata = { title: 'Services', - description: 'Information whether its safe to travel to other countries', + description: 'Local services that we have here in Alure Regions', } export default function Services() { return (
+
+
    +
  • +
    +
    +

    Alure Post

    +

    Local and international postal service

    +
    +
    +
  • +
  • +
    +
    +

    ExploreAlure

    +

    Tourism service

    +
    +
    +
  • +
  • +
    +
    +

    MinePot

    +

    International restaurant

    +
    +
    +
  • +
  • +
    +
    +

    Intel Computer Shop

    +

    International computer shop

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