From ded6a89ded95dc5b59a5006d14b05002d4688966 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 05:17:20 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 85b321f..562d811 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,19 +30,19 @@ export default function LandingPage() { Date: Wed, 25 Mar 2026 05:17:21 +0000 Subject: [PATCH 2/2] Update src/app/sermons/page.tsx --- src/app/sermons/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/sermons/page.tsx b/src/app/sermons/page.tsx index 09ac1fe..38c2977 100644 --- a/src/app/sermons/page.tsx +++ b/src/app/sermons/page.tsx @@ -10,19 +10,19 @@ export default function SermonsPage() { const commonNavbarProps = { navItems: [ { - name: "Home", href: "/"}, + name: "Home", id: "/"}, { - name: "Our Calling", href: "/#about"}, + name: "Our Calling", id: "/#about"}, { - name: "Foundations", href: "/#features"}, + name: "Foundations", id: "/#features"}, { - name: "Sermons", href: "/sermons"}, + name: "Sermons", id: "/sermons"}, { - name: "Stories", href: "/#testimonials"}, + name: "Stories", id: "/#testimonials"}, { - name: "FAQ", href: "/#faq"}, + name: "FAQ", id: "/#faq"}, { - name: "Contact", href: "/#contact"}, + name: "Contact", id: "/#contact"}, ], brandName: "Restoration Church", button: { text: "Join Us", href: "/#contact"}, @@ -96,16 +96,16 @@ export default function SermonsPage() { gridVariant="three-columns-all-equal-width" blogs={[ { - id: "1", category: "Faith", title: "The Power of Forgiveness", excerpt: "A deep dive into the liberating power of forgiveness and its role in spiritual growth.", imageSrc: "http://img.b2bpic.net/free-photo/prayer-hands-rosary_23-2149595856.jpg", imageAlt: "Hands in prayer", authorName: "Pastor John Doe", date: "October 27, 2024", onBlogClick: () => console.log('Sermon clicked'), + id: "1", category: "Faith", title: "The Power of Forgiveness", excerpt: "A deep dive into the liberating power of forgiveness and its role in spiritual growth.", imageSrc: "http://img.b2bpic.net/free-photo/prayer-hands-rosary_23-2149595856.jpg", imageAlt: "Hands in prayer", authorName: "Pastor John Doe", authorAvatar: "http://img.b2bpic.net/free-photo/senior-man-smiling-camera_23-2148866579.jpg", date: "October 27, 2024", onBlogClick: () => console.log('Sermon clicked'), }, { - id: "2", category: "Hope", title: "Finding Hope in Trials", excerpt: "Exploring biblical principles for maintaining hope during life's challenges and tribulations.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-church-organ_23-2149306915.jpg", imageAlt: "Church organ pipes", authorName: "Pastor Jane Smith", date: "October 20, 2024", onBlogClick: () => console.log('Sermon clicked'), + id: "2", category: "Hope", title: "Finding Hope in Trials", excerpt: "Exploring biblical principles for maintaining hope during life's challenges and tribulations.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-church-organ_23-2149306915.jpg", imageAlt: "Church organ pipes", authorName: "Pastor Jane Smith", authorAvatar: "http://img.b2bpic.net/free-photo/senior-man-smiling-camera_23-2148866579.jpg", date: "October 20, 2024", onBlogClick: () => console.log('Sermon clicked'), }, { - id: "3", category: "Love", title: "The Unconditional Love of God", excerpt: "Understanding the boundless and unfailing love of God for His children.", imageSrc: "http://img.b2bpic.net/free-photo/group-people-praying-together_23-2149306900.jpg", imageAlt: "Group of people praying", authorName: "Associate Pastor Mark White", date: "October 13, 2024", onBlogClick: () => console.log('Sermon clicked'), + id: "3", category: "Love", title: "The Unconditional Love of God", excerpt: "Understanding the boundless and unfailing love of God for His children.", imageSrc: "http://img.b2bpic.net/free-photo/group-people-praying-together_23-2149306900.jpg", imageAlt: "Group of people praying", authorName: "Associate Pastor Mark White", authorAvatar: "http://img.b2bpic.net/free-photo/senior-man-smiling-camera_23-2148866579.jpg", date: "October 13, 2024", onBlogClick: () => console.log('Sermon clicked'), }, { - id: "4", category: "Wisdom", title: "Wisdom for Daily Living", excerpt: "Practical insights from the book of Proverbs for navigating everyday life.", imageSrc: "http://img.b2bpic.net/free-photo/christian-cross-background-with-holy-bible_23-2148784841.jpg", imageAlt: "Bible and cross", authorName: "Pastor John Doe", date: "October 6, 2024", onBlogClick: () => console.log('Sermon clicked'), + id: "4", category: "Wisdom", title: "Wisdom for Daily Living", excerpt: "Practical insights from the book of Proverbs for navigating everyday life.", imageSrc: "http://img.b2bpic.net/free-photo/christian-cross-background-with-holy-bible_23-2148784841.jpg", imageAlt: "Bible and cross", authorName: "Pastor John Doe", authorAvatar: "http://img.b2bpic.net/free-photo/senior-man-smiling-camera_23-2148866579.jpg", date: "October 6, 2024", onBlogClick: () => console.log('Sermon clicked'), }, ]} /> -- 2.49.1