Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 763df5d590 | |||
| df1de68f06 | |||
| 5fe2294483 | |||
| a320207839 | |||
| 9066104c63 | |||
| aefc77b171 |
317
src/app/page.tsx
317
src/app/page.tsx
@@ -6,7 +6,7 @@ import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
@@ -32,141 +32,72 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Sermons",
|
||||
id: "sermons",
|
||||
},
|
||||
name: "Sermons", id: "sermons"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="World Ark Missions"
|
||||
button={{
|
||||
text: "Plan a Visit",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Plan a Visit", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
title="A Place of Salvation, Transformation & Purpose"
|
||||
description="Join World Ark Missions for an uplifting experience of faith, hope, and community. Discover your true purpose in a place you can call home."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stairs-office-building_1127-2210.jpg?_wi=1",
|
||||
imageAlt: "Church interior view",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stairs-office-building_1127-2210.jpg?_wi=1", imageAlt: "Church interior view"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-empty-church_181624-27982.jpg",
|
||||
imageAlt: "Worship gathering",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-empty-church_181624-27982.jpg", imageAlt: "Worship gathering"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-swimming-pool-inside-old-abandoned-building_181624-16809.jpg",
|
||||
imageAlt: "Old interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-swimming-pool-inside-old-abandoned-building_181624-16809.jpg", imageAlt: "Old interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-photography-white-structure_250224-372.jpg",
|
||||
imageAlt: "Architectural detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-photography-white-structure_250224-372.jpg", imageAlt: "Architectural detail"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-stained-glass-window-cathedral_169016-38648.jpg",
|
||||
imageAlt: "Stained glass",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-stained-glass-window-cathedral_169016-38648.jpg", imageAlt: "Stained glass"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-learning-cafeteria_23-2147679038.jpg",
|
||||
imageAlt: "Community gathering",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-learning-cafeteria_23-2147679038.jpg", imageAlt: "Community gathering"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-abstract-background-with-crystal-dew-drops-spider-web-sunlight_169016-14226.jpg",
|
||||
imageAlt: "Gathering atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-abstract-background-with-crystal-dew-drops-spider-web-sunlight_169016-14226.jpg", imageAlt: "Gathering atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-structure-steel_1127-2124.jpg",
|
||||
imageAlt: "Glass structure",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-structure-steel_1127-2124.jpg", imageAlt: "Glass structure"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-church-background_23-2149285711.jpg",
|
||||
imageAlt: "Church background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-church-background_23-2149285711.jpg", imageAlt: "Church background"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/holy-week-celebration-vivid-colors_23-2151195211.jpg",
|
||||
imageAlt: "Holy week colors",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/holy-week-celebration-vivid-colors_23-2151195211.jpg", imageAlt: "Holy week colors"},
|
||||
]}
|
||||
tag="Welcome Home"
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Us Live",
|
||||
href: "#sermons",
|
||||
},
|
||||
text: "Join Us Live", href: "#sermons"},
|
||||
{
|
||||
text: "Plan a Visit",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Plan a Visit", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-christian-man-church_23-2149344160.jpg",
|
||||
alt: "Christian man",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-christian-man-church_23-2149344160.jpg", alt: "Christian man"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-priest-church-with-costume_23-2149305982.jpg",
|
||||
alt: "Priest portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-priest-church-with-costume_23-2149305982.jpg", alt: "Priest portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bride-groom-run-through-forest-wedding-photo-shoot_1328-5309.jpg",
|
||||
alt: "Couple running",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/bride-groom-run-through-forest-wedding-photo-shoot_1328-5309.jpg", alt: "Couple running"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-priest-his-lunch-time_23-2149284683.jpg",
|
||||
alt: "Priest portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-priest-his-lunch-time_23-2149284683.jpg", alt: "Priest portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-male-priest_23-2149298340.jpg",
|
||||
alt: "Handsome priest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-male-priest_23-2149298340.jpg", alt: "Handsome priest"},
|
||||
]}
|
||||
avatarText="Join 5,000+ members"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Salvation",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Transformation",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hope",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Community",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Purpose",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -177,9 +108,7 @@ export default function LandingPage() {
|
||||
title="World Ark Missions: Our Story"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about-detail",
|
||||
},
|
||||
text: "Learn More", href: "#about-detail"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -190,35 +119,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Sunday Service",
|
||||
description: "8:00 AM – A time of powerful worship.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-musicians-local-event_23-2149188139.jpg?_wi=1",
|
||||
},
|
||||
title: "Sunday Service", description: "8:00 AM – A time of powerful worship.", imageSrc: "http://img.b2bpic.net/free-photo/young-musicians-local-event_23-2149188139.jpg?_wi=1"},
|
||||
{
|
||||
title: "Wednesday (Know Jesus More)",
|
||||
description: "6:30 PM – Deep dive into scripture.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-people-praying-outdoors_23-2150870086.jpg",
|
||||
},
|
||||
title: "Wednesday (Know Jesus More)", description: "6:30 PM – Deep dive into scripture.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-people-praying-outdoors_23-2150870086.jpg"},
|
||||
{
|
||||
title: "Friday (Rescue Hour)",
|
||||
description: "6:30 PM – Intercession, healing, and breakthroughs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wellness-practices-self-care-world-health-day_23-2151256759.jpg",
|
||||
},
|
||||
title: "Friday (Rescue Hour)", description: "6:30 PM – Intercession, healing, and breakthroughs.", imageSrc: "http://img.b2bpic.net/free-photo/wellness-practices-self-care-world-health-day_23-2151256759.jpg"},
|
||||
{
|
||||
title: "Community Prayer",
|
||||
description: "Saturday morning intercession.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-male-patients-applauding_23-2148398348.jpg",
|
||||
},
|
||||
title: "Community Prayer", description: "Saturday morning intercession.", imageSrc: "http://img.b2bpic.net/free-photo/female-male-patients-applauding_23-2148398348.jpg"},
|
||||
{
|
||||
title: "Youth Fellowship",
|
||||
description: "Connecting the next generation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-applauding_23-2149008918.jpg",
|
||||
},
|
||||
title: "Youth Fellowship", description: "Connecting the next generation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-applauding_23-2149008918.jpg"},
|
||||
{
|
||||
title: "Leadership Growth",
|
||||
description: "Training and development.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167368.jpg",
|
||||
},
|
||||
title: "Leadership Growth", description: "Training and development.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167368.jpg"},
|
||||
]}
|
||||
title="Our Weekly Services"
|
||||
description="Join our vibrant community as we learn, grow, and rescue together through God's grace."
|
||||
@@ -234,35 +145,11 @@ export default function LandingPage() {
|
||||
description="Access transformative messages from Rev. Benjamin Eturu Adom anywhere, anytime."
|
||||
blogs={[
|
||||
{
|
||||
id: "s1",
|
||||
category: "Message",
|
||||
title: "Living with Purpose",
|
||||
excerpt: "Unlock your potential.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116602.jpg?_wi=1",
|
||||
authorName: "Rev. Benjamin Adom",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/male-costume-with-cup-coffee_23-2148112124.jpg",
|
||||
date: "Oct 24, 2024",
|
||||
},
|
||||
id: "s1", category: "Message", title: "Living with Purpose", excerpt: "Unlock your potential.", imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116602.jpg?_wi=1", authorName: "Rev. Benjamin Adom", authorAvatar: "http://img.b2bpic.net/free-photo/male-costume-with-cup-coffee_23-2148112124.jpg", date: "Oct 24, 2024"},
|
||||
{
|
||||
id: "s2",
|
||||
category: "Rescue Hour",
|
||||
title: "Power of Prayer",
|
||||
excerpt: "Breaking cycles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-city_1157-5053.jpg",
|
||||
authorName: "Rev. Benjamin Adom",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/side-view-smiley-groom-outdoors_23-2149580395.jpg",
|
||||
date: "Oct 18, 2024",
|
||||
},
|
||||
id: "s2", category: "Rescue Hour", title: "Power of Prayer", excerpt: "Breaking cycles.", imageSrc: "http://img.b2bpic.net/free-photo/men-city_1157-5053.jpg", authorName: "Rev. Benjamin Adom", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-smiley-groom-outdoors_23-2149580395.jpg", date: "Oct 18, 2024"},
|
||||
{
|
||||
id: "s3",
|
||||
category: "Sunday Word",
|
||||
title: "Grace in Crisis",
|
||||
excerpt: "Walking through storms.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-his-mobile-phone_53876-25169.jpg",
|
||||
authorName: "Rev. Benjamin Adom",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-thoughtful-man-with-long-hair-retro-style-dark-photo-studio_613910-17092.jpg",
|
||||
date: "Oct 11, 2024",
|
||||
},
|
||||
id: "s3", category: "Sunday Word", title: "Grace in Crisis", excerpt: "Walking through storms.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-his-mobile-phone_53876-25169.jpg", authorName: "Rev. Benjamin Adom", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-thoughtful-man-with-long-hair-retro-style-dark-photo-studio_613910-17092.jpg", date: "Oct 11, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -275,26 +162,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "e1",
|
||||
name: "Global Missions Summit",
|
||||
price: "Register Now",
|
||||
variant: "Conference",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grayscale-shot-old-building-interior-surrounded-by-lights_181624-11774.jpg?_wi=1",
|
||||
},
|
||||
id: "e1", name: "Global Missions Summit", price: "Register Now", variant: "Conference", imageSrc: "http://img.b2bpic.net/free-photo/grayscale-shot-old-building-interior-surrounded-by-lights_181624-11774.jpg?_wi=1"},
|
||||
{
|
||||
id: "e2",
|
||||
name: "Youth Awakening Retreat",
|
||||
price: "Register Now",
|
||||
variant: "Retreat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-entrance-unfocused_1203-762.jpg",
|
||||
},
|
||||
id: "e2", name: "Youth Awakening Retreat", price: "Register Now", variant: "Retreat", imageSrc: "http://img.b2bpic.net/free-photo/hotel-entrance-unfocused_1203-762.jpg"},
|
||||
{
|
||||
id: "e3",
|
||||
name: "Community Outreach Day",
|
||||
price: "Register Now",
|
||||
variant: "Outreach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-wedding-hall_74190-5228.jpg",
|
||||
},
|
||||
id: "e3", name: "Community Outreach Day", price: "Register Now", variant: "Outreach", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-wedding-hall_74190-5228.jpg"},
|
||||
]}
|
||||
title="Upcoming Events"
|
||||
description="Never miss an opportunity to connect. Register for our special gatherings."
|
||||
@@ -307,60 +179,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Doe",
|
||||
date: "Oct 2024",
|
||||
title: "Miraculous Healing",
|
||||
quote: "The Rescue Hour changed my life.",
|
||||
tag: "Healing",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2583.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stairs-office-building_1127-2210.jpg?_wi=2",
|
||||
imageAlt: "diverse church members happy",
|
||||
},
|
||||
id: "t1", name: "John Doe", date: "Oct 2024", title: "Miraculous Healing", quote: "The Rescue Hour changed my life.", tag: "Healing", avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2583.jpg", imageSrc: "http://img.b2bpic.net/free-photo/stairs-office-building_1127-2210.jpg?_wi=2", imageAlt: "diverse church members happy"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Mensah",
|
||||
date: "Sep 2024",
|
||||
title: "New Purpose",
|
||||
quote: "I found a family.",
|
||||
tag: "Purpose",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-wearing-sportswear-morning-park_93675-133003.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-costume-with-cup-coffee_23-2148112124.jpg",
|
||||
imageAlt: "diverse church members happy",
|
||||
},
|
||||
id: "t2", name: "Sarah Mensah", date: "Sep 2024", title: "New Purpose", quote: "I found a family.", tag: "Purpose", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-wearing-sportswear-morning-park_93675-133003.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-costume-with-cup-coffee_23-2148112124.jpg", imageAlt: "diverse church members happy"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emmanuel Addo",
|
||||
date: "Aug 2024",
|
||||
title: "Spiritual Growth",
|
||||
quote: "Deep and refreshing.",
|
||||
tag: "Study",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-looking_74855-5149.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-musicians-local-event_23-2149188139.jpg?_wi=2",
|
||||
imageAlt: "diverse church members happy",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Kojo Asante",
|
||||
date: "Jul 2024",
|
||||
title: "Home at Last",
|
||||
quote: "Welcoming mission.",
|
||||
tag: "Family",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116602.jpg?_wi=2",
|
||||
imageAlt: "diverse church members happy",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Abena Boateng",
|
||||
date: "Jun 2024",
|
||||
title: "Changed Direction",
|
||||
quote: "Aligned my calling.",
|
||||
tag: "Calling",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-happy-face-portrait-close-up_53876-139608.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grayscale-shot-old-building-interior-surrounded-by-lights_181624-11774.jpg?_wi=2",
|
||||
imageAlt: "diverse church members happy",
|
||||
},
|
||||
id: "t3", name: "Emmanuel Addo", date: "Aug 2024", title: "Spiritual Growth", quote: "Deep and refreshing.", tag: "Study", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-looking_74855-5149.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-musicians-local-event_23-2149188139.jpg?_wi=2", imageAlt: "diverse church members happy"},
|
||||
]}
|
||||
title="Transformed Lives"
|
||||
description="Hear how our community has found purpose, healing, and home here."
|
||||
@@ -372,20 +195,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Where is the church located?",
|
||||
content: "Afienya - Mataheko, 18up junction adjacent Stephen Block Factory.",
|
||||
},
|
||||
id: "q1", title: "Where is the church located?", content: "We are located in Afienya - Mataheko. Look for the sign at 18up Junction, right next to the Stephen Block Factory; we are just behind it."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I watch services online?",
|
||||
content: "Yes, we stream live via YouTube and Facebook.",
|
||||
},
|
||||
id: "q2", title: "Can I watch services online?", content: "Yes, we stream live via YouTube and Facebook."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How can I volunteer?",
|
||||
content: "Reach out to our leadership team during any service.",
|
||||
},
|
||||
id: "q3", title: "How can I volunteer?", content: "Reach out to our leadership team during any service."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Have questions? We are here to help you get started."
|
||||
@@ -397,61 +211,44 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Plan Your Visit Today"
|
||||
description="We are excited to meet you! Located at Afienya - Mataheko. Call us at +233 30 395 8804."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:worldarkmission1@gmail.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:worldarkmission1@gmail.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
<FooterBaseCard
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Sermons",
|
||||
href: "#sermons",
|
||||
},
|
||||
label: "Sermons", href: "#sermons"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Events",
|
||||
href: "#events",
|
||||
},
|
||||
label: "Events", href: "#events"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:worldarkmission1@gmail.com",
|
||||
},
|
||||
label: "Email", href: "mailto:worldarkmission1@gmail.com"},
|
||||
{
|
||||
label: "Phone",
|
||||
href: "tel:+233303958804",
|
||||
},
|
||||
label: "Phone", href: "tel:+233303958804"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user