From 0100f9a4f67885f2b1614c67eff1298dffc9d0bc Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Wed, 9 Oct 2024 21:37:00 +0100 Subject: [PATCH] Added new page --- app/reading/page.tsx | 4 +- app/services/page.tsx | 95 +++++++++++++++++++++++++++++++ components/common/Footer.tsx | 7 ++- components/icons/AppIcon.tsx | 11 ++++ components/icons/CloudIcon.tsx | 12 ++++ components/icons/CodeIcon.tsx | 11 ++++ components/icons/DatabaseIcon.tsx | 11 ++++ components/icons/EmailIcon.tsx | 11 ++++ components/icons/RocketIcon.tsx | 11 ++++ components/icons/ShieldIcon.tsx | 11 ++++ components/ui/Navigation.tsx | 2 + lib/createSlug.ts | 2 +- 12 files changed, 183 insertions(+), 5 deletions(-) create mode 100644 app/services/page.tsx create mode 100644 components/icons/AppIcon.tsx create mode 100644 components/icons/CloudIcon.tsx create mode 100644 components/icons/CodeIcon.tsx create mode 100644 components/icons/DatabaseIcon.tsx create mode 100644 components/icons/EmailIcon.tsx create mode 100644 components/icons/RocketIcon.tsx create mode 100644 components/icons/ShieldIcon.tsx diff --git a/app/reading/page.tsx b/app/reading/page.tsx index 3e9fe1e..d4a4cb9 100644 --- a/app/reading/page.tsx +++ b/app/reading/page.tsx @@ -4,7 +4,7 @@ import React from 'react'; export const metadata = { title: 'Reading - Ryan Freeman', - description: 'I have many leather-bound books, take a look at my book recommendations.' + description: 'Take a look at my curated reading list.' } type Book = { @@ -69,7 +69,7 @@ export default async function Reading() { return (