Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
289
src/app/page.tsx
289
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Globe, Lightbulb, Link, Shuffle, TrendingUp } from "lucide-react";
|
||||
import { Globe, Lightbulb, Link, Shuffle, TrendingUp, Calendar, BookOpen } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/woman-holding-plant-icon-using-laptop_53876-65371.jpg"
|
||||
brandName="WORLD BUSINESS HOLDING"
|
||||
@@ -61,70 +51,45 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
title="Connecting Businesses Globally"
|
||||
description="WORLD BUSINESS HOLDING empowers entrepreneurs and enterprises to forge strategic partnerships, expand market reach, and thrive in an interconnected world."
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Our Network",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Join Our Network", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-dj-party-charge-music-entertainment_23-2149658400.jpg"
|
||||
imageAlt="Global business networking connections"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-successful-woman-thumbs-up-give-approval-drink-coffee_176420-16240.jpg",
|
||||
alt: "Happy successful woman thumbs-up",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-successful-woman-thumbs-up-give-approval-drink-coffee_176420-16240.jpg", alt: "Happy successful woman thumbs-up"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-pointing-towards-you_23-2147708163.jpg",
|
||||
alt: "Businesswoman pointing towards you",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-pointing-towards-you_23-2147708163.jpg", alt: "Businesswoman pointing towards you"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-businesswoman-strict-clothes-black-jacket-with-optical-sunglasses-smiling-white-wall-work-job-office-female-business-meeting_140725-65028.jpg",
|
||||
alt: "Young businesswoman smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-businesswoman-strict-clothes-black-jacket-with-optical-sunglasses-smiling-white-wall-work-job-office-female-business-meeting_140725-65028.jpg", alt: "Young businesswoman smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/good-job-happy-smiling-business-man-suit-holding-laptop-showing-thumb-up-praise-you-nice-work_1258-173635.jpg",
|
||||
alt: "Happy smiling business man",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/good-job-happy-smiling-business-man-suit-holding-laptop-showing-thumb-up-praise-you-nice-work_1258-173635.jpg", alt: "Happy smiling business man"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-african-american-businesswoman-talking-female-colleagues-while-working-office_637285-9843.jpg",
|
||||
alt: "Happy African American businesswoman talking to colleagues",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-african-american-businesswoman-talking-female-colleagues-while-working-office_637285-9843.jpg", alt: "Happy African American businesswoman talking to colleagues"},
|
||||
]}
|
||||
avatarText="Join our 10,000+ members"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Strategic Partnerships",
|
||||
icon: Link,
|
||||
type: "text-icon", text: "Strategic Partnerships", icon: Link,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Reach",
|
||||
icon: Globe,
|
||||
type: "text-icon", text: "Global Reach", icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Innovation Driven",
|
||||
type: "text", text: "Innovation Driven"},
|
||||
{
|
||||
type: "text-icon", text: "Expert Insights", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Insights",
|
||||
icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Growth Opportunities",
|
||||
},
|
||||
type: "text", text: "Growth Opportunities"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,19 +102,13 @@ export default function LandingPage() {
|
||||
description="We are a premier business networking organization dedicated to fostering growth, collaboration, and innovation. With a global community of diverse professionals, we facilitate meaningful interactions that lead to tangible success."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Strategic Alliances",
|
||||
description: "Connect with leaders and decision-makers in your industry and beyond, opening doors to new collaborations.",
|
||||
icon: Shuffle,
|
||||
title: "Strategic Alliances", description: "Connect with leaders and decision-makers in your industry and beyond, opening doors to new collaborations.", icon: Shuffle,
|
||||
},
|
||||
{
|
||||
title: "Market Expansion",
|
||||
description: "Unlock new opportunities and achieve global reach through our extensive network and strategic partnerships.",
|
||||
icon: TrendingUp,
|
||||
title: "Market Expansion", description: "Unlock new opportunities and achieve global reach through our extensive network and strategic partnerships.", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
title: "Knowledge Sharing",
|
||||
description: "Access invaluable insights, industry trends, and best practices from a diverse community of experts.",
|
||||
icon: Lightbulb,
|
||||
title: "Knowledge Sharing", description: "Access invaluable insights, industry trends, and best practices from a diverse community of experts.", icon: Lightbulb,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/working-process-boardroom_1098-15382.jpg"
|
||||
@@ -164,32 +123,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Personalized Matchmaking",
|
||||
description: "Our intelligent system connects you with highly relevant partners, investors, and clients based on your business needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-women-late-night-meeting_482257-121889.jpg",
|
||||
imageAlt: "Digital matchmaking interface",
|
||||
buttonIcon: "Link",
|
||||
title: "Personalized Matchmaking", description: "Our intelligent system connects you with highly relevant partners, investors, and clients based on your business needs.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-women-late-night-meeting_482257-121889.jpg", imageAlt: "Digital matchmaking interface", buttonIcon: Link,
|
||||
},
|
||||
{
|
||||
title: "Exclusive Events",
|
||||
description: "Gain access to high-profile industry gatherings, workshops, and virtual summits with top-tier speakers and attendees.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-factory-manager-discussing-with-employees_482257-120612.jpg",
|
||||
imageAlt: "Exclusive business conference event",
|
||||
buttonIcon: "Calendar",
|
||||
title: "Exclusive Events", description: "Gain access to high-profile industry gatherings, workshops, and virtual summits with top-tier speakers and attendees.", imageSrc: "http://img.b2bpic.net/free-photo/smart-factory-manager-discussing-with-employees_482257-120612.jpg", imageAlt: "Exclusive business conference event", buttonIcon: Calendar,
|
||||
},
|
||||
{
|
||||
title: "Resource Library",
|
||||
description: "Leverage an extensive collection of expert articles, case studies, and business tools to stay ahead in your industry.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-working-with-laptop_23-2149271717.jpg",
|
||||
imageAlt: "Online resource library",
|
||||
buttonIcon: "BookOpen",
|
||||
title: "Resource Library", description: "Leverage an extensive collection of expert articles, case studies, and business tools to stay ahead in your industry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-working-with-laptop_23-2149271717.jpg", imageAlt: "Online resource library", buttonIcon: BookOpen,
|
||||
},
|
||||
{
|
||||
title: "Global Directory",
|
||||
description: "Discover and engage with a worldwide network of professionals and organizations through our comprehensive member directory.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040192.jpg",
|
||||
imageAlt: "Global business directory",
|
||||
buttonIcon: "Globe",
|
||||
title: "Global Directory", description: "Discover and engage with a worldwide network of professionals and organizations through our comprehensive member directory.", imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040192.jpg", imageAlt: "Global business directory", buttonIcon: Globe,
|
||||
},
|
||||
]}
|
||||
title="Unlock Your Business Potential"
|
||||
@@ -202,17 +145,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Global Innovators Inc.",
|
||||
"Future Ventures LLC",
|
||||
"Enterprise Solutions Group",
|
||||
"Peak Performance Consulting",
|
||||
"Synergy Holdings",
|
||||
"Nexus Global Partners",
|
||||
"Momentum Ventures",
|
||||
"Visionary Solutions Co.",
|
||||
"Apex Strategies Ltd.",
|
||||
"Pioneer Growth Group",
|
||||
]}
|
||||
"Global Innovators Inc.", "Future Ventures LLC", "Enterprise Solutions Group", "Peak Performance Consulting", "Synergy Holdings", "Nexus Global Partners", "Momentum Ventures", "Visionary Solutions Co.", "Apex Strategies Ltd.", "Pioneer Growth Group"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Our network proudly includes visionary companies and influential organizations across various sectors, demonstrating our commitment to impactful connections and mutual growth."
|
||||
/>
|
||||
@@ -225,20 +158,11 @@ export default function LandingPage() {
|
||||
tag="Our Achievements"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10,000+",
|
||||
description: "Professionals Connected",
|
||||
},
|
||||
id: "m1", value: "10,000+", description: "Professionals Connected"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
description: "Global Events Hosted",
|
||||
},
|
||||
id: "m2", value: "50+", description: "Global Events Hosted"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "150%",
|
||||
description: "Average Member Growth",
|
||||
},
|
||||
id: "m3", value: "150%", description: "Average Member Growth"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -251,64 +175,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "GlobalTech Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-young-businesswoman-pointing-camera_1262-5406.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "CEO", company: "GlobalTech Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-young-businesswoman-pointing-camera_1262-5406.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Founder",
|
||||
company: "Innovate Ventures",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Founder", company: "Innovate Ventures", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
company: "GrowthBridge Inc.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-student-passed-exams-having-fun-with-university-mates-international-office-workers-discussing-about-new-company-goals_197531-3749.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthBridge Inc.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-student-passed-exams-having-fun-with-university-mates-international-office-workers-discussing-about-new-company-goals_197531-3749.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Managing Partner",
|
||||
company: "Ascend Capital",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-surprised-expression_1194-2599.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Managing Partner", company: "Ascend Capital", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-surprised-expression_1194-2599.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Operations Lead",
|
||||
company: "Synergy Dynamics",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-recommending-new-business-app_1262-21064.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", role: "Operations Lead", company: "Synergy Dynamics", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-recommending-new-business-app_1262-21064.jpg", imageAlt: "Jessica Lee"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0 Rating",
|
||||
label: "Across all platforms",
|
||||
},
|
||||
value: "5.0 Rating", label: "Across all platforms"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Member Satisfaction",
|
||||
},
|
||||
value: "98%", label: "Member Satisfaction"},
|
||||
{
|
||||
value: "250+",
|
||||
label: "Partnerships Formed Annually",
|
||||
},
|
||||
value: "250+", label: "Partnerships Formed Annually"},
|
||||
]}
|
||||
title="What Our Members Say"
|
||||
description="Hear directly from the professionals who have experienced transformative growth and invaluable connections through WORLD BUSINESS HOLDING."
|
||||
@@ -321,30 +209,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What is WORLD BUSINESS HOLDING?",
|
||||
content: "We are a premier global business networking platform dedicated to connecting professionals, fostering collaborations, and accelerating business growth worldwide.",
|
||||
},
|
||||
id: "q1", title: "What is WORLD BUSINESS HOLDING?", content: "We are a premier global business networking platform dedicated to connecting professionals, fostering collaborations, and accelerating business growth worldwide."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do I become a member?",
|
||||
content: "You can apply for membership directly through our website by filling out a brief application form, and our team will review your profile for eligibility.",
|
||||
},
|
||||
id: "q2", title: "How do I become a member?", content: "You can apply for membership directly through our website by filling out a brief application form, and our team will review your profile for eligibility."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What types of events do you host?",
|
||||
content: "We organize a diverse range of events including virtual summits, in-person networking mixers, expert-led workshops, and exclusive member-only conferences.",
|
||||
},
|
||||
id: "q3", title: "What types of events do you host?", content: "We organize a diverse range of events including virtual summits, in-person networking mixers, expert-led workshops, and exclusive member-only conferences."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What are the benefits of membership?",
|
||||
content: "Membership provides access to a global network, exclusive events, a rich resource library, personalized matchmaking, and opportunities for strategic partnerships and market expansion.",
|
||||
},
|
||||
id: "q4", title: "What are the benefits of membership?", content: "Membership provides access to a global network, exclusive events, a rich resource library, personalized matchmaking, and opportunities for strategic partnerships and market expansion."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Is there a free trial available?",
|
||||
content: "Currently, we do not offer a free trial. However, we have different membership tiers designed to cater to various business needs and budgets.",
|
||||
},
|
||||
id: "q5", title: "Is there a free trial available?", content: "Currently, we do not offer a free trial. However, we have different membership tiers designed to cater to various business needs and budgets."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about our platform, membership, events, and how WORLD BUSINESS HOLDING can benefit your business."
|
||||
@@ -359,27 +232,16 @@ export default function LandingPage() {
|
||||
description="Ready to expand your network and explore new opportunities? Contact us today to learn how WORLD BUSINESS HOLDING can help you achieve your goals."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "subject",
|
||||
type: "text",
|
||||
placeholder: "Subject",
|
||||
},
|
||||
name: "subject", type: "text", placeholder: "Subject"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780744.jpg"
|
||||
@@ -397,54 +259,33 @@ export default function LandingPage() {
|
||||
logoText="WORLD BUSINESS HOLDING"
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{
|
||||
label: "Networking",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Networking", href: "#features"},
|
||||
{
|
||||
label: "Events",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Events", href: "#features"},
|
||||
{
|
||||
label: "Resources",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Resources", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Press",
|
||||
href: "#",
|
||||
},
|
||||
label: "Press", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "Partners",
|
||||
href: "#social-proof",
|
||||
},
|
||||
label: "Partners", href: "#social-proof"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user