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

@@ -37,23 +37,23 @@ interface CustomAnimationProps {
const features = [
{
name: 'Invite friends for better returns',
name: 'Decentralized Nodes',
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,
screen: InviteScreen,
},
{
name: 'Notifications on stock dips',
name: 'Efficient Data Routing',
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,
screen: StocksScreen,
},
{
name: 'Invest what you want',
name: 'End-to-End Encryption',
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,
screen: InvestScreen,
},
@@ -577,13 +577,13 @@ export function PrimaryFeatures() {
<Container>
<div className="mx-auto max-w-2xl lg:mx-0 lg:max-w-3xl">
<h2 className="text-3xl font-medium tracking-tight text-white">
Every feature you need to win. Try it for yourself.
Discover Mycelium
</h2>
<p className="mt-2 text-lg text-gray-400">
Pocket was built for investors like you who play by their own rules
and arent going to let SEC regulations get in the way of their
dreams. If other investing tools are afraid to build it, Pocket has
it.
<p className="mt-6 text-lg text-gray-300">
Mycelium is an unbreakable network, always finding the shortest path and providing 100% secure, peer-to-peer communication. But this is just the beginning.
</p>
<p className="mt-6 text-lg text-gray-300">
Our mission is to create a sustainable digital ecosystem where communication is seamless, data is secure, and scalability knows no bounds.
</p>
</div>
</Container>