Update src/app/page.tsx
This commit is contained in:
291
src/app/page.tsx
291
src/app/page.tsx
@@ -33,38 +33,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Why Join",
|
||||
id: "why-join",
|
||||
},
|
||||
name: "Why Join", id: "why-join"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Success Stories",
|
||||
id: "success-stories",
|
||||
},
|
||||
name: "Success Stories", id: "success-stories"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "faqs",
|
||||
},
|
||||
name: "FAQs", id: "faqs"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
brandName="Forever Living Opportunity"
|
||||
/>
|
||||
</div>
|
||||
@@ -72,69 +56,44 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Unlock Your Potential with Forever Living"
|
||||
description="Join a global family of entrepreneurs transforming lives through health, wellness, and financial freedom. Build your legacy with us."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
|
||||
alt: "Smiling woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", alt: "Smiling woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-eastern-entrepreneur-wear-black-coat-blue-shirt-eyeglasses-against-office-building-show-finger-up_627829-5307.jpg",
|
||||
alt: "Smiling man",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-eastern-entrepreneur-wear-black-coat-blue-shirt-eyeglasses-against-office-building-show-finger-up_627829-5307.jpg", alt: "Smiling man"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-people-work_23-2149546186.jpg",
|
||||
alt: "Smiling older woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-people-work_23-2149546186.jpg", alt: "Smiling older woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bearded-modern-male-with-tattoos-his-arms-posing-near-window-room-with-loft-interior_613910-3595.jpg",
|
||||
alt: "Smiling older man",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bearded-modern-male-with-tattoos-his-arms-posing-near-window-room-with-loft-interior_613910-3595.jpg", alt: "Smiling older man"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-business-caucasian-man-black-suit-office-background_609648-1007.jpg",
|
||||
alt: "Confident business owner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-business-caucasian-man-black-suit-office-background_609648-1007.jpg", alt: "Confident business owner"},
|
||||
]}
|
||||
avatarText="Join our thriving community of over 10 million entrepreneurs worldwide!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover the Opportunity",
|
||||
href: "#why-join",
|
||||
},
|
||||
text: "Discover the Opportunity", href: "#why-join"},
|
||||
{
|
||||
text: "Become a Member",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Become a Member", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Start Your Journey",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Start Your Journey", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Reach",
|
||||
icon: Globe,
|
||||
type: "text-icon", text: "Global Reach", icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Health & Wellness",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Health & Wellness", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Financial Growth",
|
||||
icon: TrendingUp,
|
||||
type: "text-icon", text: "Financial Growth", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Supportive Community",
|
||||
icon: Briefcase,
|
||||
type: "text-icon", text: "Supportive Community", icon: Briefcase,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -146,12 +105,9 @@ export default function LandingPage() {
|
||||
title="Your Journey to Success Starts Here"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn About Our Mission",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn About Our Mission", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
description="Forever Living Products offers a unique business model centered on high-quality aloe vera and bee-derived products. As a supervisor, you'll empower others to achieve their health and financial goals, backed by a proven system and supportive community."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -163,29 +119,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Global Opportunity",
|
||||
description: "Expand your business worldwide and connect with diverse markets.",
|
||||
},
|
||||
title: "Global Opportunity", description: "Expand your business worldwide and connect with diverse markets."},
|
||||
{
|
||||
icon: LeafyGreen,
|
||||
title: "Quality Products",
|
||||
description: "Promote wellness with our trusted, natural aloe vera and bee-derived products.",
|
||||
},
|
||||
title: "Quality Products", description: "Promote wellness with our trusted, natural aloe vera and bee-derived products."},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Flexible Hours",
|
||||
description: "Build your business on your terms, fitting around your lifestyle.",
|
||||
},
|
||||
title: "Flexible Hours", description: "Build your business on your terms, fitting around your lifestyle."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Supportive Community",
|
||||
description: "Grow with mentors and peers who are invested in your success.",
|
||||
},
|
||||
title: "Supportive Community", description: "Grow with mentors and peers who are invested in your success."},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Financial Freedom",
|
||||
description: "Earn commissions, bonuses, and incentives with a proven compensation plan.",
|
||||
},
|
||||
title: "Financial Freedom", description: "Earn commissions, bonuses, and incentives with a proven compensation plan."},
|
||||
]}
|
||||
title="Why Choose the Forever Living Business?"
|
||||
description="Experience unparalleled benefits, from global reach to personal growth, all within a supportive network."
|
||||
@@ -200,53 +146,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "prod-1",
|
||||
name: "Aloe Vera Gel",
|
||||
price: "$29.99",
|
||||
variant: "1 Liter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238283.jpg",
|
||||
imageAlt: "Forever Living Aloe Vera Gel",
|
||||
},
|
||||
id: "prod-1", name: "Aloe Vera Gel", price: "$29.99", variant: "1 Liter", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238283.jpg", imageAlt: "Forever Living Aloe Vera Gel"},
|
||||
{
|
||||
id: "prod-2",
|
||||
name: "Forever Bee Pollen",
|
||||
price: "$18.50",
|
||||
variant: "100 Tablets",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-kinds-honey-glass-jars-honeycomb-pollen_114579-13196.jpg",
|
||||
imageAlt: "Forever Living Bee Pollen",
|
||||
},
|
||||
id: "prod-2", name: "Forever Bee Pollen", price: "$18.50", variant: "100 Tablets", imageSrc: "http://img.b2bpic.net/free-photo/various-kinds-honey-glass-jars-honeycomb-pollen_114579-13196.jpg", imageAlt: "Forever Living Bee Pollen"},
|
||||
{
|
||||
id: "prod-3",
|
||||
name: "Forever Arctic Sea",
|
||||
price: "$32.70",
|
||||
variant: "120 Softgels",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/omega-3-supplement-capsule-ai-generated_268835-18659.jpg",
|
||||
imageAlt: "Forever Living Arctic Sea",
|
||||
},
|
||||
id: "prod-3", name: "Forever Arctic Sea", price: "$32.70", variant: "120 Softgels", imageSrc: "http://img.b2bpic.net/free-photo/omega-3-supplement-capsule-ai-generated_268835-18659.jpg", imageAlt: "Forever Living Arctic Sea"},
|
||||
{
|
||||
id: "prod-4",
|
||||
name: "Forever Bright Toothgel",
|
||||
price: "$7.50",
|
||||
variant: "130g",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-aloe-vera-juice-put-wooden-cutting-board_1150-28057.jpg",
|
||||
imageAlt: "Forever Living Bright Toothgel",
|
||||
},
|
||||
id: "prod-4", name: "Forever Bright Toothgel", price: "$7.50", variant: "130g", imageSrc: "http://img.b2bpic.net/free-photo/glass-aloe-vera-juice-put-wooden-cutting-board_1150-28057.jpg", imageAlt: "Forever Living Bright Toothgel"},
|
||||
{
|
||||
id: "prod-5",
|
||||
name: "Aloe Propolis Crème",
|
||||
price: "$23.00",
|
||||
variant: "113g",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-experiencing-skin-disease_23-2151159352.jpg",
|
||||
imageAlt: "Forever Living Aloe Propolis Creme",
|
||||
},
|
||||
id: "prod-5", name: "Aloe Propolis Crème", price: "$23.00", variant: "113g", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-experiencing-skin-disease_23-2151159352.jpg", imageAlt: "Forever Living Aloe Propolis Creme"},
|
||||
{
|
||||
id: "prod-6",
|
||||
name: "Aloe Jojoba Shampoo",
|
||||
price: "$21.00",
|
||||
variant: "296ml",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aloe-vera-leaves-with-beauty-cream-bottle_23-2148173866.jpg",
|
||||
imageAlt: "Forever Living Aloe Jojoba Shampoo",
|
||||
},
|
||||
id: "prod-6", name: "Aloe Jojoba Shampoo", price: "$21.00", variant: "296ml", imageSrc: "http://img.b2bpic.net/free-photo/aloe-vera-leaves-with-beauty-cream-bottle_23-2148173866.jpg", imageAlt: "Forever Living Aloe Jojoba Shampoo"},
|
||||
]}
|
||||
title="Our Bestselling Wellness Products"
|
||||
description="Introduce your new recruits to the high-demand, quality products they will be selling and sharing."
|
||||
@@ -260,29 +170,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m-1",
|
||||
value: "160+",
|
||||
title: "Countries",
|
||||
description: "Our global presence spans continents, offering limitless market potential.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-network-digital-world-connection_23-2152020916.jpg",
|
||||
imageAlt: "World map",
|
||||
},
|
||||
id: "m-1", value: "160+", title: "Countries", description: "Our global presence spans continents, offering limitless market potential.", imageSrc: "http://img.b2bpic.net/free-photo/global-network-digital-world-connection_23-2152020916.jpg", imageAlt: "World map"},
|
||||
{
|
||||
id: "m-2",
|
||||
value: "40+",
|
||||
title: "Years of Excellence",
|
||||
description: "A legacy built on quality products and a powerful business model.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medieval-crown-royalty-still-life_23-2150385409.jpg",
|
||||
imageAlt: "Vintage clock",
|
||||
},
|
||||
id: "m-2", value: "40+", title: "Years of Excellence", description: "A legacy built on quality products and a powerful business model.", imageSrc: "http://img.b2bpic.net/free-photo/medieval-crown-royalty-still-life_23-2150385409.jpg", imageAlt: "Vintage clock"},
|
||||
{
|
||||
id: "m-3",
|
||||
value: "Millions",
|
||||
title: "FBOs Worldwide",
|
||||
description: "Join a vast, empowering community of successful Forever Business Owners.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203571.jpg",
|
||||
imageAlt: "Diverse group of people",
|
||||
},
|
||||
id: "m-3", value: "Millions", title: "FBOs Worldwide", description: "Join a vast, empowering community of successful Forever Business Owners.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203571.jpg", imageAlt: "Diverse group of people"},
|
||||
]}
|
||||
title="Impact & Growth at a Glance"
|
||||
description="Discover the impressive scale and enduring success of the Forever Living business opportunity."
|
||||
@@ -298,50 +190,20 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Team Leader",
|
||||
company: "FL Success Team",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "t-1", name: "Sarah Johnson", role: "Team Leader", company: "FL Success Team", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Michael Chen",
|
||||
role: "Business Owner",
|
||||
company: "Aloe Global",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "t-2", name: "Michael Chen", role: "Business Owner", company: "Aloe Global", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Supervisor",
|
||||
company: "Wellness Path",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-curly-hair-isolated_273609-48200.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "t-3", name: "Emily Rodriguez", role: "Supervisor", company: "Wellness Path", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-curly-hair-isolated_273609-48200.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "David Kim",
|
||||
role: "Marketing Director",
|
||||
company: "Pure Health Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3937.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "t-4", name: "David Kim", role: "Marketing Director", company: "Pure Health Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3937.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Jessica Lee",
|
||||
role: "New FBO",
|
||||
company: "Forever Dreams",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businesswoman-strict-clothes-black-jacket-with-optical-sunglasses-with-smile-white-wall-work-job-office-female-business-meetings_140725-65034.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "t-5", name: "Jessica Lee", role: "New FBO", company: "Forever Dreams", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businesswoman-strict-clothes-black-jacket-with-optical-sunglasses-with-smile-white-wall-work-job-office-female-business-meetings_140725-65034.jpg", imageAlt: "Jessica Lee"},
|
||||
]}
|
||||
title="Real Stories, Real Success"
|
||||
description="Hear directly from individuals who have transformed their lives by joining the Forever Living family and seizing the opportunity."
|
||||
@@ -353,25 +215,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How do I start my Forever Living business?",
|
||||
content: "Starting is simple! Contact us, and we'll guide you through the registration process to become a Forever Business Owner (FBO).",
|
||||
},
|
||||
id: "faq-1", title: "How do I start my Forever Living business?", content: "Starting is simple! Contact us, and we'll guide you through the registration process to become a Forever Business Owner (FBO)."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Is training and support provided?",
|
||||
content: "Absolutely! You'll receive comprehensive training, mentorship from experienced supervisors, and access to a supportive global community.",
|
||||
},
|
||||
id: "faq-2", title: "Is training and support provided?", content: "Absolutely! You'll receive comprehensive training, mentorship from experienced supervisors, and access to a supportive global community."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What are the initial costs involved?",
|
||||
content: "There's a minimal startup cost for your FBO kit. We'll provide a detailed breakdown upon inquiry, ensuring full transparency.",
|
||||
},
|
||||
id: "faq-3", title: "What are the initial costs involved?", content: "There's a minimal startup cost for your FBO kit. We'll provide a detailed breakdown upon inquiry, ensuring full transparency."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Can I operate this business part-time?",
|
||||
content: "Yes, many of our successful FBOs started part-time, building their business alongside existing commitments. The flexibility is key!",
|
||||
},
|
||||
id: "faq-4", title: "Can I operate this business part-time?", content: "Yes, many of our successful FBOs started part-time, building their business alongside existing commitments. The flexibility is key!"},
|
||||
]}
|
||||
sideTitle="Your Questions, Answered"
|
||||
sideDescription="Find quick answers to common questions about joining the Forever Living business and what it entails."
|
||||
@@ -384,8 +234,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Join Us"
|
||||
title="Ready to Build Your Future?"
|
||||
description="Take the first step towards a rewarding journey of health, wealth, and community. Fill out the form below to learn more about becoming a Forever Business Owner."
|
||||
@@ -399,45 +248,27 @@ export default function LandingPage() {
|
||||
logoText="Forever Living Opportunity"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Why Join",
|
||||
href: "#why-join",
|
||||
},
|
||||
label: "Why Join", href: "#why-join"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faqs",
|
||||
},
|
||||
label: "FAQs", href: "#faqs"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user