Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-08 22:54:23 +00:00
2 changed files with 39 additions and 1422 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -28,7 +28,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Grace Church"
brandName="New Vision Community Church"
navItems={[
{ name: "About", id: "about" },
{ name: "Ministries", id: "ministries" },
@@ -41,8 +41,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
title="Welcome to Grace Church"
description="A place of spiritual growth, community connection, and worship. Join us in celebrating faith, building meaningful relationships, and serving our community with compassion."
title="Welcome to New Vision Community Church"
description="Serving the Haitian community in Brooklyn since 1995. A place of spiritual growth, community connection, and worship. Join us in celebrating faith, building meaningful relationships, and serving our community with compassion."
tag="Embracing All"
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
@@ -80,7 +80,7 @@ export default function LandingPage() {
<div id="ministries" data-section="ministries">
<FeatureCardNine
title="Our Ministries"
description="Discover the spiritual programs and community initiatives that make Grace Church a vibrant community of faith."
description="Discover the spiritual programs and community initiatives that make New Vision Community Church a vibrant community of faith."
features={[
{
id: 1,
@@ -130,16 +130,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Community Member", company: "Grace Church", rating: 5,
id: "1", name: "Sarah Johnson", role: "Community Member", company: "New Vision Community Church", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-waving-hand-greeting-t-shirt-jacket-looking-cheerful-front-view_176474-108168.jpg"},
{
id: "2", name: "Michael Chen", role: "Worship Leader", company: "Grace Church", rating: 5,
id: "2", name: "Michael Chen", role: "Worship Leader", company: "New Vision Community Church", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/african-american-young-man-wearing-jacket-checkered-shirt-looking-camera-studio_613910-21142.jpg"},
{
id: "3", name: "Emily Rodriguez", role: "Ministry Coordinator", company: "Grace Church", rating: 5,
id: "3", name: "Emily Rodriguez", role: "Ministry Coordinator", company: "New Vision Community Church", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-white-shirt_23-2148095747.jpg"},
{
id: "4", name: "David Kim", role: "Volunteer Leader", company: "Grace Church", rating: 5,
id: "4", name: "David Kim", role: "Volunteer Leader", company: "New Vision Community Church", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg"},
]}
kpiItems={[
@@ -182,7 +182,7 @@ export default function LandingPage() {
tagIcon={Heart}
tagAnimation="slide-up"
title="Join Our Community"
description="Subscribe to our newsletter for weekly inspiration, event updates, and spiritual resources. We'd love to welcome you to Grace Church."
description="Subscribe to our newsletter for weekly inspiration, event updates, and spiritual resources. We'd love to welcome you to New Vision Community Church. Contact us at 347-424-7400 or newvisioncomchurch@gmail.com. Located at 3319 Ave H, Brooklyn, NY 11210."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-church-background_23-2149285706.jpg"
@@ -197,7 +197,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Grace Church"
logoText="New Vision Community Church"
columns={[
{
items: [
@@ -222,9 +222,9 @@ export default function LandingPage() {
},
{
items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "3319 Ave H, Brooklyn, NY 11210", href: "#" },
{ label: "347-424-7400", href: "tel:347-424-7400" },
{ label: "newvisioncomchurch@gmail.com", href: "mailto:newvisioncomchurch@gmail.com" },
],
},
]}