replace all

This commit is contained in:
2025-09-04 14:29:31 +02:00
parent 6548a6b3d2
commit 375dc77441
7 changed files with 247 additions and 101 deletions

View File

@@ -5,16 +5,16 @@ import { Pricing } from '@/components/Pricing'
import { PrimaryFeatures } from '@/components/PrimaryFeatures' import { PrimaryFeatures } from '@/components/PrimaryFeatures'
import { Reviews } from '@/components/Reviews' import { Reviews } from '@/components/Reviews'
import { SecondaryFeatures } from '@/components/SecondaryFeatures' import { SecondaryFeatures } from '@/components/SecondaryFeatures'
import { Benefits } from '@/components/Benefits'
export default function Home() { export default function Home() {
return ( return (
<> <>
<Hero /> <Hero />
<PrimaryFeatures /> <PrimaryFeatures />
<SecondaryFeatures />
<CallToAction />
<Reviews /> <Reviews />
<Pricing /> <CallToAction />
<SecondaryFeatures />
<Faqs /> <Faqs />
</> </>
) )

View File

@@ -12,11 +12,11 @@ const inter = Inter({
export const metadata: Metadata = { export const metadata: Metadata = {
title: { title: {
template: '%s - Pocket', template: '%s - Mycelium',
default: 'Pocket - Invest at the perfect time.', default: 'Mycelium - Redefining Digital Communication',
}, },
description: description:
'By leveraging insights from our network of industry insiders, youll know exactly when to buy to maximize profit, and exactly when to sell to avoid painful losses.', 'Mycelium is designed to improve how we connect and communicate in the digital world. Its goal is to create a secure, efficient, and scalable digital ecosystem where data flows seamlessly and remains protected.',
} }
export default function RootLayout({ export default function RootLayout({

View File

@@ -0,0 +1,72 @@
const features = [
{
name: 'Communication & Collaboration',
description:
'Encrypted voice/video calls. Self-hosted messaging systems. Secure document collaboration. Private file sharing between trusted nodes. Secure remote work collaboration.',
},
{
name: 'Cloud & Infrastructure',
description: `Private cloud computing resources
Virtual private networks (VPNs)
Secure backup systems
Remote system administration`,
},
{
name: 'IoT & Networks',
description: `Secure IoT device networks
Private DNS systems.`,
},
{
name: 'Media & Content',
description: `Private media streaming
Protected content distribution
Personal cloud storage
Secure game servers.`,
},
{
name: 'Development & Services',
description: `Self-hosted web services
Personal email servers
Private git repositories`,
},
{
name: 'Security & Privacy Layers',
description: `Encrypted network for all devices
End-to-end privacy across applications`,
},
]
export function Benefits() {
return (
<div className="bg-white py-24 sm:py-32 dark:bg-gray-900">
<div className="mx-auto max-w-7xl px-6 lg:px-8">
<div className="mx-auto max-w-5xl lg:mx-0">
<h2 className="text-3xl font-medium tracking-tight text-gray-900">
Powering Secure & Decentralized Connectivity
</h2>
<p className="mt-6 text-lg text-gray-600">
Mycelium, a key component of the ThreeFold Grid, can be installed on any computer (macOS, Linux, Windows) and smartphone (iOS, Android). With seamless integration, it enables secure and private communication across devices.
</p>
<p className="mt-6 text-lg text-gray-600">
The ThreeFold Dashboard offers dozens of applications with built-in Mycelium support, making it easy to deploy and utilize. Once installed, Mycelium provides a secure, encrypted network for a wide range of use cases, from private communication to decentralized infrastructure.
</p>
</div>
<ul className="mx-auto mt-16 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 text-base/7 sm:grid-cols-2 lg:mx-0 lg:max-w-none lg:grid-cols-3">
{features.map((feature) => (
<li
key={feature.name}
className="rounded-2xl border border-gray-200 p-8 dark:border-gray-700"
>
<h3 className="mt-6 font-semibold text-gray-900 dark:text-white">{feature.name}</h3>
<ul className="mt-2 text-gray-700 dark:text-gray-400 list-disc list-inside">
{feature.description.replace(/\.\s+/g, '\n').split('\n').filter((item: string) => item.trim()).map((item: string, index: number) => (
<li key={index} className="text-sm">{item.trim()}</li>
))}
</ul>
</li>
))}
</ul>
</div>
</div>
)
}

View File

@@ -3,53 +3,48 @@ import { Container } from '@/components/Container'
const faqs = [ const faqs = [
[ [
{ {
question: 'How do I know the tips are good?', question: 'What is Mycelium?',
answer: answer:
'Our whole business depends on our tips being good, so its in our best interest that they are. The results of our customers speak for themselves, just trust us.', 'Mycelium is an end-to-end encrypted IPv6 overlay network written in Rust. Each node joining the network receives an IP in the 400::/7 range, facilitating secure and private communications.',
}, },
{ {
question: 'Isnt this insider trading?', question: 'Is mycelium ready to scale to the world?',
answer: answer:
'Yes exactly. But at scale! Historically you could only make insider trades with knowledge from your direct network. Pocket brings you insider trading tips from people you dont even know.', 'No, Mycelium is not yet fully scalable to a global level. Currently, each network can support around 100,000 users, but multiple networks can be deployed to expand capacity. We anticipate resolving these scalability challenges by 2025.',
}, },
{ {
question: 'But isnt insider trading illegal?', question: 'How do I install Mycelium?',
answer: answer:
'Heres the thing: youre the one doing the insider trading, not us. Were just giving you the tips and some tools to make trades. Were not doing anything wrong here.', 'The Mycelium app supports iOS, macOS, Android and Windows. For Linux, a binary is available. Installation guides are available for both local machines and virtual machines running on the TFGrid. Note that Windows users need to have wintun.dll in the same directory as the Mycelium executable.',
}, },
], ],
[ [
{ {
question: 'Do the people giving you tips realize what they are doing?', question: 'How can I find and use my Mycelium address?',
answer: answer:
'Again I would argue this isnt really our responsibility. People make their own choices. If they dont research the consequences thats on them, not on us.', 'Upon using the Mycelium app, you\'re assigned a unique Mycelium address. To copy this address, click the button located to the right of the displayed address in the app interface.',
}, },
{ {
question: 'Where is Pocket based?', question: 'Can I deploy workloads on the TFGrid using Mycelium?',
answer: answer:
'Lets just say its not somewhere where the SEC is going to find us.', 'Yes, after installing Mycelium, you can deploy workloads on the TFGrid and connect to them using the Mycelium network. Detailed deployment guides are available in the documentation.',
}, },
{ {
question: 'Is there any age limit to trading on Pocket?', question: 'Is there an API available for Mycelium?',
answer: answer:
'For our free plan, the age limit is based on the minimum age to trade in your country of residence. Our VIP plan uses advanced transaction anonymization though, so you can use that plan even if youre 9 years old. Or a dog.', 'Yes, Mycelium offers an API for administrative operations, peer management, and message subsystem operations. Comprehensive API documentation can be found in the official Mycelium GitHub repository.',
}, },
], ],
[ [
{ {
question: 'How did you get this on the App Store?', question: 'What should I do if I encounter issues during installation or usage?',
answer: answer:
'Honestly we were surprised too, but eventually we found out that the app reviewer found the app so compelling they approved it just so they could use it themselves.', 'If you face any challenges, refer to the troubleshooting section in the Mycelium documentation. Additionally, ensure that all prerequisites are met, such as having wintun.dll in the correct directory for Windows installations.',
}, },
{ {
question: 'How do I explain the money I withdraw from Pocket to the IRS?', question: 'How does Mycelium handle routing within its network?',
answer: answer:
'This feels like one-hundred percent a you problem. Pocket is not responsible in any way for your tax returns.', 'Mycelium incorporates core principles of the Babel routing protocol, enabling efficient and dynamic routing within its encrypted IPv6 overlay network.',
},
{
question: 'How do I become an insider?',
answer:
'Contact us with some details about your industry and the type of access you have to apply for an insider account. Once approved, well send you a guide on collecting insider information without being detected at work.',
}, },
], ],
] ]

View File

@@ -37,23 +37,23 @@ interface CustomAnimationProps {
const features = [ const features = [
{ {
name: 'Invite friends for better returns', name: 'Decentralized Nodes',
description: description:
'For every friend you invite to Pocket, you get insider notifications 5 seconds sooner. And its 10 seconds if you invite an insider.', "Mycelium operates through a network of decentralized nodes, similar to how nature's mycelium forms a decentralized network of threads. Each node acts as a connection point in the overall digital ecosystem.",
icon: DeviceUserIcon, icon: DeviceUserIcon,
screen: InviteScreen, screen: InviteScreen,
}, },
{ {
name: 'Notifications on stock dips', name: 'Efficient Data Routing',
description: description:
'Get a push notification every time we find out something thats going to lower the share price on your holdings so you can sell before the information hits the public markets.', 'Mycelium optimizes data routing by choosing the most efficient path for communication. Data travels along the shortest path in terms of latency, ensuring that information reaches its destination swiftly.',
icon: DeviceNotificationIcon, icon: DeviceNotificationIcon,
screen: StocksScreen, screen: StocksScreen,
}, },
{ {
name: 'Invest what you want', name: 'End-to-End Encryption',
description: description:
'We hide your stock purchases behind thousands of anonymous trading accounts, so suspicious activity can never be traced back to you.', 'Each node in the system is identified by a unique key pair. Data between nodes is encrypted using secret keys derived from these pairs. This ensures that data remains confidential, enhancing the privacy of the network.',
icon: DeviceTouchIcon, icon: DeviceTouchIcon,
screen: InvestScreen, screen: InvestScreen,
}, },
@@ -577,13 +577,13 @@ export function PrimaryFeatures() {
<Container> <Container>
<div className="mx-auto max-w-2xl lg:mx-0 lg:max-w-3xl"> <div className="mx-auto max-w-2xl lg:mx-0 lg:max-w-3xl">
<h2 className="text-3xl font-medium tracking-tight text-white"> <h2 className="text-3xl font-medium tracking-tight text-white">
Every feature you need to win. Try it for yourself. Discover Mycelium
</h2> </h2>
<p className="mt-2 text-lg text-gray-400"> <p className="mt-6 text-lg text-gray-300">
Pocket was built for investors like you who play by their own rules Mycelium is an unbreakable network, always finding the shortest path and providing 100% secure, peer-to-peer communication. But this is just the beginning.
and arent going to let SEC regulations get in the way of their </p>
dreams. If other investing tools are afraid to build it, Pocket has <p className="mt-6 text-lg text-gray-300">
it. Our mission is to create a sustainable digital ecosystem where communication is seamless, data is secure, and scalability knows no bounds.
</p> </p>
</div> </div>
</Container> </Container>

View File

@@ -1,8 +1,25 @@
'use client' 'use client'
import { useEffect, useMemo, useRef, useState } from 'react' import React, { useEffect, useMemo, useRef, useState } from 'react'
import clsx from 'clsx' import clsx from 'clsx'
import { useInView } from 'framer-motion' import { useInView } from 'framer-motion'
import {
ArchiveBoxIcon,
ChatBubbleBottomCenterIcon,
CloudIcon,
CodeBracketIcon,
ComputerDesktopIcon,
CpuChipIcon,
DocumentIcon,
EnvelopeIcon,
GlobeAltIcon,
GlobeAmericasIcon,
PlayCircleIcon,
ShareIcon,
EyeSlashIcon,
UserGroupIcon,
VideoCameraIcon,
} from '@heroicons/react/24/solid'
import { Container } from '@/components/Container' import { Container } from '@/components/Container'
@@ -15,86 +32,127 @@ interface Review {
const reviews: Array<Review> = [ const reviews: Array<Review> = [
{ {
title: 'It really works.', title: 'Secure remote work collaboration.',
body: 'I downloaded Pocket today and turned $5000 into $25,000 in half an hour.', body: 'Mycelium provides a secure, encrypted network for a wide range of use cases, from private communication to decentralized infrastructure.',
author: 'CrazyInvestor', author: 'CrazyInvestor',
rating: 5, rating: 5,
}, },
{ {
title: 'You need this app.', title: 'Private file sharing between trusted nodes.',
body: 'I didnt understand the stock market at all before Pocket. I still dont, but at least Im rich now.', body: 'Mycelium enables private file sharing between trusted nodes, ensuring that sensitive information remains confidential and secure.',
author: 'CluelessButRich', author: 'CluelessButRich',
rating: 5, rating: 5,
}, },
{ {
title: 'This shouldnt be legal.', title: 'Encrypted voice/video calls.',
body: 'Pocket makes it so easy to win big in the stock market that I cant believe its actually legal.', body: 'Mycelium enables secure voice and video calls between users, ensuring that conversations remain private and protected from eavesdropping.',
author: 'LivingDaDream', author: 'LivingDaDream',
rating: 5, rating: 5,
}, },
{ {
title: 'Screw financial advisors.', title: 'Self-hosted messaging systems.',
body: 'I barely made any money investing in mutual funds. With Pocket, Im doubling my net-worth every single month.', body: 'Mycelium allows users to create their own self-hosted messaging systems, ensuring complete control over their communications.',
author: 'JordanBelfort1962', author: 'JordanBelfort1962',
rating: 5, rating: 5,
}, },
{ {
title: 'I love it!', title: 'Secure document collaboration.',
body: 'I started providing insider information myself and now I get new insider tips every 5 minutes. I dont even have time to act on all of them. New Lamborghini is being delivered next week!', body: 'Mycelium enables secure document collaboration between users, ensuring that sensitive information remains confidential and protected.',
author: 'MrBurns', author: 'MrBurns',
rating: 5, rating: 5,
}, },
{ {
title: 'Too good to be true.', title: 'Private cloud computing resources.',
body: 'I was making money so fast with Pocket that it felt like a scam. But I sold my shares and withdrew the money and its really there, right in my bank account. This app is crazy!', body: 'Mycelium provides private cloud computing resources, allowing users to run their applications in a secure and isolated environment.',
author: 'LazyRich99', author: 'LazyRich99',
rating: 5, rating: 5,
}, },
{ {
title: 'Wish I could give 6 stars', title: 'Secure IoT device networks.',
body: 'This is literally the most important app you will ever download in your life. Get on this before its so popular that everyone else is getting these tips too.', body: 'Mycelium provides secure IoT device networks, ensuring that all connected devices can communicate privately and securely.',
author: 'SarahLuvzCash', author: 'SarahLuvzCash',
rating: 5, rating: 5,
}, },
{ {
title: 'Bought an island.', title: 'Remote system administration.',
body: 'Yeah, you read that right. Want your own island too? Get Pocket.', body: 'Mycelium enables secure remote system administration, allowing users to manage their systems from anywhere without compromising security.',
author: 'ScroogeMcduck', author: 'ScroogeMcduck',
rating: 5, rating: 5,
}, },
{ {
title: 'No more debt!', title: 'Virtual private networks (VPNs).',
body: 'After 2 weeks of trading on Pocket I was debt-free. Why did I even go to school at all when Pocket exists?', body: 'Mycelium enables the creation of virtual private networks (VPNs), allowing users to securely connect to remote networks and access resources without compromising their privacy.',
author: 'BruceWayne', author: 'BruceWayne',
rating: 5, rating: 5,
}, },
{ {
title: 'Im 13 and Im rich.', title: 'Secure backup systems.',
body: 'I love that with Pockets transaction anonymization I could sign up and start trading when I was 12 years old. I had a million dollars before I had armpit hair!', body: 'Mycelium provides secure backup systems, ensuring that users can easily and safely back up their important data without the risk of unauthorized access.',
author: 'RichieRich', author: 'RichieRich',
rating: 5, rating: 5,
}, },
{ {
title: 'Started an investment firm.', title: 'Self-hosted web services.',
body: 'I charge clients a 3% management fee and just throw all their investments into Pocket. Easy money!', body: 'Mycelium allows users to create their own self-hosted web services, ensuring complete control over their data and applications.',
author: 'TheCountOfMonteChristo', author: 'TheCountOfMonteChristo',
rating: 5, rating: 5,
}, },
{ {
title: 'Its like a superpower.', title: 'Private file sharing between trusted nodes.',
body: 'Every tip Pocket has sent me has paid off. Its like playing Blackjack but knowing exactly what card is coming next!', body: 'Mycelium enables private file sharing between trusted nodes, ensuring that sensitive information remains confidential and secure.',
author: 'ClarkKent', author: 'ClarkKent',
rating: 5, rating: 5,
}, },
{ {
title: 'Quit my job.', title: 'Private DNS systems.',
body: 'I downloaded Pocket three days ago and quit my job today. I cant believe no one else thought to build a stock trading app that works this way!', body: 'Mycelium enables the creation of private DNS systems, allowing users to maintain control over their domain name resolution and protect their privacy.',
author: 'GeorgeCostanza', author: 'GeorgeCostanza',
rating: 5, rating: 5,
}, },
{ {
title: 'Dont download this app', title: 'Personal email servers.',
body: 'Unless you want to have the best life ever! I am literally writing this from a yacht.', body: 'Mycelium allows users to create their own personal email servers, ensuring complete control over their communications and data.',
author: 'JeffBezos',
rating: 5,
},
{
title: 'Secure document collaboration.',
body: 'Mycelium enables secure document collaboration between users, ensuring that sensitive information remains confidential and protected.',
author: 'JeffBezos',
rating: 5,
},
{
title: 'Private media streaming.',
body: 'Mycelium enables private media streaming between users, ensuring that sensitive content remains confidential and protected.',
author: 'JeffBezos',
rating: 5,
},
{
title: 'Personal cloud storage.',
body: 'Mycelium allows users to create their own personal cloud storage solutions, ensuring complete control over their data and privacy.',
author: 'JeffBezos',
rating: 5,
},
{
title: 'Personal email servers.',
body: 'Mycelium allows users to create their own personal email servers, ensuring complete control over their communications and data.',
author: 'JeffBezos',
rating: 5,
},
{
title: 'Protected content distribution.',
body: 'Mycelium enables protected content distribution, allowing users to securely share and distribute sensitive information without compromising its confidentiality.',
author: 'JeffBezos',
rating: 5,
},
{
title: 'Secure game servers.',
body: 'Mycelium enables the creation of secure game servers, allowing users to host and manage their own gaming environments with complete control over their data and privacy.',
author: 'JeffBezos',
rating: 5,
}, {
title: 'Private git repositories.',
body: 'Mycelium enables the creation of private git repositories, allowing users to host and manage their own version control systems with complete control over their data and privacy.',
author: 'JeffBezos', author: 'JeffBezos',
rating: 5, rating: 5,
}, },
@@ -124,6 +182,28 @@ function StarRating({ rating }: { rating: Review['rating'] }) {
) )
} }
function getReviewIcon(title: string) {
if (title.toLowerCase().includes('collaboration')) return UserGroupIcon;
if (title.toLowerCase().includes('file sharing')) return ShareIcon;
if (title.toLowerCase().includes('voice') || title.toLowerCase().includes('video')) return VideoCameraIcon;
if (title.toLowerCase().includes('messaging')) return ChatBubbleBottomCenterIcon;
if (title.toLowerCase().includes('document')) return DocumentIcon;
if (title.toLowerCase().includes('cloud')) return CloudIcon;
if (title.toLowerCase().includes('iot')) return CpuChipIcon;
if (title.toLowerCase().includes('administration')) return ComputerDesktopIcon;
if (title.toLowerCase().includes('vpn')) return GlobeAmericasIcon;
if (title.toLowerCase().includes('backup')) return ArchiveBoxIcon;
if (title.toLowerCase().includes('web services')) return GlobeAltIcon;
if (title.toLowerCase().includes('dns')) return GlobeAmericasIcon;
if (title.toLowerCase().includes('email')) return EnvelopeIcon;
if (title.toLowerCase().includes('media streaming') || title.toLowerCase().includes('streaming')) return PlayCircleIcon;
if (title.toLowerCase().includes('storage')) return CloudIcon;
if (title.toLowerCase().includes('distribution')) return EyeSlashIcon;
if (title.toLowerCase().includes('game')) return ComputerDesktopIcon;
if (title.toLowerCase().includes('git')) return CodeBracketIcon;
return ComputerDesktopIcon; // default
}
function Review({ function Review({
title, title,
body, body,
@@ -149,15 +229,13 @@ function Review({
{...props} {...props}
> >
<blockquote className="text-gray-900"> <blockquote className="text-gray-900">
<StarRating rating={rating} /> {React.createElement(getReviewIcon(title), { className: "h-6 w-6 text-gray-700 mb-2" })}
<p className="mt-4 text-lg/6 font-semibold before:content-['“'] after:content-['”']"> <p className="mt-4 text-lg/6 font-semibold">
{title} {title}
</p> </p>
<p className="mt-3 text-base/7">{body}</p> <p className="mt-3 text-sm text-gray-600">{body}</p>
</blockquote> </blockquote>
<figcaption className="mt-3 text-sm text-gray-600 before:content-['_']">
{author}
</figcaption>
</figure> </figure>
) )
} }
@@ -277,16 +355,18 @@ export function Reviews() {
aria-labelledby="reviews-title" aria-labelledby="reviews-title"
className="pt-20 pb-16 sm:pt-32 sm:pb-24" className="pt-20 pb-16 sm:pt-32 sm:pb-24"
> >
<Container> <Container className=''>
<div className="mx-auto max-w-2xl lg:max-w-5xl">
<h2 <h2
id="reviews-title" id="reviews-title"
className="text-3xl font-medium tracking-tight text-gray-900 sm:text-center" className="text-3xl font-medium tracking-tight text-gray-900 sm:text-center"
> >
Everyone is changing their life with Pocket. Powering Secure & Decentralized Connectivity
</h2> </h2>
<p className="mt-2 text-lg text-gray-600 sm:text-center"> <p className="mt-6 text-lg text-gray-600 sm:text-center">
Thousands of people have doubled their net-worth in the last 30 days. The ThreeFold Dashboard offers dozens of applications with built-in Mycelium support, making it easy to deploy and utilize. Once installed, Mycelium provides a secure, encrypted network for a wide range of use cases, from private communication to decentralized infrastructure.
</p> </p>
</div>
<ReviewGrid /> <ReviewGrid />
</Container> </Container>
</section> </section>

View File

@@ -4,39 +4,39 @@ import { Container } from '@/components/Container'
const features = [ const features = [
{ {
name: 'Invest any amount', name: 'Quantum Safe Storage Functionality',
description: description:
'Whether its $1 or $1,000,000, we can put your money to work for you.', "Mycelium's quantum safe storage enables flexible, scalable, and efficient data distribution across a decentralized network, ensuring redundancy and security.",
icon: DeviceArrowIcon, icon: DeviceArrowIcon,
}, },
{ {
name: 'Build a balanced portfolio', name: 'Entry and Exit Points for AI Workloads',
description: description:
'Invest in different industries to find the most opportunities to win huge.', 'Seamlessly connect AI applications to Mycelium, providing optimized and secured data pipelines for training, inference, and real-time processing.',
icon: DeviceCardsIcon, icon: DeviceCardsIcon,
}, },
{ {
name: 'Trade in real-time', name: 'Data Storage and Retrieval Mechanisms',
description: description:
'Get insider tips on big stock moves and act on them within seconds.', 'Users can choose between storing data locally for quick access or utilizing the distributed grid for enhanced scalability and resilience.',
icon: DeviceClockIcon, icon: DeviceClockIcon,
}, },
{ {
name: 'Profit from your network', name: 'Integrated Name Services (DNS)',
description: description:
'Invite new insiders to get tips faster and beat even other Pocket users.', 'The Integrated DNS system efficiently finds the shortest path between users and websites, automatically balancing loads and identifying alternative routes in case of internet issues.',
icon: DeviceListIcon, icon: DeviceListIcon,
}, },
{ {
name: 'Encrypted and anonymized', name: 'Frontend/Backend Integration',
description: description:
'Cutting-edge security technology that even the NSA doesnt know about keeps you hidden.', 'Mycelium provides seamless integration with existing applications, enabling developers to leverage decentralized storage across both frontend and backend architectures.',
icon: DeviceLockIcon, icon: DeviceLockIcon,
}, },
{ {
name: 'Portfolio tracking', name: 'CDN (Content Delivery Network)',
description: description:
'Watch your investments grow exponentially, leaving other investors in the dust.', 'Mycelium accelerates data distribution by acting as a decentralized CDN, ensuring fast, secure, and efficient content delivery across global nodes with minimal latency.',
icon: DeviceChartIcon, icon: DeviceChartIcon,
}, },
] ]
@@ -194,13 +194,12 @@ export function SecondaryFeatures() {
className="py-20 sm:py-32" className="py-20 sm:py-32"
> >
<Container> <Container>
<div className="mx-auto max-w-2xl sm:text-center"> <div className="mx-auto max-w-4xl sm:text-center">
<h2 className="text-3xl font-medium tracking-tight text-gray-900"> <h2 className="text-3xl font-medium tracking-tight text-gray-900">
Now is the time to build your portfolio. Coming Soon: The Future of Mycelium
</h2> </h2>
<p className="mt-2 text-lg text-gray-600"> <p className="mt-6 text-lg text-gray-600">
With typical market returns, you have to start young to secure your Mycelium is evolving to bring even more powerful decentralized features, designed to enhance your experience and expand possibilities. Be the first to explore what's coming next by staying connected with our latest updates.
future. With Pocket, its never too late to build your nest egg.
</p> </p>
</div> </div>
<ul <ul