Merge version_1 into main #2
163
src/app/page.tsx
163
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Messages",
|
||||
id: "features",
|
||||
},
|
||||
name: "Messages", id: "features"},
|
||||
{
|
||||
name: "Prayer",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Prayer", id: "contact"},
|
||||
]}
|
||||
brandName="PCP"
|
||||
/>
|
||||
@@ -53,32 +45,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Pentecostal Church Pakistan: revival in our nation"
|
||||
description="Experience the power of the Holy Spirit, Biblical healing, and a life transformed by Jesus Christ. Join us in faith, prayer, and breakthrough."
|
||||
tag="Spirit-Filled Ministry"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-male-praying-with-open-bible_181624-46442.jpg",
|
||||
imageAlt: "Congregation in worship",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-male-praying-with-open-bible_181624-46442.jpg", imageAlt: "Congregation in worship"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-bible-black-background-religion-concept_169016-61810.jpg",
|
||||
imageAlt: "Holy Bible on desk",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-people-praying-outdoors_23-2150870090.jpg",
|
||||
imageAlt: "Community prayer",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-praying-together_23-2150755515.jpg?_wi=1",
|
||||
imageAlt: "People praying together",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-senior-man-white-shirt-praying_23-2149488043.jpg?_wi=1",
|
||||
imageAlt: "Prayer gathering",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-bible-black-background-religion-concept_169016-61810.jpg", imageAlt: "Holy Bible on desk"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -91,10 +66,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Ministry Mission"
|
||||
description={[
|
||||
"Pentecostal Church Pakistan stands as a beacon of hope, committed to spreading the Gospel and healing the broken-hearted.",
|
||||
"Through dedicated prayer, deliverance ministry, and Biblical teaching, we aim to lead souls to Jesus Christ, bringing revival and transformation to every corner of Pakistan.",
|
||||
"Our ministry is founded on the Word of God, moving in the power of the Holy Spirit to see lives changed today.",
|
||||
]}
|
||||
"Pentecostal Church Pakistan stands as a beacon of hope, committed to spreading the Gospel and healing the broken-hearted.", "Through dedicated prayer, deliverance ministry, and Biblical teaching, we aim to lead souls to Jesus Christ, bringing revival and transformation to every corner of Pakistan.", "Our ministry is founded on the Word of God, moving in the power of the Holy Spirit to see lives changed today."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -105,35 +77,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Divine Healing",
|
||||
tags: [
|
||||
"Faith",
|
||||
"Restoration",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-multi-colored-paint-splashing-together-against-black-background_23-2147837311.jpg",
|
||||
imageAlt: "Healing symbol",
|
||||
},
|
||||
id: "f1", title: "Divine Healing", tags: [
|
||||
"Faith", "Restoration"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-multi-colored-paint-splashing-together-against-black-background_23-2147837311.jpg", imageAlt: "Healing symbol"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Biblical Deliverance",
|
||||
tags: [
|
||||
"Power",
|
||||
"Victory",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-composition-creative-paper-planets_23-2148874996.jpg",
|
||||
imageAlt: "Victory symbol",
|
||||
},
|
||||
id: "f2", title: "Biblical Deliverance", tags: [
|
||||
"Power", "Victory"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-composition-creative-paper-planets_23-2148874996.jpg", imageAlt: "Victory symbol"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Holy Spirit Revival",
|
||||
tags: [
|
||||
"Anointing",
|
||||
"Power",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/international-day-peace-labels_23-2148630601.jpg",
|
||||
imageAlt: "Holy spirit icon",
|
||||
},
|
||||
id: "f3", title: "Holy Spirit Revival", tags: [
|
||||
"Anointing", "Power"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/international-day-peace-labels_23-2148630601.jpg", imageAlt: "Holy spirit icon"},
|
||||
]}
|
||||
title="Keys to Spiritual Breakthrough"
|
||||
description="Discover the foundations of our faith and how you can live a life empowered by Christ."
|
||||
@@ -147,40 +101,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Khan",
|
||||
handle: "@sarahfaith",
|
||||
testimonial: "My life was changed through the power of prayer. I found healing and peace in Jesus.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-collecting-donations_23-2149182012.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Khan", handle: "@sarahfaith", testimonial: "My life was changed through the power of prayer. I found healing and peace in Jesus.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-collecting-donations_23-2149182012.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Masih",
|
||||
handle: "@michaelfaith",
|
||||
testimonial: "The teachings at PCP opened my heart to the true Gospel. Truly anointed ministry.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-praying-together_23-2150755515.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Michael Masih", handle: "@michaelfaith", testimonial: "The teachings at PCP opened my heart to the true Gospel. Truly anointed ministry.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-praying-together_23-2150755515.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Bibi",
|
||||
handle: "@emilybibi",
|
||||
testimonial: "I was struggling with fear, but now I walk in His strength everyday. Amen!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-teenage-girl-with-guitar-looking-camera_23-2147879723.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Bibi", handle: "@emilybibi", testimonial: "I was struggling with fear, but now I walk in His strength everyday. Amen!", imageSrc: "http://img.b2bpic.net/free-photo/happy-teenage-girl-with-guitar-looking-camera_23-2147879723.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Gill",
|
||||
handle: "@davidgill",
|
||||
testimonial: "The deliverance ministry here saved my family. We are forever grateful to Christ.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-senior-man-white-shirt-praying_23-2149488043.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "David Gill", handle: "@davidgill", testimonial: "The deliverance ministry here saved my family. We are forever grateful to Christ.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-senior-man-white-shirt-praying_23-2149488043.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rebecca John",
|
||||
handle: "@rebeccajohn",
|
||||
testimonial: "Every sermon is filled with the spirit. I have found my home at PCP.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-63619.jpg",
|
||||
},
|
||||
id: "5", name: "Rebecca John", handle: "@rebeccajohn", testimonial: "Every sermon is filled with the spirit. I have found my home at PCP.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-63619.jpg"},
|
||||
]}
|
||||
title="Stories of Transformation"
|
||||
description="Hear what God is doing in the lives of our brothers and sisters in Christ across Pakistan."
|
||||
@@ -193,20 +122,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How can I request prayer?",
|
||||
content: "You can reach out via our contact form, email, or visit us directly. Our prayer team is ready to serve you.",
|
||||
},
|
||||
id: "q1", title: "How can I request prayer?", content: "You can reach out via our contact form, email, or visit us directly. Our prayer team is ready to serve you."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What is the focus of your ministry?",
|
||||
content: "Our primary focus is spreading the Gospel, healing through Christ, and empowering believers with the Holy Spirit.",
|
||||
},
|
||||
id: "q2", title: "What is the focus of your ministry?", content: "Our primary focus is spreading the Gospel, healing through Christ, and empowering believers with the Holy Spirit."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I join your Bible study groups?",
|
||||
content: "Absolutely! We encourage everyone to join our weekly prayer meetings and Bible study sessions.",
|
||||
},
|
||||
id: "q3", title: "Can I join your Bible study groups?", content: "Absolutely! We encourage everyone to join our weekly prayer meetings and Bible study sessions."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/book-cup-wood-table-near-bank-snow-snowflakes-fairy-lights_23-2148011929.jpg"
|
||||
title="Common Spiritual Questions"
|
||||
@@ -219,8 +139,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Khuda aap se baat karna chahta hai. Reach out today for prayer requests, ministry information, or to share your testimony. Jesus can change your life today."
|
||||
/>
|
||||
</div>
|
||||
@@ -229,37 +148,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Ministry",
|
||||
items: [
|
||||
title: "Ministry", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Prayer Requests",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Prayer Requests", href: "#contact"},
|
||||
{
|
||||
label: "Our Beliefs",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Our Beliefs", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "YouTube",
|
||||
href: "https://youtube.com/@pentecostalchurchpakistan",
|
||||
},
|
||||
label: "YouTube", href: "https://youtube.com/@pentecostalchurchpakistan"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user