diff --git a/src/pages/network/Hero.tsx b/src/pages/network/Hero.tsx index 62cd01b..b08e627 100644 --- a/src/pages/network/Hero.tsx +++ b/src/pages/network/Hero.tsx @@ -76,7 +76,7 @@ function BackgroundIllustration(props: React.ComponentPropsWithoutRef<'div'>) { export function Hero() { return ( -
+
@@ -108,13 +108,13 @@ export function Hero() {
-
- -
+
+ +
Mycelium application demo diff --git a/src/pages/network/NetworkDownload.tsx b/src/pages/network/NetworkDownload.tsx index 85f77c9..587f084 100644 --- a/src/pages/network/NetworkDownload.tsx +++ b/src/pages/network/NetworkDownload.tsx @@ -7,7 +7,7 @@ import windowsIcon from '@/images/windows.svg' import androidIcon from '@/images/android.svg' import linuxIcon from '@/images/linux.svg' -import { CT, CP } from '@/components/Texts' +import { CT, CP, H3, P } from '@/components/Texts' const features = [ { @@ -64,19 +64,11 @@ export function NetworkDownload() { transition={{ duration: 0.5, delay: 0.2 }} className="mt-8 text-lg text-gray-600 lg:leading-8" > - Get Mycelium Network for Android, Windows, macOS, and iOS to securely connect, store, and interact with the decentralized network—seamlessly and efficiently. Not sure how it works?{' '} - - Read the manual. - + Get Mycelium Network for Android, Windows, macOS, and iOS to securely connect, store, and interact with the decentralized network—seamlessly and efficiently.
-
+
{features.map((feature) => (