diff --git a/src/app/mission/page.jsx b/src/app/mission/page.jsx index a9c9e7ec..02387803 100644 --- a/src/app/mission/page.jsx +++ b/src/app/mission/page.jsx @@ -9,76 +9,69 @@ export default function Home() { const banner = { backgroundImage: "linear-gradient(to right, #050B21B2, #050B21B2, #B7990D26, #11D9C54D, #B7990D26, #050B21B2, #050B21B2)", - // "linear-gradient(to right, #050B214D 30%, #322F1C43 26.25%, #5E521739 22.5%, #11D9C54D 30%, #B7990D26 15%, #050B214D 30%)", width: "95vw", }; return ( <> -
-
-

+
+
+

Our Mission -

-

+

+

Pioneering the Future of DePIN -

-

+

+

NetSepio is pioneering the future of internet infrastructure through DePIN. We are on a mission to redefine internet access by building a decentralized, user-centric network that prioritizes security, privacy, and accessibility. We empower enterprises and individuals to contribute to a more equitable digital world by sharing their internet resources, while safeguarding their own online presence and privacy. Through the fusion of decentralized VPN and Wi-Fi technologies, we aim to create a resilient, global network that empowers users and challenges the status quo of centralized internet control. -

-
+

+ -
-
- Secure. Private. Accessible. Internet as It Should Be. -
-
- -
+
+
+ Secure. Private. Accessible. Internet as It Should Be. +
+
+ +
-
-
Join Our Mission. Join the Future.
-
+
+
Join Our Mission. Join the Future.
+
- discord -
Discord
- + target="_blank" + className="hover:scale-110 duration-150 pr-10 pl-6 flex items-center" + href={"https://discordapp.com/invite/5uaFhNpRF6"} + style={{ border: '1px solid #11D9C5', borderRadius:'8px' }} + > + discord +
Discord
+ - - telegram -
Telegram
- -
+ + telegram +
Telegram
+
+
+ +
+ - - ); } diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index 4fe43912..5f77ed9a 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -6,23 +6,24 @@ import Link from "next/link"; const Navbar = () => { return ( -
-
- - Logo +
+
+ + Logo Netsepio -
- {/* */} - -
+
+
+
+ ); };