Merge version_1 into main #2
316
src/app/page.tsx
316
src/app/page.tsx
@@ -33,31 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
]}
|
||||
brandName="Tribe"
|
||||
button={{
|
||||
text: "Join The Tribe",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Join The Tribe", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -68,90 +56,50 @@ export default function LandingPage() {
|
||||
description="Connect with like-minded individuals, share passions, and grow within a supportive community. Your journey to belonging starts here."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_j",
|
||||
testimonial: "Finding Tribe changed everything for me. I've never felt so connected and understood!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarah_j", testimonial: "Finding Tribe changed everything for me. I've never felt so connected and understood!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", imageAlt: "Sarah J."},
|
||||
{
|
||||
name: "Mark T.",
|
||||
handle: "@mark_t",
|
||||
testimonial: "The workshops are incredible, and the support from other members is truly inspiring. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg",
|
||||
imageAlt: "Mark T.",
|
||||
},
|
||||
name: "Mark T.", handle: "@mark_t", testimonial: "The workshops are incredible, and the support from other members is truly inspiring. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg", imageAlt: "Mark T."},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@emily_r",
|
||||
testimonial: "From casual chats to deep discussions, Tribe offers a space for every interaction. It's my happy place!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-fashionable-woman-stylish-clothes-glasses-standing-against-skyscraper_613910-20972.jpg",
|
||||
imageAlt: "Emily R.",
|
||||
},
|
||||
name: "Emily R.", handle: "@emily_r", testimonial: "From casual chats to deep discussions, Tribe offers a space for every interaction. It's my happy place!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-fashionable-woman-stylish-clothes-glasses-standing-against-skyscraper_613910-20972.jpg", imageAlt: "Emily R."},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@david_l",
|
||||
testimonial: "I appreciate the diverse perspectives and the genuine encouragement. It's a fantastic network for growth.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman_1098-13804.jpg",
|
||||
imageAlt: "David L.",
|
||||
},
|
||||
name: "David L.", handle: "@david_l", testimonial: "I appreciate the diverse perspectives and the genuine encouragement. It's a fantastic network for growth.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman_1098-13804.jpg", imageAlt: "David L."},
|
||||
{
|
||||
name: "Jessica W.",
|
||||
handle: "@jessica_w",
|
||||
testimonial: "Tribe helped me discover new passions and connect with people who share them. It’s truly empowering.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-smiley-friends_23-2148576845.jpg",
|
||||
imageAlt: "Jessica W.",
|
||||
},
|
||||
name: "Jessica W.", handle: "@jessica_w", testimonial: "Tribe helped me discover new passions and connect with people who share them. It’s truly empowering.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-smiley-friends_23-2148576845.jpg", imageAlt: "Jessica W."},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
tag="Welcome Home"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Communities",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Communities", href: "#features"},
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Join Now", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-city_23-2148937694.jpg",
|
||||
alt: "Community member Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-city_23-2148937694.jpg", alt: "Community member Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg",
|
||||
alt: "Community member Mark",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", alt: "Community member Mark"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-smiling-model-with-afro-curls-hairstyle-dressed-summer-hipster-white-dress_158538-707.jpg",
|
||||
alt: "Community member Emily",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-smiling-model-with-afro-curls-hairstyle-dressed-summer-hipster-white-dress_158538-707.jpg", alt: "Community member Emily"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-yellow-jacket_23-2149020794.jpg",
|
||||
alt: "Community member David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-yellow-jacket_23-2149020794.jpg", alt: "Community member David"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-surprised-handsome-guy-with-beard-looking-amused-smiling-happy-camera-standing-blu_1258-152687.jpg",
|
||||
alt: "Close up of surprised handsome guy with beard looking amused smiling happy at camera standing on blu",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-surprised-handsome-guy-with-beard-looking-amused-smiling-happy-camera-standing-blu_1258-152687.jpg", alt: "Close up of surprised handsome guy with beard looking amused smiling happy at camera standing on blu"},
|
||||
]}
|
||||
avatarText="Join 10,000+ members"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/youngsters-enjoying-time-together_23-2147663744.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/youngsters-enjoying-time-together_23-2147663744.jpg"
|
||||
imageAlt="Diverse group of friends laughing outdoors"
|
||||
showDimOverlay={false}
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
tagIcon={Sparkles}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -165,19 +113,13 @@ export default function LandingPage() {
|
||||
tag="Our Mission"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Shared Values",
|
||||
description: "Connect with individuals who share your core beliefs and passions, fostering deep, meaningful relationships.",
|
||||
icon: Users,
|
||||
title: "Shared Values", description: "Connect with individuals who share your core beliefs and passions, fostering deep, meaningful relationships.", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Mutual Support",
|
||||
description: "Receive and offer encouragement within a safe, nurturing environment where everyone is valued and heard.",
|
||||
icon: Heart,
|
||||
title: "Mutual Support", description: "Receive and offer encouragement within a safe, nurturing environment where everyone is valued and heard.", icon: Heart,
|
||||
},
|
||||
{
|
||||
title: "Collective Growth",
|
||||
description: "Grow personally and professionally through collaborative projects, shared knowledge, and diverse perspectives.",
|
||||
icon: Sparkles,
|
||||
title: "Collective Growth", description: "Grow personally and professionally through collaborative projects, shared knowledge, and diverse perspectives.", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elevated-view-divers-friends-holding-each-others-hands-standing-street_23-2148192469.jpg"
|
||||
@@ -193,23 +135,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Exclusive Events",
|
||||
description: "Access members-only workshops, webinars, and social gatherings tailored to your interests.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-creative-business-people-listening-colleague-addressing-office-meeting-business-brainstorming-concept_58466-12405.jpg",
|
||||
imageAlt: "Group attending workshop",
|
||||
},
|
||||
title: "Exclusive Events", description: "Access members-only workshops, webinars, and social gatherings tailored to your interests.", imageSrc: "http://img.b2bpic.net/free-photo/group-creative-business-people-listening-colleague-addressing-office-meeting-business-brainstorming-concept_58466-12405.jpg", imageAlt: "Group attending workshop"},
|
||||
{
|
||||
title: "Expert-Led Workshops",
|
||||
description: "Learn new skills and deepen your knowledge with sessions guided by industry leaders and community experts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executive-board-members-discussing-with-shareholders-online-videocall_482257-122916.jpg",
|
||||
imageAlt: "Online learning workshop",
|
||||
},
|
||||
title: "Expert-Led Workshops", description: "Learn new skills and deepen your knowledge with sessions guided by industry leaders and community experts.", imageSrc: "http://img.b2bpic.net/free-photo/executive-board-members-discussing-with-shareholders-online-videocall_482257-122916.jpg", imageAlt: "Online learning workshop"},
|
||||
{
|
||||
title: "Peer Mentorship",
|
||||
description: "Get paired with experienced members for guidance, support, and accelerated personal or professional development.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-working-together-cafe_273609-13302.jpg",
|
||||
imageAlt: "Mentor guiding student discussion",
|
||||
},
|
||||
title: "Peer Mentorship", description: "Get paired with experienced members for guidance, support, and accelerated personal or professional development.", imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-working-together-cafe_273609-13302.jpg", imageAlt: "Mentor guiding student discussion"},
|
||||
]}
|
||||
title="Discover the Benefits of Your Tribe"
|
||||
description="Experience unique opportunities designed to enrich your life and connect you with peers who share your journey."
|
||||
@@ -223,21 +153,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Global Innovators",
|
||||
"Local Artisans",
|
||||
"Digital Nomads",
|
||||
"Creative Thinkers",
|
||||
"Wellness Enthusiasts",
|
||||
"Outdoor Adventurers",
|
||||
"Tech Startups",
|
||||
]}
|
||||
"Global Innovators", "Local Artisans", "Digital Nomads", "Creative Thinkers", "Wellness Enthusiasts", "Outdoor Adventurers", "Tech Startups"]}
|
||||
title="Trusted by Communities Worldwide"
|
||||
description="Our platform helps foster connections for diverse groups, from local clubs to global movements."
|
||||
buttons={[
|
||||
{
|
||||
text: "See Our Partners",
|
||||
href: "#",
|
||||
},
|
||||
text: "See Our Partners", href: "#"},
|
||||
]}
|
||||
showCard={true}
|
||||
tagIcon={Globe}
|
||||
@@ -250,50 +171,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "A True Sense of Belonging",
|
||||
quote: "I've tried many platforms, but Tribe is where I truly found my people. The genuine connections and positive atmosphere are unmatched.",
|
||||
name: "Olivia Smith",
|
||||
role: "Designer & Illustrator",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun_23-2149833012.jpg",
|
||||
imageAlt: "Olivia Smith",
|
||||
},
|
||||
id: "1", title: "A True Sense of Belonging", quote: "I've tried many platforms, but Tribe is where I truly found my people. The genuine connections and positive atmosphere are unmatched.", name: "Olivia Smith", role: "Designer & Illustrator", imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun_23-2149833012.jpg", imageAlt: "Olivia Smith"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Invaluable Support and Growth",
|
||||
quote: "The mentorship program exceeded my expectations. I gained clarity on my career path and felt supported every step of the way.",
|
||||
name: "Ethan Jones",
|
||||
role: "Software Developer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-blonde-girl-looking-isolated-pink-wall-with-copy-space_141793-112805.jpg",
|
||||
imageAlt: "Ethan Jones",
|
||||
},
|
||||
id: "2", title: "Invaluable Support and Growth", quote: "The mentorship program exceeded my expectations. I gained clarity on my career path and felt supported every step of the way.", name: "Ethan Jones", role: "Software Developer", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-blonde-girl-looking-isolated-pink-wall-with-copy-space_141793-112805.jpg", imageAlt: "Ethan Jones"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Inspiring Community Events",
|
||||
quote: "Every event is thoughtfully curated and incredibly engaging. I've met so many inspiring individuals and expanded my horizons.",
|
||||
name: "Sophia Garcia",
|
||||
role: "Marketing Strategist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-funny-woman-jumping-listening-music-headphones-dressed-hipster-colorful-style-outfit-isolated-pink-wall-wearing-yellow-sweater-sunglasses-having-fun_285396-7275.jpg",
|
||||
imageAlt: "Sophia Garcia",
|
||||
},
|
||||
id: "3", title: "Inspiring Community Events", quote: "Every event is thoughtfully curated and incredibly engaging. I've met so many inspiring individuals and expanded my horizons.", name: "Sophia Garcia", role: "Marketing Strategist", imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-funny-woman-jumping-listening-music-headphones-dressed-hipster-colorful-style-outfit-isolated-pink-wall-wearing-yellow-sweater-sunglasses-having-fun_285396-7275.jpg", imageAlt: "Sophia Garcia"},
|
||||
{
|
||||
id: "4",
|
||||
title: "More Than Just a Platform",
|
||||
quote: "Tribe feels like a second family. The level of support, encouragement, and shared passion here is truly unique and heartwarming.",
|
||||
name: "Liam Rodriguez",
|
||||
role: "Entrepreneur",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-sitting-window_1262-4842.jpg",
|
||||
imageAlt: "Liam Rodriguez",
|
||||
},
|
||||
id: "4", title: "More Than Just a Platform", quote: "Tribe feels like a second family. The level of support, encouragement, and shared passion here is truly unique and heartwarming.", name: "Liam Rodriguez", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-sitting-window_1262-4842.jpg", imageAlt: "Liam Rodriguez"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Connecting with Purpose",
|
||||
quote: "This community has helped me connect with people who share my vision and collaborate on projects that truly matter. A game-changer!",
|
||||
name: "Ava Brown",
|
||||
role: "Social Innovator",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-with-curly-hair-posing_23-2148973998.jpg",
|
||||
imageAlt: "Ava Brown",
|
||||
},
|
||||
id: "5", title: "Connecting with Purpose", quote: "This community has helped me connect with people who share my vision and collaborate on projects that truly matter. A game-changer!", name: "Ava Brown", role: "Social Innovator", imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-with-curly-hair-posing_23-2148973998.jpg", imageAlt: "Ava Brown"},
|
||||
]}
|
||||
title="Hear From Our Thriving Members"
|
||||
description="Real stories from people who found their perfect community and experienced profound growth and connection."
|
||||
@@ -308,68 +194,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "leadership",
|
||||
groupTitle: "Leadership",
|
||||
members: [
|
||||
id: "leadership", groupTitle: "Leadership", members: [
|
||||
{
|
||||
id: "leader-1",
|
||||
title: "Alex Chen",
|
||||
subtitle: "CEO & Co-Founder",
|
||||
detail: "Visionary leader passionate about community building and digital innovation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling-outside-office-building_107420-74332.jpg",
|
||||
imageAlt: "Alex Chen",
|
||||
},
|
||||
id: "leader-1", title: "Alex Chen", subtitle: "CEO & Co-Founder", detail: "Visionary leader passionate about community building and digital innovation.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling-outside-office-building_107420-74332.jpg", imageAlt: "Alex Chen"},
|
||||
{
|
||||
id: "leader-2",
|
||||
title: "Maria Garcia",
|
||||
subtitle: "Head of Product",
|
||||
detail: "Drives product strategy, ensuring an intuitive and engaging experience for all members.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-office-employee-looking-laptop-saluting-colleagues-online-videocall_482257-122948.jpg",
|
||||
imageAlt: "Maria Garcia",
|
||||
},
|
||||
id: "leader-2", title: "Maria Garcia", subtitle: "Head of Product", detail: "Drives product strategy, ensuring an intuitive and engaging experience for all members.", imageSrc: "http://img.b2bpic.net/free-photo/home-office-employee-looking-laptop-saluting-colleagues-online-videocall_482257-122948.jpg", imageAlt: "Maria Garcia"},
|
||||
{
|
||||
id: "leader-3",
|
||||
title: "Ben Carter",
|
||||
subtitle: "CTO",
|
||||
detail: "Leads the engineering team, building robust and scalable solutions for our growing community.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-with-post-its_23-2148911835.jpg",
|
||||
imageAlt: "Ben Carter",
|
||||
},
|
||||
id: "leader-3", title: "Ben Carter", subtitle: "CTO", detail: "Leads the engineering team, building robust and scalable solutions for our growing community.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-with-post-its_23-2148911835.jpg", imageAlt: "Ben Carter"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/youngsters-enjoying-time-together_23-2147663744.jpg?_wi=2",
|
||||
imageAlt: "diverse executive smiling confident",
|
||||
},
|
||||
{
|
||||
id: "community-managers",
|
||||
groupTitle: "Community Managers",
|
||||
members: [
|
||||
id: "community-managers", groupTitle: "Community Managers", members: [
|
||||
{
|
||||
id: "manager-1",
|
||||
title: "Chloe Davis",
|
||||
subtitle: "Engagement Lead",
|
||||
detail: "Fosters a vibrant and inclusive environment, curating discussions and activities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-having-online-meeting-work_23-2148940751.jpg",
|
||||
imageAlt: "Chloe Davis",
|
||||
},
|
||||
id: "manager-1", title: "Chloe Davis", subtitle: "Engagement Lead", detail: "Fosters a vibrant and inclusive environment, curating discussions and activities.", imageSrc: "http://img.b2bpic.net/free-photo/man-having-online-meeting-work_23-2148940751.jpg", imageAlt: "Chloe Davis"},
|
||||
{
|
||||
id: "manager-2",
|
||||
title: "Samira Khan",
|
||||
subtitle: "Events Coordinator",
|
||||
detail: "Organizes and executes all Tribe events, from virtual workshops to in-person meetups.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-warehouse-worker-with-tablet-standing-storage-department_342744-1465.jpg",
|
||||
imageAlt: "Samira Khan",
|
||||
},
|
||||
id: "manager-2", title: "Samira Khan", subtitle: "Events Coordinator", detail: "Organizes and executes all Tribe events, from virtual workshops to in-person meetups.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-warehouse-worker-with-tablet-standing-storage-department_342744-1465.jpg", imageAlt: "Samira Khan"},
|
||||
{
|
||||
id: "manager-3",
|
||||
title: "Leo Kim",
|
||||
subtitle: "Content Specialist",
|
||||
detail: "Creates compelling content that educates, inspires, and connects our diverse member base.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-queer-model-working-with-laptop_23-2150325358.jpg",
|
||||
imageAlt: "Leo Kim",
|
||||
},
|
||||
id: "manager-3", title: "Leo Kim", subtitle: "Content Specialist", detail: "Creates compelling content that educates, inspires, and connects our diverse member base.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-queer-model-working-with-laptop_23-2150325358.jpg", imageAlt: "Leo Kim"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-city_23-2148937694.jpg",
|
||||
imageAlt: "diverse executive smiling confident",
|
||||
},
|
||||
]}
|
||||
title="Meet the Core Team Behind Tribe"
|
||||
@@ -383,20 +225,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How do I join a Tribe community?",
|
||||
content: "Joining is simple! Just sign up, browse our diverse communities, and click 'Join' on the ones that resonate with you. Some communities may require admin approval.",
|
||||
},
|
||||
id: "faq-1", title: "How do I join a Tribe community?", content: "Joining is simple! Just sign up, browse our diverse communities, and click 'Join' on the ones that resonate with you. Some communities may require admin approval."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "What kind of communities exist on Tribe?",
|
||||
content: "Tribe hosts a wide range of communities, from professional networking groups and skill-sharing circles to hobby clubs and support networks. You're sure to find your niche!",
|
||||
},
|
||||
id: "faq-2", title: "What kind of communities exist on Tribe?", content: "Tribe hosts a wide range of communities, from professional networking groups and skill-sharing circles to hobby clubs and support networks. You're sure to find your niche!"},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Is there a fee to join Tribe?",
|
||||
content: "Basic membership to Tribe is free! Premium features and certain exclusive communities may offer subscription options for enhanced benefits.",
|
||||
},
|
||||
id: "faq-3", title: "Is there a fee to join Tribe?", content: "Basic membership to Tribe is free! Premium features and certain exclusive communities may offer subscription options for enhanced benefits."},
|
||||
]}
|
||||
sideTitle="Got Questions? We Have Answers."
|
||||
sideDescription="Find quick answers to the most common questions about joining and participating in Tribe communities."
|
||||
@@ -404,11 +237,8 @@ export default function LandingPage() {
|
||||
showCard={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Support", href: "#contact"},
|
||||
]}
|
||||
tagIcon="HelpCircle"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -416,8 +246,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get In Touch"
|
||||
title="Connect With Tribe Today"
|
||||
description="Have a question, feedback, or want to partner? We'd love to hear from you. Reach out and let's build something great together."
|
||||
@@ -436,54 +265,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Mission",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Mission", href: "#about"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Team", href: "#team"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Join Now",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Join Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Support", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user