Merge version_2 into main #2
@@ -30,19 +30,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
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={{
|
||||
|
||||
@@ -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'),
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user