Merge version_1 into main #2
@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
@@ -25,26 +25,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "/membership",
|
||||
},
|
||||
{
|
||||
name: "Payment",
|
||||
id: "/payment",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Membership", id: "/membership" },
|
||||
{ name: "Payment", id: "/payment" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="MBO"
|
||||
/>
|
||||
@@ -55,11 +40,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="About Our Organization"
|
||||
description={[
|
||||
"Membership Booksellers Organization (MBO) is an independent professional body supporting writers and booksellers worldwide.",
|
||||
"Mission: To support writers and booksellers by providing a trusted platform for growth, recognition, and success.",
|
||||
"Vision: To build a global network of credible and successful publishing professionals.",
|
||||
"Disclaimer: This organization is independent and not affiliated with any government body or mandatory publishing authority.",
|
||||
]}
|
||||
"Membership Booksellers Organization (MBO) is an independent professional body supporting writers and booksellers worldwide.", "Mission: To support writers and booksellers by providing a trusted platform for growth, recognition, and success.", "Vision: To build a global network of credible and successful publishing professionals.", "Disclaimer: This organization is independent and not affiliated with any government body or mandatory publishing authority."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,26 +53,14 @@ export default function LandingPage() {
|
||||
description="Integrity and excellence guide our work."
|
||||
features={[
|
||||
{
|
||||
title: "Excellence",
|
||||
description: "We uphold the highest literary standards.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-student-library-highlighting-important-ideas-exams-focusing-her-studies_482257-132961.jpg?_wi=2",
|
||||
},
|
||||
title: "Excellence", description: "We uphold the highest literary standards.", media: { imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-student-library-highlighting-important-ideas-exams-focusing-her-studies_482257-132961.jpg" },
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104643.jpg?_wi=1",
|
||||
imageAlt: "Authentic book club scene",
|
||||
},
|
||||
{
|
||||
title: "Integrity",
|
||||
description: "Transparency in all dealings.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-serious-business-people-working-with-documents-desk_1262-15308.jpg?_wi=2",
|
||||
},
|
||||
title: "Integrity", description: "Transparency in all dealings.", media: { imageSrc: "http://img.b2bpic.net/free-photo/three-serious-business-people-working-with-documents-desk_1262-15308.jpg" },
|
||||
items: [],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104633.jpg?_wi=3",
|
||||
imageAlt: "Authentic book club scene",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -100,44 +69,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Membership",
|
||||
href: "/membership",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Email: membershipbooksellers.org.uk@gmail.com",
|
||||
href: "mailto:membershipbooksellers.org.uk@gmail.com",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Membership", href: "/membership" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Support", items: [{ label: "Email: membershipbooksellers.org.uk@gmail.com", href: "mailto:membershipbooksellers.org.uk@gmail.com" }, { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }] },
|
||||
]}
|
||||
logoText="MBO"
|
||||
copyrightText="© 2026 Membership Booksellers Organization. All rights reserved."
|
||||
|
||||
@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function MembershipPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
@@ -25,26 +25,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "/membership",
|
||||
},
|
||||
{
|
||||
name: "Payment",
|
||||
id: "/payment",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Membership", id: "/membership" },
|
||||
{ name: "Payment", id: "/payment" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="MBO"
|
||||
/>
|
||||
@@ -56,57 +41,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
tag: "Starter",
|
||||
price: "$99",
|
||||
period: "/year",
|
||||
description: "Core membership.",
|
||||
button: {
|
||||
text: "Register Now",
|
||||
href: "/payment",
|
||||
},
|
||||
featuresTitle: "Basic Benefits",
|
||||
features: [
|
||||
"Digital Certificate",
|
||||
"Email Support",
|
||||
"Community Access",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
tag: "Value",
|
||||
price: "$199",
|
||||
period: "/year",
|
||||
description: "Advanced benefits.",
|
||||
button: {
|
||||
text: "Register Now",
|
||||
href: "/payment",
|
||||
},
|
||||
featuresTitle: "Premium Benefits",
|
||||
features: [
|
||||
"Priority Support",
|
||||
"Publishing Resource Hub",
|
||||
"Professional Listing",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "vip",
|
||||
tag: "Elite",
|
||||
price: "$399",
|
||||
period: "/year",
|
||||
description: "Ultimate recognition.",
|
||||
button: {
|
||||
text: "Register Now",
|
||||
href: "/payment",
|
||||
},
|
||||
featuresTitle: "VIP Benefits",
|
||||
features: [
|
||||
"Featured Member Spotlight",
|
||||
"1-on-1 Mentorship",
|
||||
"Annual Industry Conference Pass",
|
||||
],
|
||||
},
|
||||
{ id: "basic", tag: "Starter", price: "$99", period: "/year", description: "Core membership.", button: { text: "Register Now", href: "/payment" }, featuresTitle: "Basic Benefits", features: ["Digital Certificate", "Email Support", "Community Access"] },
|
||||
{ id: "premium", tag: "Value", price: "$199", period: "/year", description: "Advanced benefits.", button: { text: "Register Now", href: "/payment" }, featuresTitle: "Premium Benefits", features: ["Priority Support", "Publishing Resource Hub", "Professional Listing"] },
|
||||
{ id: "vip", tag: "Elite", price: "$399", period: "/year", description: "Ultimate recognition.", button: { text: "Register Now", href: "/payment" }, featuresTitle: "VIP Benefits", features: ["Featured Member Spotlight", "1-on-1 Mentorship", "Annual Industry Conference Pass"] },
|
||||
]}
|
||||
title="Membership Levels"
|
||||
description="Choose your path to professional success."
|
||||
@@ -122,26 +59,14 @@ export default function LandingPage() {
|
||||
description="Enhance your career today."
|
||||
features={[
|
||||
{
|
||||
title: "Tools",
|
||||
description: "Access elite software.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104643.jpg?_wi=2",
|
||||
},
|
||||
title: "Tools", description: "Access elite software.", media: { imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104643.jpg" },
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104633.jpg?_wi=4",
|
||||
imageAlt: "Authentic book club scene",
|
||||
},
|
||||
{
|
||||
title: "Knowledge",
|
||||
description: "Expert webinars.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/actors-group-library-prepare-dramatic-theatre-role-play-focused-dialogue-memorization_482257-136451.jpg",
|
||||
},
|
||||
title: "Knowledge", description: "Expert webinars.", media: { imageSrc: "http://img.b2bpic.net/free-photo/actors-group-library-prepare-dramatic-theatre-role-play-focused-dialogue-memorization_482257-136451.jpg" },
|
||||
items: [],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-student-library-highlighting-important-ideas-exams-focusing-her-studies_482257-132961.jpg?_wi=3",
|
||||
imageAlt: "Authentic book club scene",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -150,44 +75,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Membership",
|
||||
href: "/membership",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Email: membershipbooksellers.org.uk@gmail.com",
|
||||
href: "mailto:membershipbooksellers.org.uk@gmail.com",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Membership", href: "/membership" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Support", items: [{ label: "Email: membershipbooksellers.org.uk@gmail.com", href: "mailto:membershipbooksellers.org.uk@gmail.com" }, { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }] },
|
||||
]}
|
||||
logoText="MBO"
|
||||
copyrightText="© 2026 Membership Booksellers Organization. All rights reserved."
|
||||
|
||||
235
src/app/page.tsx
235
src/app/page.tsx
@@ -2,13 +2,13 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,26 +28,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "/membership",
|
||||
},
|
||||
{
|
||||
name: "Payment",
|
||||
id: "/payment",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Membership", id: "/membership" },
|
||||
{ name: "Payment", id: "/payment" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="MBO"
|
||||
/>
|
||||
@@ -55,67 +40,29 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Join a Trusted Network of Professional Writers & Booksellers"
|
||||
description="Become a certified member of the Membership Booksellers Organization and gain credibility, support, and access to publishing resources."
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "/membership",
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
{ text: "Join Now", href: "/membership" },
|
||||
{ text: "Learn More", href: "/about" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104633.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104633.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mature-woman-student-library-highlighting-important-ideas-exams-focusing-her-studies_482257-132961.jpg",
|
||||
alt: "Member representative 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/three-serious-business-people-working-with-documents-desk_1262-15308.jpg",
|
||||
alt: "Member representative 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104643.jpg",
|
||||
alt: "Member representative 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/actors-group-library-prepare-dramatic-theatre-role-play-focused-dialogue-memorization_482257-136451.jpg",
|
||||
alt: "Member representative 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104633.jpg",
|
||||
alt: "Member representative 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/mature-woman-student-library-highlighting-important-ideas-exams-focusing-her-studies_482257-132961.jpg", alt: "Member representative 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/three-serious-business-people-working-with-documents-desk_1262-15308.jpg", alt: "Member representative 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104643.jpg", alt: "Member representative 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/actors-group-library-prepare-dramatic-theatre-role-play-focused-dialogue-memorization_482257-136451.jpg", alt: "Member representative 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104633.jpg", alt: "Member representative 5" },
|
||||
]}
|
||||
avatarText="Join 5,000+ professionals worldwide"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Certified Expertise",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Networking",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exclusive Resources",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Industry Recognition",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Support",
|
||||
},
|
||||
{ type: "text", text: "Certified Expertise" },
|
||||
{ type: "text", text: "Global Networking" },
|
||||
{ type: "text", text: "Exclusive Resources" },
|
||||
{ type: "text", text: "Industry Recognition" },
|
||||
{ type: "text", text: "Professional Support" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,15 +72,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="About MBO"
|
||||
description={[
|
||||
"Membership Booksellers Organization (MBO) is an independent professional body supporting writers and booksellers worldwide.",
|
||||
"We provide certification, guidance, and a trusted community for growth.",
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Read More",
|
||||
href: "/about",
|
||||
},
|
||||
]}
|
||||
"Membership Booksellers Organization (MBO) is an independent professional body supporting writers and booksellers worldwide.", "We provide certification, guidance, and a trusted community for growth."]}
|
||||
buttons={[{ text: "Read More", href: "/about" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -142,30 +82,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "01",
|
||||
title: "Certification",
|
||||
subtitle: "Recognition",
|
||||
description: "Earn professional status with our official membership certificate.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104633.jpg?_wi=2",
|
||||
imageAlt: "professional writers booksellers network",
|
||||
},
|
||||
{
|
||||
tag: "02",
|
||||
title: "Guidance",
|
||||
subtitle: "Resources",
|
||||
description: "Gain full access to our curated publishing and bookselling guides.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-student-library-highlighting-important-ideas-exams-focusing-her-studies_482257-132961.jpg?_wi=1",
|
||||
imageAlt: "professional writers booksellers network",
|
||||
},
|
||||
{
|
||||
tag: "03",
|
||||
title: "Networking",
|
||||
subtitle: "Community",
|
||||
description: "Connect with writers and booksellers globally through exclusive events.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-serious-business-people-working-with-documents-desk_1262-15308.jpg?_wi=1",
|
||||
imageAlt: "professional writers booksellers network",
|
||||
},
|
||||
{ tag: "01", title: "Certification", subtitle: "Recognition", description: "Earn professional status with our official membership certificate.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104633.jpg", imageAlt: "professional writers booksellers network" },
|
||||
{ tag: "02", title: "Guidance", subtitle: "Resources", description: "Gain full access to our curated publishing and bookselling guides.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-student-library-highlighting-important-ideas-exams-focusing-her-studies_482257-132961.jpg", imageAlt: "professional writers booksellers network" },
|
||||
{ tag: "03", title: "Networking", subtitle: "Community", description: "Connect with writers and booksellers globally through exclusive events.", imageSrc: "http://img.b2bpic.net/free-photo/three-serious-business-people-working-with-documents-desk_1262-15308.jpg", imageAlt: "professional writers booksellers network" },
|
||||
]}
|
||||
title="Why Join MBO?"
|
||||
description="Unlock a world of professional advantages crafted for industry experts."
|
||||
@@ -178,57 +97,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
tag: "Entry",
|
||||
price: "Basic",
|
||||
period: "/year",
|
||||
description: "Perfect for starters.",
|
||||
button: {
|
||||
text: "View Plans",
|
||||
href: "/membership",
|
||||
},
|
||||
featuresTitle: "Includes",
|
||||
features: [
|
||||
"Digital Certificate",
|
||||
"Email Support",
|
||||
"Network Access",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
tag: "Popular",
|
||||
price: "Premium",
|
||||
period: "/year",
|
||||
description: "For established pros.",
|
||||
button: {
|
||||
text: "View Plans",
|
||||
href: "/membership",
|
||||
},
|
||||
featuresTitle: "Includes",
|
||||
features: [
|
||||
"Priority Support",
|
||||
"Publishing Tools",
|
||||
"Member Listing",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "vip",
|
||||
tag: "Exclusive",
|
||||
price: "VIP",
|
||||
period: "/year",
|
||||
description: "Top-tier benefits.",
|
||||
button: {
|
||||
text: "View Plans",
|
||||
href: "/membership",
|
||||
},
|
||||
featuresTitle: "Includes",
|
||||
features: [
|
||||
"Featured Status",
|
||||
"Exclusive Events",
|
||||
"1-on-1 Guidance",
|
||||
],
|
||||
},
|
||||
{ id: "basic", tag: "Entry", price: "Basic", period: "/year", description: "Perfect for starters.", button: { text: "View Plans", href: "/membership" }, featuresTitle: "Includes", features: ["Digital Certificate", "Email Support", "Network Access"] },
|
||||
{ id: "premium", tag: "Popular", price: "Premium", period: "/year", description: "For established pros.", button: { text: "View Plans", href: "/membership" }, featuresTitle: "Includes", features: ["Priority Support", "Publishing Tools", "Member Listing"] },
|
||||
{ id: "vip", tag: "Exclusive", price: "VIP", period: "/year", description: "Top-tier benefits.", button: { text: "View Plans", href: "/membership" }, featuresTitle: "Includes", features: ["Featured Status", "Exclusive Events", "1-on-1 Guidance"] },
|
||||
]}
|
||||
title="Membership Plans"
|
||||
description="Select the level that best matches your professional journey."
|
||||
@@ -239,59 +110,15 @@ export default function LandingPage() {
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="Terms and Conditions"
|
||||
sections={[
|
||||
{
|
||||
heading: "Use of Service",
|
||||
content: {
|
||||
type: "paragraph",
|
||||
text: "By accessing the MBO website, you agree to these terms.",
|
||||
},
|
||||
},
|
||||
]}
|
||||
sections={[{ heading: "Use of Service", content: { type: "paragraph", text: "By accessing the MBO website, you agree to these terms." } }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Membership",
|
||||
href: "/membership",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Email: membershipbooksellers.org.uk@gmail.com",
|
||||
href: "mailto:membershipbooksellers.org.uk@gmail.com",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Membership", href: "/membership" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Support", items: [{ label: "Email: membershipbooksellers.org.uk@gmail.com", href: "mailto:membershipbooksellers.org.uk@gmail.com" }, { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }] },
|
||||
]}
|
||||
logoText="MBO"
|
||||
copyrightText="© 2026 Membership Booksellers Organization. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user