Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
193
src/app/page.tsx
193
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Friday Fire",
|
||||
id: "fire-worship",
|
||||
},
|
||||
name: "Friday Fire", id: "fire-worship"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "events",
|
||||
},
|
||||
name: "Events", id: "events"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="IMPAKT"
|
||||
/>
|
||||
@@ -59,61 +49,38 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Impacting Lives. Advancing God’s Kingdom."
|
||||
description="Where worship ignites transformation. Join us in a revival-focused community dedicated to authentic faith and radical love."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/image-cute-girl-holding-hands-clenched-near-chest-smiling-flattered-showing-thank-you-gesture-being-grateful-standing-white-background_176420-48903.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/image-cute-girl-holding-hands-clenched-near-chest-smiling-flattered-showing-thank-you-gesture-being-grateful-standing-white-background_176420-48903.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-posing-indoors-medium-shot_23-2149518280.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-posing-indoors-medium-shot_23-2149518280.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lonely-man-bus-station-city-night_23-2149001236.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/lonely-man-bus-station-city-night_23-2149001236.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-reading-book-outdoors_23-2149659088.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-reading-book-outdoors_23-2149659088.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-reading-restaurant_23-2150059012.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-reading-restaurant_23-2150059012.jpg", alt: "User 5"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Us",
|
||||
},
|
||||
text: "Join Us"},
|
||||
{
|
||||
text: "Watch Worship",
|
||||
},
|
||||
text: "Watch Worship"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Faith",
|
||||
},
|
||||
type: "text", text: "Authentic Faith"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Radical Love",
|
||||
},
|
||||
type: "text", text: "Radical Love"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Kingdom Growth",
|
||||
},
|
||||
type: "text", text: "Kingdom Growth"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Spiritual Revival",
|
||||
},
|
||||
type: "text", text: "Spiritual Revival"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Community Outreach",
|
||||
},
|
||||
type: "text", text: "Community Outreach"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -132,29 +99,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Dinner & Fellowship",
|
||||
description: "Breaking bread together as a community.",
|
||||
tag: "Connect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-style-christmas-celebration-scene-with-horror-setting_23-2151417328.jpg",
|
||||
imageAlt: "Dinner service",
|
||||
},
|
||||
id: "f1", title: "Dinner & Fellowship", description: "Breaking bread together as a community.", tag: "Connect", imageSrc: "http://img.b2bpic.net/free-photo/dark-style-christmas-celebration-scene-with-horror-setting_23-2151417328.jpg", imageAlt: "Dinner service"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Praise & Worship",
|
||||
description: "Atmospheric worship that touches heaven.",
|
||||
tag: "Worship",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-matches-burning_23-2149399685.jpg",
|
||||
imageAlt: "Worship session",
|
||||
},
|
||||
id: "f2", title: "Praise & Worship", description: "Atmospheric worship that touches heaven.", tag: "Worship", imageSrc: "http://img.b2bpic.net/free-photo/still-life-matches-burning_23-2149399685.jpg", imageAlt: "Worship session"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Speaker & Deep Prayer",
|
||||
description: "Word of God and authentic prayer.",
|
||||
tag: "Revival",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-burnt-paper-with-flames_23-2150104387.jpg",
|
||||
imageAlt: "Deep prayer gathering",
|
||||
},
|
||||
id: "f3", title: "Speaker & Deep Prayer", description: "Word of God and authentic prayer.", tag: "Revival", imageSrc: "http://img.b2bpic.net/free-photo/still-life-burnt-paper-with-flames_23-2150104387.jpg", imageAlt: "Deep prayer gathering"},
|
||||
]}
|
||||
title="Friday Night Fire Worship"
|
||||
description="An atmospheric night of transformation, praise, and community."
|
||||
@@ -169,20 +118,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20+",
|
||||
description: "Google Reviews",
|
||||
},
|
||||
id: "m1", value: "20+", description: "Google Reviews"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.7",
|
||||
description: "Average Rating",
|
||||
},
|
||||
id: "m2", value: "4.7", description: "Average Rating"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Community Led",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Community Led"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Building the Kingdom through community growth."
|
||||
@@ -197,25 +137,15 @@ export default function LandingPage() {
|
||||
author="Sunny Youn"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg",
|
||||
alt: "Author 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg", alt: "Author 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-keeping-hands-chin-checked-shirt-looking-ashamed-front-view_176474-112494.jpg",
|
||||
alt: "Author 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-keeping-hands-chin-checked-shirt-looking-ashamed-front-view_176474-112494.jpg", alt: "Author 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-cheerful-africanamerican-girl-smiling-saying-thank-you-press-hands-chest-pray_1258-149126.jpg",
|
||||
alt: "Author 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-cheerful-africanamerican-girl-smiling-saying-thank-you-press-hands-chest-pray_1258-149126.jpg", alt: "Author 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-caucasian-girl-with-headphones-laughing-autumn-garden-blonde-female-student-posing-with-book-smiling_197531-25999.jpg",
|
||||
alt: "Author 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-caucasian-girl-with-headphones-laughing-autumn-garden-blonde-female-student-posing-with-book-smiling_197531-25999.jpg", alt: "Author 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-woman-posing-outdoors-while-holding-book_23-2148396318.jpg",
|
||||
alt: "Author 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-woman-posing-outdoors-while-holding-book_23-2148396318.jpg", alt: "Author 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -230,26 +160,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "l1",
|
||||
name: "Pastoral Team",
|
||||
role: "Leadership",
|
||||
description: "Serving with passion and vision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-bible-book-church_23-2150572013.jpg",
|
||||
},
|
||||
id: "l1", name: "Chester Kim", role: "Lead Pastor", description: "Phone: (908) 229-6640 | Email: pastorchester@msn.com", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-bible-book-church_23-2150572013.jpg"},
|
||||
{
|
||||
id: "l2",
|
||||
name: "Worship Team",
|
||||
role: "Ministry",
|
||||
description: "Leading the atmosphere of praise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-priest-praying_23-2149284639.jpg",
|
||||
},
|
||||
id: "l2", name: "Ui Kim", role: "Executive Director", description: "Extensive work history in ministry operations. Phone: (908) 334-1386 | Email: Uiwon.kim@gmail.com", imageSrc: "http://img.b2bpic.net/free-photo/close-up-priest-praying_23-2149284639.jpg"},
|
||||
{
|
||||
id: "l3",
|
||||
name: "Outreach Team",
|
||||
role: "Community",
|
||||
description: "Bringing hope to the streets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-visiting-praying-church-building_23-2151103947.jpg",
|
||||
},
|
||||
id: "l3", name: "Outreach Team", role: "Community", description: "Bringing hope to the streets.", imageSrc: "http://img.b2bpic.net/free-photo/people-visiting-praying-church-building_23-2151103947.jpg"},
|
||||
]}
|
||||
title="Our Leadership"
|
||||
description="Meet those who serve with heart."
|
||||
@@ -262,20 +177,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "When is Friday Fire Worship?",
|
||||
content: "Every Friday evening, join us for dinner and service.",
|
||||
},
|
||||
id: "q1", title: "When is Friday Fire Worship?", content: "Every Friday evening, join us for dinner and service."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Where are you located?",
|
||||
content: "321 Mine Brook Rd, Bernardsville, NJ 07924.",
|
||||
},
|
||||
id: "q2", title: "Where are you located?", content: "321 Mine Brook Rd, Bernardsville, NJ 07924."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I request prayer?",
|
||||
content: "Yes, we have prayer teams ready at every gathering.",
|
||||
},
|
||||
id: "q3", title: "Can I request prayer?", content: "Yes, we have prayer teams ready at every gathering."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers to help you get connected."
|
||||
@@ -287,20 +193,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect With Us"
|
||||
title="Visit IMPAKT"
|
||||
description="Join our community this week. Questions? Send us an email or give us a call."
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:impaktnj@gmail.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:impaktnj@gmail.com"},
|
||||
{
|
||||
text: "Call (908) 334-1386",
|
||||
href: "tel:+19083341386",
|
||||
},
|
||||
text: "Call (908) 334-1386", href: "tel:+19083341386"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -310,25 +211,17 @@ export default function LandingPage() {
|
||||
logoText="IMPAKT"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Friday Fire",
|
||||
href: "#fire-worship",
|
||||
},
|
||||
label: "Friday Fire", href: "#fire-worship"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user