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 (