diff --git a/public/global.png b/public/global.png new file mode 100644 index 00000000..66391c63 Binary files /dev/null and b/public/global.png differ diff --git a/public/missionmen.png b/public/missionmen.png new file mode 100644 index 00000000..b8aca83c Binary files /dev/null and b/public/missionmen.png differ diff --git a/src/app/mission/page.jsx b/src/app/mission/page.jsx new file mode 100644 index 00000000..6fb01ae1 --- /dev/null +++ b/src/app/mission/page.jsx @@ -0,0 +1,50 @@ +"use client" +import CustomBtn from "@/components/CustomBtn"; +import DarkBtn from "@/components/DarkBtn"; + +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. +
+
+ +
+ +
+ +
+ + ); +} diff --git a/src/components/Mission.jsx b/src/components/Mission.jsx index 2661934a..e8047bea 100644 --- a/src/components/Mission.jsx +++ b/src/components/Mission.jsx @@ -65,7 +65,7 @@ const Mission = () => {

NetSepio is revolutionizing internet access through the power of DePIN, empowering anyone to set up a VPN node and share their internet bandwidth, thus fostering a network that is both secure and universally accessible. By combining decentralized VPN (ÐVPN) and decentralized Wi-Fi (ÐWi-Fi) technologies, our mission is to make the internet safer, more private, and available to everyone.

- +