diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index 357608e..60af5ae 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -1,4 +1,5 @@ import { Button } from '@/components/Button' +import { P, SectionHeader, Small } from '@/components/Texts' import { CirclesBackground } from '@/components/CirclesBackground' import { Container } from '@/components/Container' import { Layout } from '@/components/Layout' @@ -8,13 +9,13 @@ export default function NotFound() { -

404

-

+ 404 + Page not found -

-

+ +

Sorry, we couldn’t find the page you’re looking for. -

+

diff --git a/src/components/About.tsx b/src/components/About.tsx index 727ec5b..eb4750c 100644 --- a/src/components/About.tsx +++ b/src/components/About.tsx @@ -1,4 +1,5 @@ import { AppStoreLink } from '@/components/AppStoreLink' +import { Eyebrow, P, SectionHeader } from '@/components/Texts' import { Button } from '@/components/Button' import { CircleBackground } from '@/components/CircleBackground' import { Container } from '@/components/Container' @@ -14,16 +15,20 @@ export function About() {
-

Our Mission

-

+ Our Mission + Discover Mycelium -

-

- Mycelium is an unbreakable network, always finding the shortest path and providing 100% secure, peer-to-peer communication. But this is just the beginning. -

-

- Our mission is to create a sustainable digital ecosystem where communication is seamless, data is secure, and scalability knows no bounds. -

+ +

+ Mycelium is an unbreakable network, always finding the shortest path and + providing 100% secure, peer-to-peer communication. But this is just + the beginning. +

+

+ Our mission is to create a sustainable digital ecosystem where + communication is seamless, data is secure, and scalability knows no + bounds. +