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() { 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'), }, ]} />