From 3fdd77f9ca0bfa381e2f060a396f79f61c406c21 Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Tue, 10 Oct 2023 23:03:43 +0500 Subject: [PATCH] Add a list of services --- src/components/Navbar.astro | 1 + src/layouts/Layout.astro | 5 +++-- src/pages/services.astro | 39 +++++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 src/pages/services.astro diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 1c01222..d2efab1 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -1,5 +1,6 @@