Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
106
src/app/page.tsx
106
src/app/page.tsx
@@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
@@ -31,16 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="NYCBNG"
|
||||
button={{ text: "Join Waitlist", href: "#contact" }}
|
||||
@@ -49,21 +44,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Connect, Collaborate, Grow in NYC"
|
||||
description="Join the premier networking group for New York City professionals. Build lasting connections and accelerate your business growth through exclusive monthly events."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-people-business-party-terrace-roof-man-women-formal-clothes-drinking-champagne-talking-eating-appetizers-teambuilding-party-concept_74855-21394.jpg", imageAlt: "NYC Business Event"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-motion_53876-16142.jpg", imageAlt: "Professional Networking"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ovations-after-speech_1098-16073.jpg", imageAlt: "Event Crowd"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-couple-walking_23-2147707531.jpg", imageAlt: "Business couple walking"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-taking-photos_23-2148950626.jpg", imageAlt: "Medium shot man taking photos"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pleased-people-business-party-terrace-roof-man-women-formal-clothes-drinking-champagne-talking-eating-appetizers-teambuilding-party-concept_74855-21394.jpg", imageAlt: "NYC Business Event" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-people-motion_53876-16142.jpg", imageAlt: "Professional Networking" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/ovations-after-speech_1098-16073.jpg", imageAlt: "Event Crowd" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -74,15 +61,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="The NYCBNG Advantage"
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Members", value: "2500+"},
|
||||
{
|
||||
icon: Calendar,
|
||||
label: "Events Yearly", value: "50+"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Boroughs", value: "5"},
|
||||
{ icon: Users, label: "Members", value: "2500+" },
|
||||
{ icon: Calendar, label: "Events Yearly", value: "50+" },
|
||||
{ icon: MapPin, label: "Boroughs", value: "5" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -94,15 +75,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Target,
|
||||
title: "Strategic Networking", description: "Meet leaders in your specific industry."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Verified Community", description: "High-quality, vetted members only."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Exclusive Access", description: "Entry to private NYC events."},
|
||||
{ icon: Target, title: "Strategic Networking", description: "Meet leaders in your specific industry." },
|
||||
{ icon: ShieldCheck, title: "Verified Community", description: "High-quality, vetted members only." },
|
||||
{ icon: Zap, title: "Exclusive Access", description: "Entry to private NYC events." },
|
||||
]}
|
||||
title="Why Join NYCBNG?"
|
||||
description="Our events are curated for high-level engagement and meaningful professional outcomes."
|
||||
@@ -113,8 +88,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"AlphaCorp", "BetaTech", "GammaLabs", "DeltaLogistics", "EpsilonConsulting", "ZetaMedia", "ThetaSolutions"]}
|
||||
names={["AlphaCorp", "BetaTech", "GammaLabs", "DeltaLogistics", "EpsilonConsulting", "ZetaMedia", "ThetaSolutions"]}
|
||||
title="Partnered With Top Firms"
|
||||
description="We collaborate with leading companies across the city."
|
||||
/>
|
||||
@@ -126,16 +100,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "VP Operations", testimonial: "The best networking group in NYC. Truly professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "CEO", testimonial: "I've gained invaluable leads from every event I've attended.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-looking-camera_23-2147876753.jpg"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Partner", testimonial: "Vetted, high-quality members. Highly recommend joining.", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-holding-glasses-working-laptop_23-2148661215.jpg"},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Founder", testimonial: "NYCBNG changed the game for my startup growth.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg"},
|
||||
{
|
||||
id: "5", name: "Jennifer Wu", role: "Consultant", testimonial: "A must-join for any serious NYC-based professional.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg"},
|
||||
{ id: "1", name: "Sarah Johnson", role: "VP Operations", testimonial: "The best networking group in NYC. Truly professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg" },
|
||||
{ id: "2", name: "Michael Chen", role: "CEO", testimonial: "I've gained invaluable leads from every event I've attended.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-looking-camera_23-2147876753.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "Partner", testimonial: "Vetted, high-quality members. Highly recommend joining.", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-holding-glasses-working-laptop_23-2148661215.jpg" },
|
||||
]}
|
||||
title="Member Success Stories"
|
||||
description="Hear how NYCBNG has transformed business relationships."
|
||||
@@ -146,12 +113,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "How do I become a member?", content: "Complete the vetting process via our website."},
|
||||
{
|
||||
id: "f2", title: "Are there monthly dues?", content: "Yes, we maintain a premium community through membership fees."},
|
||||
{
|
||||
id: "f3", title: "Where are events hosted?", content: "Across prestigious locations in Manhattan and Brooklyn."},
|
||||
{ id: "f1", title: "How do I become a member?", content: "Complete the vetting process via our website." },
|
||||
{ id: "f2", title: "Are there monthly dues?", content: "Yes, we maintain a premium community through membership fees." },
|
||||
{ id: "f3", title: "Where are events hosted?", content: "Across prestigious locations in Manhattan and Brooklyn." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -161,8 +125,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Get Started Today"
|
||||
description="Ready to network with NYC’s finest? Join our waitlist now."
|
||||
tag="Join Us"
|
||||
@@ -170,20 +133,27 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
<FooterBaseCard
|
||||
logoText="NYCBNG"
|
||||
copyrightText="© 2025 | The NYC Business Networking Group"
|
||||
socialLinks={[
|
||||
columns={[
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#", ariaLabel: "LinkedIn"},
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Features", href: "#features" },
|
||||
]
|
||||
},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
title: "Support", items: [
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user