Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-05 07:09:26 +00:00

View File

@@ -33,29 +33,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Opportunities",
id: "#opportunities",
},
name: "Opportunities", id: "#opportunities"},
{
name: "Metrics",
id: "#metrics",
},
name: "Metrics", id: "#metrics"},
{
name: "Membership",
id: "#membership",
},
name: "Membership", id: "#membership"},
{
name: "Join Us",
id: "#join",
},
name: "Join Us", id: "#join"},
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m6usys"
logoAlt="BuySmartly Logo"
@@ -63,126 +51,75 @@ export default function LandingPage() {
bottomLeftText="Global Ecosystem"
bottomRightText="connect@buysmartly.com"
button={{
text: "Sign In",
href: "#",
}}
text: "Sign In", href: "#"}}
/>
</div>
<div id="home" data-section="home">
<HeroSplitDoubleCarousel
background={{
variant: "downward-rays-animated-grid",
}}
variant: "downward-rays-animated-grid"}}
title="Search Smarter. Discover Opportunities. Execute Faster."
description="A unified platform to explore and act on opportunities across industries."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg?_wi=1",
imageAlt: "Digital Shopping Interface",
},
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg", imageAlt: "Digital Shopping Interface"},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dark-earth-space_23-2151051368.jpg?_wi=1",
imageAlt: "Global Travel & Booking Interface",
},
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dark-earth-space_23-2151051368.jpg", imageAlt: "Global Travel & Booking Interface"},
{
imageSrc: "http://img.b2bpic.net/free-photo/job-search-concept-find-your-career-online-website_169016-39048.jpg?_wi=1",
imageAlt: "Job Search & Professional Networking",
},
imageSrc: "http://img.b2bpic.net/free-photo/job-search-concept-find-your-career-online-website_169016-39048.jpg", imageAlt: "Job Search & Professional Networking"},
{
imageSrc: "http://img.b2bpic.net/free-photo/hud-user-interface-technology-spaceship-virtual-reality-game-with-infographic-chart-navigation-button_90220-1368.jpg",
imageAlt: "Business Opportunities Dashboard",
},
imageSrc: "http://img.b2bpic.net/free-photo/hud-user-interface-technology-spaceship-virtual-reality-game-with-infographic-chart-navigation-button_90220-1368.jpg", imageAlt: "Business Opportunities Dashboard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-with-vr-headset-touching-holographic-screen_53876-101150.jpg",
imageAlt: "Online Education Platform Interface",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-with-vr-headset-touching-holographic-screen_53876-101150.jpg", imageAlt: "Online Education Platform Interface"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-holds-bible-his-hands-bible-with-golden-pages-religion-concept_169016-62568.jpg",
imageAlt: "Healthcare Management Interface",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-holds-bible-his-hands-bible-with-golden-pages-religion-concept_169016-62568.jpg", imageAlt: "Healthcare Management Interface"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg",
imageAlt: "Logistics Management Dashboard",
},
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", imageAlt: "Logistics Management Dashboard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/couturers-working-trendy-outfit_482257-102650.jpg",
imageAlt: "Professional Services Booking Interface",
},
imageSrc: "http://img.b2bpic.net/free-photo/couturers-working-trendy-outfit_482257-102650.jpg", imageAlt: "Professional Services Booking Interface"},
{
imageSrc: "http://img.b2bpic.net/free-photo/vivid-abstract-psychedelic-octagon-corridor-pattern-background-with-blue-purple-colors_181624-32831.jpg",
imageAlt: "Data Analytics & Insights Visualization",
},
imageSrc: "http://img.b2bpic.net/free-photo/vivid-abstract-psychedelic-octagon-corridor-pattern-background-with-blue-purple-colors_181624-32831.jpg", imageAlt: "Data Analytics & Insights Visualization"},
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-dynamic-shape-background_1017-3403.jpg",
imageAlt: "Seamless User Connection Ecosystem",
},
imageSrc: "http://img.b2bpic.net/free-photo/abstract-dynamic-shape-background_1017-3403.jpg", imageAlt: "Seamless User Connection Ecosystem"},
{
imageSrc: "http://img.b2bpic.net/free-photo/assortment-abstract-3d-design-elements_23-2148996831.jpg",
imageAlt: "Accelerated Digital Execution",
},
imageSrc: "http://img.b2bpic.net/free-photo/assortment-abstract-3d-design-elements_23-2148996831.jpg", imageAlt: "Accelerated Digital Execution"},
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-golden-neon-lights_181624-24451.jpg",
imageAlt: "Smart Decision-Making Network",
},
imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-golden-neon-lights_181624-24451.jpg", imageAlt: "Smart Decision-Making Network"},
]}
buttons={[
{
text: "Get Started",
href: "#",
},
text: "Get Started", href: "#"},
{
text: "Explore Opportunities",
href: "#features",
},
text: "Explore Opportunities", href: "#features"},
]}
carouselPosition="right"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-17781.jpg",
alt: "Top user 1",
},
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-17781.jpg", alt: "Top user 1"},
{
src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg",
alt: "Top user 2",
},
src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", alt: "Top user 2"},
{
src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16037.jpg",
alt: "Top user 3",
},
src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16037.jpg", alt: "Top user 3"},
{
src: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5687.jpg",
alt: "Top user 4",
},
src: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5687.jpg", alt: "Top user 4"},
{
src: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-businessman-black-wall_176420-3460.jpg",
alt: "Top user 5",
},
src: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-businessman-black-wall_176420-3460.jpg", alt: "Top user 5"},
]}
avatarText="Join 500K+ Visionaries"
marqueeItems={[
{
type: "text",
text: "Global Opportunities",
},
type: "text", text: "Global Opportunities"},
{
type: "text",
text: "Seamless Connections",
},
type: "text", text: "Seamless Connections"},
{
type: "text",
text: "Intelligent Discovery",
},
type: "text", text: "Intelligent Discovery"},
{
type: "text",
text: "Accelerated Execution",
},
type: "text", text: "Accelerated Execution"},
{
type: "text",
text: "Diverse Verticals",
},
type: "text", text: "Diverse Verticals"},
]}
marqueeSpeed={40}
showMarqueeCard={true}
@@ -206,72 +143,40 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Shopping & Retail",
description: "Find the best deals and unique products with intelligent search and discovery.",
icon: ShoppingCart,
title: "Shopping & Retail", description: "Find the best deals and unique products with intelligent search and discovery.", icon: ShoppingCart,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/stripes-geometric-shapes-background_23-2148772501.jpg",
imageAlt: "Shopping app interface",
},
imageSrc: "http://img.b2bpic.net/free-photo/stripes-geometric-shapes-background_23-2148772501.jpg", imageAlt: "Shopping app interface"},
{
imageSrc: "http://img.b2bpic.net/free-photo/virtual-shopping-experience_23-2151952991.jpg",
imageAlt: "Shopping data flow",
},
imageSrc: "http://img.b2bpic.net/free-photo/virtual-shopping-experience_23-2151952991.jpg", imageAlt: "Shopping data flow"},
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m6usys",
imageAlt: "premium shopping app UI gold black",
},
{
title: "Travel & Leisure",
description: "Unlock personalized travel experiences and exclusive deals for your next adventure.",
icon: Send,
title: "Travel & Leisure", description: "Unlock personalized travel experiences and exclusive deals for your next adventure.", icon: Send,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-living-as-digital-nomad_23-2151205378.jpg",
imageAlt: "Travel booking interface",
},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-living-as-digital-nomad_23-2151205378.jpg", imageAlt: "Travel booking interface"},
{
imageSrc: "http://img.b2bpic.net/free-photo/map-iceland-gold-glitter-map-dark-background_559531-10641.jpg",
imageAlt: "Travel discovery map",
},
imageSrc: "http://img.b2bpic.net/free-photo/map-iceland-gold-glitter-map-dark-background_559531-10641.jpg", imageAlt: "Travel discovery map"},
],
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg?_wi=2",
imageAlt: "premium shopping app UI gold black",
},
{
title: "Jobs & Careers",
description: "Advance your career with access to premier job listings and professional connections.",
icon: Briefcase,
title: "Jobs & Careers", description: "Advance your career with access to premier job listings and professional connections.", icon: Briefcase,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/user-people-network-circuit-board-link-connection-technology_1379-882.jpg",
imageAlt: "Job search dashboard",
},
imageSrc: "http://img.b2bpic.net/free-photo/user-people-network-circuit-board-link-connection-technology_1379-882.jpg", imageAlt: "Job search dashboard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151012308.jpg",
imageAlt: "Professional network",
},
imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151012308.jpg", imageAlt: "Professional network"},
],
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dark-earth-space_23-2151051368.jpg?_wi=2",
imageAlt: "premium shopping app UI gold black",
},
{
title: "Business Opportunities",
description: "Identify and act on lucrative ventures, investments, and partnerships globally.",
icon: Lightbulb,
title: "Business Opportunities", description: "Identify and act on lucrative ventures, investments, and partnerships globally.", icon: Lightbulb,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/light-color-temperature-scale-from-2700k-6500k-3d-render_363450-7884.jpg",
imageAlt: "Business intelligence dashboard",
},
imageSrc: "http://img.b2bpic.net/free-photo/light-color-temperature-scale-from-2700k-6500k-3d-render_363450-7884.jpg", imageAlt: "Business intelligence dashboard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/glowing-upward-trend-arrow-dark-textured-background_84443-84501.jpg",
imageAlt: "Business growth pathways",
},
imageSrc: "http://img.b2bpic.net/free-photo/glowing-upward-trend-arrow-dark-textured-background_84443-84501.jpg", imageAlt: "Business growth pathways"},
],
imageSrc: "http://img.b2bpic.net/free-photo/job-search-concept-find-your-career-online-website_169016-39048.jpg?_wi=2",
imageAlt: "premium shopping app UI gold black",
},
]}
title="Smart Discovery Across Key Verticals"
@@ -287,47 +192,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Exclusive Market Insights Report",
price: "Locked",
imageSrc: "http://img.b2bpic.net/free-photo/blue-padlock-secures-computer-data-network-connection-safe-generated-by-ai_188544-26152.jpg",
imageAlt: "Locked market insights report",
},
id: "p1", name: "Exclusive Market Insights Report", price: "Locked", imageSrc: "http://img.b2bpic.net/free-photo/blue-padlock-secures-computer-data-network-connection-safe-generated-by-ai_188544-26152.jpg", imageAlt: "Locked market insights report"},
{
id: "p2",
name: "High-Value Investment Prospect",
price: "Locked",
imageSrc: "http://img.b2bpic.net/free-vector/mandala-business-card-template_23-2148445853.jpg",
imageAlt: "Locked investment prospect",
},
id: "p2", name: "High-Value Investment Prospect", price: "Locked", imageSrc: "http://img.b2bpic.net/free-vector/mandala-business-card-template_23-2148445853.jpg", imageAlt: "Locked investment prospect"},
{
id: "p3",
name: "Global Logistics Partnership",
price: "Locked",
imageSrc: "http://img.b2bpic.net/free-photo/bright-golden-tunnel-background_1017-3793.jpg",
imageAlt: "Locked logistics partnership",
},
id: "p3", name: "Global Logistics Partnership", price: "Locked", imageSrc: "http://img.b2bpic.net/free-photo/bright-golden-tunnel-background_1017-3793.jpg", imageAlt: "Locked logistics partnership"},
{
id: "p4",
name: "Personalized Career Accelerator",
price: "Locked",
imageSrc: "http://img.b2bpic.net/free-photo/background-with-printed-circuit-board-concept-modern-technologies_169016-62309.jpg",
imageAlt: "Locked career accelerator",
},
id: "p4", name: "Personalized Career Accelerator", price: "Locked", imageSrc: "http://img.b2bpic.net/free-photo/background-with-printed-circuit-board-concept-modern-technologies_169016-62309.jpg", imageAlt: "Locked career accelerator"},
{
id: "p5",
name: "Luxury Travel Package Deal",
price: "Locked",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-talking-phone-while-working-computer-modern-office_482257-32829.jpg",
imageAlt: "Locked travel package",
},
id: "p5", name: "Luxury Travel Package Deal", price: "Locked", imageSrc: "http://img.b2bpic.net/free-photo/businessman-talking-phone-while-working-computer-modern-office_482257-32829.jpg", imageAlt: "Locked travel package"},
{
id: "p6",
name: "Premium E-learning Module",
price: "Locked",
imageSrc: "http://img.b2bpic.net/free-photo/astronaut-hanging-rope-with-stability-ball-doing-exercises-3d-rendering-illustration_460848-10724.jpg",
imageAlt: "Locked e-learning module",
},
id: "p6", name: "Premium E-learning Module", price: "Locked", imageSrc: "http://img.b2bpic.net/free-photo/astronaut-hanging-rope-with-stability-ball-doing-exercises-3d-rendering-illustration_460848-10724.jpg", imageAlt: "Locked e-learning module"},
]}
title="Preview Premium Opportunities"
description="Gain a glimpse into the exclusive opportunities available. Unlock full access by joining BuySmartly and discover what truly awaits."
@@ -342,39 +217,19 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "1.2M+",
title: "Opportunities Listed",
description: "A vast and growing database across all verticals.",
icon: Database,
id: "m1", value: "1.2M+", title: "Opportunities Listed", description: "A vast and growing database across all verticals.", icon: Database,
},
{
id: "m2",
value: "500K+",
title: "Users Onboarded",
description: "A thriving community of smart individuals and businesses.",
icon: Users,
id: "m2", value: "500K+", title: "Users Onboarded", description: "A thriving community of smart individuals and businesses.", icon: Users,
},
{
id: "m3",
value: "150K+",
title: "Requests Submitted",
description: "Actively connecting users to their next big opportunity.",
icon: MessageSquare,
id: "m3", value: "150K+", title: "Requests Submitted", description: "Actively connecting users to their next big opportunity.", icon: MessageSquare,
},
{
id: "m4",
value: "180+",
title: "Countries",
description: "Our platform serves a truly global audience.",
icon: Globe,
id: "m4", value: "180+", title: "Countries", description: "Our platform serves a truly global audience.", icon: Globe,
},
{
id: "m5",
value: "95%",
title: "Satisfaction Rate",
description: "Users consistently rate their experience as excellent.",
icon: ThumbsUp,
id: "m5", value: "95%", title: "Satisfaction Rate", description: "Users consistently rate their experience as excellent.", icon: ThumbsUp,
},
]}
title="Driving Impact & Growth"
@@ -388,59 +243,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Unparalleled Market Access",
quote: "BuySmartly has revolutionized how we identify and capitalize on new market opportunities. The insights are unparalleled. Sourcing new ventures is now effortless and strategic.",
name: "Sarah Chen",
role: "CEO, Innovate Solutions",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-serious-bearded-male-wearing-elegant-suit-dark-background_613910-11332.jpg",
imageAlt: "Sarah Chen, CEO",
},
id: "t1", title: "Unparalleled Market Access", quote: "BuySmartly has revolutionized how we identify and capitalize on new market opportunities. The insights are unparalleled. Sourcing new ventures is now effortless and strategic.", name: "Sarah Chen", role: "CEO, Innovate Solutions", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-serious-bearded-male-wearing-elegant-suit-dark-background_613910-11332.jpg", imageAlt: "Sarah Chen, CEO"},
{
id: "t2",
title: "A Game-Changer for Growth",
quote: "This platform is a game-changer for any business looking to scale. The connections made here are truly invaluable, leading to significant partnerships.",
name: "David Kim",
role: "Founder, Quantum Growth",
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg",
imageAlt: "David Kim, Founder",
},
id: "t2", title: "A Game-Changer for Growth", quote: "This platform is a game-changer for any business looking to scale. The connections made here are truly invaluable, leading to significant partnerships.", name: "David Kim", role: "Founder, Quantum Growth", imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg", imageAlt: "David Kim, Founder"},
{
id: "t3",
title: "Seamless Opportunity Discovery",
quote: "I've never experienced such a streamlined process for discovering and acting on opportunities. It's incredibly efficient and intuitive.",
name: "Emily Rodriguez",
role: "VP Strategy, Global Ventures",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-elegant-male-eyeglasses-dressed-dark-blue-suit-with-bow-tie-grey-vignette-background_613910-15648.jpg",
imageAlt: "Emily Rodriguez, VP Strategy",
},
id: "t3", title: "Seamless Opportunity Discovery", quote: "I've never experienced such a streamlined process for discovering and acting on opportunities. It's incredibly efficient and intuitive.", name: "Emily Rodriguez", role: "VP Strategy, Global Ventures", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-elegant-male-eyeglasses-dressed-dark-blue-suit-with-bow-tie-grey-vignette-background_613910-15648.jpg", imageAlt: "Emily Rodriguez, VP Strategy"},
{
id: "t4",
title: "Essential for Modern Professionals",
quote: "BuySmartly is an essential tool for any modern professional. It provides a competitive edge in a rapidly changing landscape, keeping us ahead.",
name: "Michael Johnson",
role: "CTO, NextGen Tech",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait_1296-491.jpg",
imageAlt: "Michael Johnson, CTO",
},
id: "t4", title: "Essential for Modern Professionals", quote: "BuySmartly is an essential tool for any modern professional. It provides a competitive edge in a rapidly changing landscape, keeping us ahead.", name: "Michael Johnson", role: "CTO, NextGen Tech", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait_1296-491.jpg", imageAlt: "Michael Johnson, CTO"},
{
id: "t5",
title: "Elevating Our Business Strategy",
quote: "The depth of information and the quality of connections on BuySmartly have significantly elevated our business strategy and decision-making.",
name: "Jessica Lee",
role: "Head of Partnerships, Ascent Corp.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-wearing-visor-while-working-touchpad-outdoor-cafe-looking-camera_637285-6570.jpg",
imageAlt: "Jessica Lee, Head of Partnerships",
},
id: "t5", title: "Elevating Our Business Strategy", quote: "The depth of information and the quality of connections on BuySmartly have significantly elevated our business strategy and decision-making.", name: "Jessica Lee", role: "Head of Partnerships, Ascent Corp.", imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-wearing-visor-while-working-touchpad-outdoor-cafe-looking-camera_637285-6570.jpg", imageAlt: "Jessica Lee, Head of Partnerships"},
{
id: "t6",
title: "Future-Proofing Our Investments",
quote: "Identifying emerging trends and securing strategic investments has never been easier. BuySmartly is a crucial partner for future growth.",
name: "Robert Smith",
role: "Chief Investment Officer, WealthForge",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-hipster-male-dressed-suit-sunglasses-dark-grey-background_613910-12487.jpg",
imageAlt: "Robert Smith, Chief Investment Officer",
},
id: "t6", title: "Future-Proofing Our Investments", quote: "Identifying emerging trends and securing strategic investments has never been easier. BuySmartly is a crucial partner for future growth.", name: "Robert Smith", role: "Chief Investment Officer, WealthForge", imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-hipster-male-dressed-suit-sunglasses-dark-grey-background_613910-12487.jpg", imageAlt: "Robert Smith, Chief Investment Officer"},
]}
title="Trusted by Visionaries"
description="Hear from industry leaders and professionals who have transformed their ventures with BuySmartly."
@@ -454,62 +267,25 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "starter",
tag: "Basic Access",
tagIcon: Zap,
price: "$0",
period: "free",
description: "Start your journey with essential search and preview features.",
button: {
text: "Get Started Free",
href: "#",
},
featuresTitle: "Includes:",
features: [
"Limited Opportunity Previews",
"Basic Search Functionality",
"Profile Creation",
],
id: "starter", tag: "Basic Access", tagIcon: Zap,
price: "$0", period: "free", description: "Start your journey with essential search and preview features.", button: {
text: "Get Started Free", href: "#"},
featuresTitle: "Includes:", features: [
"Limited Opportunity Previews", "Basic Search Functionality", "Profile Creation"],
},
{
id: "professional",
tag: "Most Popular",
tagIcon: Star,
price: "$49",
period: "per month",
description: "Ideal for serious professionals seeking expanded access and tools.",
button: {
text: "Upgrade to Pro",
href: "#",
},
featuresTitle: "Everything in Basic, plus:",
features: [
"Full Opportunity Access",
"Advanced Search Filters",
"Direct Connection Requests",
"Basic Messaging System",
"Activity Tracking",
],
id: "professional", tag: "Most Popular", tagIcon: Star,
price: "$49", period: "per month", description: "Ideal for serious professionals seeking expanded access and tools.", button: {
text: "Upgrade to Pro", href: "#"},
featuresTitle: "Everything in Basic, plus:", features: [
"Full Opportunity Access", "Advanced Search Filters", "Direct Connection Requests", "Basic Messaging System", "Activity Tracking"],
},
{
id: "enterprise",
tag: "Ultimate Value",
tagIcon: Crown,
price: "$299",
period: "per month",
description: "For businesses and power users requiring comprehensive features and support.",
button: {
text: "Contact Sales",
href: "#",
},
featuresTitle: "Everything in Pro, plus:",
features: [
"Multi-User Accounts",
"Dedicated Account Manager",
"Premium Analytics & Reporting",
"Business & Provider Registration Tools",
"Priority Support",
],
id: "enterprise", tag: "Ultimate Value", tagIcon: Crown,
price: "$299", period: "per month", description: "For businesses and power users requiring comprehensive features and support.", button: {
text: "Contact Sales", href: "#"},
featuresTitle: "Everything in Pro, plus:", features: [
"Multi-User Accounts", "Dedicated Account Manager", "Premium Analytics & Reporting", "Business & Provider Registration Tools", "Priority Support"],
},
]}
title="Unlock Your Full Potential"
@@ -521,21 +297,16 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "glowing-orb",
}}
variant: "radial-gradient"}}
tag="Your Next Big Move"
tagIcon={Sparkles}
title="Join BuySmartly and unlock powerful opportunities."
description="Become a part of our growing ecosystem. Discover, connect, and execute on opportunities across any industry with unprecedented efficiency."
buttons={[
{
text: "Get Started Today",
href: "#",
},
text: "Get Started Today", href: "#"},
{
text: "Learn More",
href: "#about",
},
text: "Learn More", href: "#about"},
]}
/>
</div>
@@ -549,58 +320,35 @@ export default function LandingPage() {
logoText="BuySmartly"
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{
label: "Home",
href: "#home",
},
label: "Home", href: "#home"},
{
label: "Features",
href: "#features",
},
label: "Features", href: "#features"},
{
label: "Opportunities",
href: "#opportunities",
},
label: "Opportunities", href: "#opportunities"},
{
label: "Membership",
href: "#membership",
},
label: "Membership", href: "#membership"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Contact",
href: "#join",
},
label: "Contact", href: "#join"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Cookie Policy",
href: "#",
},
label: "Cookie Policy", href: "#"},
],
},
]}