diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 363502e..e475e61 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -23,13 +23,6 @@ interface HomeProps { const Home: React.FC = ({ posts, recentPosts, tags }) => { return ( -
-

Confessions of Grace

-

- Exploring the doctrines of grace and the richness of Reformed theology. -

-
-
{posts.length > 0 && (