Merge version_2 into main #2
142
src/app/faq/page.tsx
Normal file
142
src/app/faq/page.tsx
Normal file
@@ -0,0 +1,142 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { HelpCircle } from 'lucide-react';
|
||||
|
||||
export default function FaqPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Why Jump", id: "features" },
|
||||
{ name: "Impact", id: "metrics" },
|
||||
{ name: "Stories", id: "testimonials" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Get Involved", id: "/get-involved" },
|
||||
{ name: "Join", id: "contact" }
|
||||
]}
|
||||
brandName="Global Jump Day"
|
||||
bottomLeftText="Worldwide Movement"
|
||||
bottomRightText="hello@globaljumpday.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about Global Jump Day. From event details to participation guidelines, we have answers to help you jump with confidence."
|
||||
tag="Help Center"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-shore-ocean-sunset-man-jumps-against-backdrop-setting-sun_1321-1027.jpg"
|
||||
imageAlt="People jumping together in celebration"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "When is Global Jump Day?", content: "Global Jump Day takes place on July 15th, 2024, at 3:00 PM UTC. This synchronized moment allows people worldwide to jump together at the exact same time, creating a unified global moment."
|
||||
},
|
||||
{
|
||||
id: "2", title: "How do I participate?", content: "Participating is simple! Register on our website, gather your community (friends, family, colleagues), and jump at the designated time. Share your photos and videos on social media using #GlobalJumpDay. Whether you jump solo or with a group, you're part of the movement."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Is there an age limit?", content: "No age limits! Global Jump Day welcomes everyone from young children to seniors. We encourage adapting your jump to your comfort level and physical abilities. It's about participation and celebration, not competition."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What's the purpose of Global Jump Day?", content: "Global Jump Day celebrates human unity, joy, and collective action. It brings people together across cultures, continents, and communities. Proceeds from the event support global wellness initiatives and community-building programs worldwide."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Can I participate virtually?", content: "Absolutely! Whether you jump in-person at a local event or join virtually from home, you're part of the movement. Participate however works best for you. Simply share your jump online using our official hashtag and event materials."
|
||||
},
|
||||
{
|
||||
id: "6", title: "How do I organize a local event?", content: "We love local organizers! Contact our team at hello@globaljumpday.com to become an event organizer. We provide resources, promotional materials, and support to help you lead the movement in your community."
|
||||
},
|
||||
{
|
||||
id: "7", title: "Are there sponsorship opportunities?", content: "Yes! We welcome corporate and community sponsors. Partner with us to amplify the message of unity and joy. Contact our partnerships team at hello@globaljumpday.com to discuss sponsorship packages and opportunities."
|
||||
},
|
||||
{
|
||||
id: "8", title: "How many people are expected to participate?", content: "We're targeting over 5 million participants across 150+ countries. In previous years, we've seen incredible participation from diverse communities worldwide. Your involvement helps us reach even more people!"
|
||||
},
|
||||
{
|
||||
id: "9", title: "What should I wear?", content: "Wear whatever makes you comfortable and happy! Many people choose bright colors, their country's flag colors, or special outfits. The most important thing is that you feel good and ready to celebrate."
|
||||
},
|
||||
{
|
||||
id: "10", title: "How can I stay updated?", content: "Subscribe to our newsletter on the homepage, follow us on social media, or check back on our website regularly. We'll send you event updates, participate tips, and exclusive content as Global Jump Day approaches."
|
||||
},
|
||||
{
|
||||
id: "11", title: "Is Global Jump Day accessible?", content: "We're committed to making Global Jump Day accessible to everyone. Whether you have mobility challenges, hearing or vision impairments, or other needs, we encourage you to participate in whatever way works for you."
|
||||
},
|
||||
{
|
||||
id: "12", title: "Where can I find more information?", content: "Visit our website for complete details about events, registration, and participation guidelines. You can also email us at hello@globaljumpday.com or follow our social media channels for daily updates and inspiring stories from our community."
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "Ready to Jump?", href: "/get-involved" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-shore-ocean-sunset-man-jumps-against-backdrop-setting-sun_1321-1027.jpg"
|
||||
imageAlt="Silhouettes of people jumping at sunset"
|
||||
logoText="Global Jump Day"
|
||||
copyrightText="© 2024 Global Jump Day | Celebrating Movement, Unity & Joy"
|
||||
columns={[
|
||||
{
|
||||
title: "Movement", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Our Mission", href: "/" },
|
||||
{ label: "Global Impact", href: "/" },
|
||||
{ label: "Community Stories", href: "/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Get Involved", items: [
|
||||
{ label: "Register Now", href: "/get-involved" },
|
||||
{ label: "Become an Organizer", href: "/get-involved" },
|
||||
{ label: "Sponsorships", href: "/get-involved" },
|
||||
{ label: "Partner With Us", href: "/get-involved" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Email Us", href: "mailto:hello@globaljumpday.com" },
|
||||
{ label: "Social Media", href: "#" },
|
||||
{ label: "Newsletter", href: "/" },
|
||||
{ label: "FAQ", href: "/faq" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
{ label: "Accessibility", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
236
src/app/get-involved/page.tsx
Normal file
236
src/app/get-involved/page.tsx
Normal file
@@ -0,0 +1,236 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Users, Award, Megaphone, Sparkles, Heart, Zap } from 'lucide-react';
|
||||
|
||||
export default function GetInvolvedPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Why Jump", id: "features" },
|
||||
{ name: "Impact", id: "metrics" },
|
||||
{ name: "Stories", id: "testimonials" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Get Involved", id: "/get-involved" },
|
||||
{ name: "Join", id: "contact" }
|
||||
]}
|
||||
brandName="Global Jump Day"
|
||||
bottomLeftText="Worldwide Movement"
|
||||
bottomRightText="hello@globaljumpday.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
title="Be Part of the Movement"
|
||||
description="Join millions worldwide and become part of Global Jump Day. Whether you're jumping solo, organizing locally, sponsoring, or partnering with us—your involvement makes a difference."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-having-fun_146671-15711.jpg?_wi=1", imageAlt: "Community gathering for Global Jump Day"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-kid-playing-outdoors_23-2149604325.jpg", imageAlt: "Families participating together"
|
||||
}
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-jumping-around_23-2149868518.jpg", imageAlt: "People celebrating together"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-having-fun_146671-15711.jpg?_wi=2", imageAlt: "Global participation showcase"
|
||||
}
|
||||
]}
|
||||
tag="Join Us Now"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Register as Participant", href: "https://example.com/register" },
|
||||
{ text: "Learn More", href: "#ways" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatarText="5M+ people already registered"
|
||||
carouselPosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Why You Should Get Involved"
|
||||
description="Global Jump Day creates a unique opportunity to connect with millions, make a real impact, and be part of a historic moment. Your participation—in any form—strengthens our global community and sends a powerful message of unity to the world."
|
||||
tag="Make an Impact"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/group-connected-women_24908-60277.jpg"
|
||||
imageAlt="Connected global community"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Explore Opportunities", href: "#ways" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="ways" data-section="ways">
|
||||
<FeatureCardSixteen
|
||||
title="Ways to Get Involved"
|
||||
description="Choose how you want to participate in Global Jump Day and make a difference."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
tag="Multiple Pathways"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Register as an individual jumper", "Organize a local community event", "Become a corporate sponsor", "Partner with your organization", "Volunteer for event support", "Amplify our message online"
|
||||
]
|
||||
}}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Miss the global celebration", "Skip local organizing opportunities", "Ignore sponsorship benefits", "Avoid partnership potential", "Miss volunteer experiences", "Stay disconnected from community"
|
||||
]
|
||||
}}
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "Get Started", href: "#register" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="register" data-section="register">
|
||||
<TestimonialCardOne
|
||||
title="Organizer Success Stories"
|
||||
description="Meet inspiring leaders who are organizing Global Jump Day in their communities and creating lasting impact."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
tag="Community Leaders"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
animationType="blur-reveal"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Event Organizer", company: "Tokyo, Japan", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Chen", role: "Community Lead", company: "Singapore", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-beach-medium-shot_23-2149031174.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", role: "Youth Coordinator", company: "Buenos Aires, Argentina", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chifon-shirt-while-standing-street-with-folded-arms_158595-6589.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Okafor", role: "School Principal", company: "Lagos, Nigeria", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-resting-after-workout-park_158595-3359.jpg"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Anderson", role: "Corporate Sponsor", company: "New York, USA", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-casual-clothes-looking-side-relax-profile-pose-with-natural-face-confident-smile_839833-34513.jpg"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Ahmed Hassan", role: "Cultural Ambassador", company: "Cairo, Egypt", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288230.jpg"
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "Share Your Story", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
ctaTitle="Ready to Make Your Impact?"
|
||||
ctaDescription="Join us in creating a global moment of unity and joy. Whether you're jumping solo, organizing locally, sponsoring, or partnering—register now to get started."
|
||||
ctaButton={{ text: "Register to Get Involved", href: "https://example.com/register" }}
|
||||
ctaIcon={Zap}
|
||||
useInvertedBackground={true}
|
||||
animationType="scale-rotate"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do I register as a participant?", content: "Visit our registration page and sign up with your email. You'll receive event details, participation guidelines, and exclusive content. It takes less than 2 minutes!"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Can I organize a local event?", content: "Absolutely! Contact hello@globaljumpday.com to express your interest in organizing locally. We'll provide you with promotional materials, planning resources, and ongoing support."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What are the sponsorship opportunities?", content: "Corporate, community, and individual sponsorships are available at various levels. Each tier offers unique benefits and visibility. Email our partnerships team at hello@globaljumpday.com for details."
|
||||
},
|
||||
{
|
||||
id: "4", title: "How can I volunteer?", content: "We're always looking for volunteers! Positions include social media support, event day assistance, community outreach, and more. Register your interest on our website."
|
||||
},
|
||||
{
|
||||
id: "5", title: "What's the registration deadline?", content: "Early registrations ensure you receive all preparatory materials and updates. While registrations close closer to the event date, we accept late registrations until Global Jump Day."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Is there a registration fee?", content: "Individual participation is free! Event organizer packages and sponsorships have associated costs based on your involvement level. Contact us for detailed pricing."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-shore-ocean-sunset-man-jumps-against-backdrop-setting-sun_1321-1027.jpg"
|
||||
imageAlt="Silhouettes of people jumping at sunset"
|
||||
logoText="Global Jump Day"
|
||||
copyrightText="© 2024 Global Jump Day | Celebrating Movement, Unity & Joy"
|
||||
columns={[
|
||||
{
|
||||
title: "Movement", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Our Mission", href: "/" },
|
||||
{ label: "Global Impact", href: "/" },
|
||||
{ label: "Community Stories", href: "/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Get Involved", items: [
|
||||
{ label: "Register Now", href: "/get-involved" },
|
||||
{ label: "Become an Organizer", href: "/get-involved" },
|
||||
{ label: "Sponsorships", href: "/get-involved" },
|
||||
{ label: "Partner With Us", href: "/get-involved" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Email Us", href: "mailto:hello@globaljumpday.com" },
|
||||
{ label: "Social Media", href: "#" },
|
||||
{ label: "Newsletter", href: "/" },
|
||||
{ label: "FAQ", href: "/faq" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
{ label: "Accessibility", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -33,6 +33,8 @@ export default function LandingPage() {
|
||||
{ name: "Why Jump", id: "features" },
|
||||
{ name: "Impact", id: "metrics" },
|
||||
{ name: "Stories", id: "testimonials" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Get Involved", id: "/get-involved" },
|
||||
{ name: "Join", id: "contact" }
|
||||
]}
|
||||
brandName="Global Jump Day"
|
||||
@@ -66,7 +68,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Join the Movement", href: "#contact" },
|
||||
{ text: "Join the Movement", href: "/get-involved" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -110,7 +112,7 @@ export default function LandingPage() {
|
||||
]
|
||||
}}
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "Register Now", href: "#contact" }]}
|
||||
buttons={[{ text: "Register Now", href: "/get-involved" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -136,7 +138,7 @@ export default function LandingPage() {
|
||||
id: "children", value: "2M+", title: "Young Jumpers", description: "Children experiencing the joy of unity", imageSrc: "http://img.b2bpic.net/free-photo/girls-throwing-confetti_23-2147699218.jpg", imageAlt: "Children participating globally"
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "Be Part of It", href: "#contact" }]}
|
||||
buttons={[{ text: "Be Part of It", href: "/get-involved" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -178,7 +180,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288230.jpg"
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "Share Your Story", href: "#contact" }]}
|
||||
buttons={[{ text: "Share Your Story", href: "/get-involved" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -231,8 +233,8 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Get Involved", items: [
|
||||
{ label: "Register Now", href: "#contact" },
|
||||
{ label: "Become an Organizer", href: "#contact" },
|
||||
{ label: "Register Now", href: "/get-involved" },
|
||||
{ label: "Become an Organizer", href: "/get-involved" },
|
||||
{ label: "Sponsorships", href: "#contact" },
|
||||
{ label: "Partner With Us", href: "#contact" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user