diff --git a/src/pages/church-finder.tsx b/src/pages/church-finder.tsx new file mode 100644 index 0000000..f837346 --- /dev/null +++ b/src/pages/church-finder.tsx @@ -0,0 +1,36 @@ +import React from 'react'; +import Layout from '@/components/Layout'; + +const ChurchFinder: React.FC = () => { + return ( + +
+

Find a Reformed Church Near You

+
+

+ Use the map below to search for Reformed Baptist churches in your area. You can zoom in, search by city, or drag the map to explore different regions. +

+
+ +
+
+
+

+ Want your church listed? Contact us with your church's info! +

+
+
+
+ ); +}; + +export default ChurchFinder; \ No newline at end of file diff --git a/src/pages/resources.tsx b/src/pages/resources.tsx index aba64da..3ef99aa 100644 --- a/src/pages/resources.tsx +++ b/src/pages/resources.tsx @@ -56,6 +56,13 @@ const Resources: React.FC = () => { description: "A comprehensive resource for Reformed theology, including articles, books, and audio resources.", link: "https://www.monergism.com/", category: "Websites" + }, + { + title: "Church Finder", + author: "", + description: "Find a Reformed Baptist church near you using our interactive map.", + link: "/church-finder", + category: "Websites" } ];