import { useId } from 'react'
import { Container } from '@/components/Container'
const features = [
{
name: 'Invest any amount',
description:
'Whether it’s $1 or $1,000,000, we can put your money to work for you.',
icon: DeviceArrowIcon,
},
{
name: 'Build a balanced portfolio',
description:
'Invest in different industries to find the most opportunities to win huge.',
icon: DeviceCardsIcon,
},
{
name: 'Trade in real-time',
description:
'Get insider tips on big stock moves and act on them within seconds.',
icon: DeviceClockIcon,
},
{
name: 'Profit from your network',
description:
'Invite new insiders to get tips faster and beat even other Pocket users.',
icon: DeviceListIcon,
},
{
name: 'Encrypted and anonymized',
description:
'Cutting-edge security technology that even the NSA doesn’t know about keeps you hidden.',
icon: DeviceLockIcon,
},
{
name: 'Portfolio tracking',
description:
'Watch your investments grow exponentially, leaving other investors in the dust.',
icon: DeviceChartIcon,
},
]
function DeviceArrowIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
return (
)
}
function DeviceCardsIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
let id = useId()
return (
)
}
function DeviceClockIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
return (
)
}
function DeviceListIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
return (
)
}
function DeviceLockIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
return (
)
}
function DeviceChartIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
return (
)
}
export function SecondaryFeatures() {
return (
Now is the time to build your portfolio.
With typical market returns, you have to start young to secure your
future. With Pocket, it’s never too late to build your nest egg.