diff --git a/public/assets/Confessions of Grace(1).svg b/public/assets/Confessions of Grace(1).svg new file mode 100644 index 0000000..55184da --- /dev/null +++ b/public/assets/Confessions of Grace(1).svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/public/assets/logo-horizontal.svg b/public/assets/logo-horizontal.svg new file mode 100644 index 0000000..5d805a8 --- /dev/null +++ b/public/assets/logo-horizontal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/assets/logo.svg b/public/assets/logo.svg new file mode 100644 index 0000000..ba3f47e --- /dev/null +++ b/public/assets/logo.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/public/favicon.ico b/public/favicon.ico index a9abf3f..347b8cf 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 7e83d0f..7317c9f 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -1,17 +1,31 @@ import React from 'react'; import Link from 'next/link'; +import Image from "next/image"; const Header: React.FC = () => { return ( - - + + + + + + + Confessions of Grace - - Exploring Reformed Theology - + + Confessing Christ. Rejoicing in Grace. + + + Home diff --git a/src/components/Meta.tsx b/src/components/Meta.tsx index 5f5c06c..a3caca3 100644 --- a/src/components/Meta.tsx +++ b/src/components/Meta.tsx @@ -19,7 +19,7 @@ const Meta: React.FC = ({ type = 'website' }) => { const siteTitle = title === 'Confessions of Grace' - ? 'Confessions of Grace | Reformed Theology Blog' + ? 'Confessions of Grace | Confessing Christ. Rejoicing in Grace.' : `${title} | Confessions of Grace`; image = image.startsWith('http') ? image : `https://www.confessionsofgrace.com${image}`; @@ -39,7 +39,7 @@ const Meta: React.FC = ({ - + {/* Twitter */} diff --git a/src/pages/index.tsx b/src/pages/index.tsx index ecd4221..81648dd 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -27,7 +27,7 @@ const Home: React.FC = ({ posts, recentPosts, tags }) => {
Exploring Reformed Theology
Confessing Christ. Rejoicing in Grace.