Unleash the Power of Future Internet
diff --git a/src/components/Mission.jsx b/src/components/Mission.jsx
index e8047bea..03bdd49e 100644
--- a/src/components/Mission.jsx
+++ b/src/components/Mission.jsx
@@ -62,7 +62,7 @@ const Mission = () => {
>
Empowering Connectivity
-
+
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.
@@ -83,10 +83,10 @@ const Mission = () => {
{" "}
- Everyone is a provider and consumer. Welcome to the future.
+ Everyone is a provider and consumer.
Welcome to the future.
diff --git a/src/components/WinSection.jsx b/src/components/WinSection.jsx
index 7f34ca6a..b0a3cb79 100644
--- a/src/components/WinSection.jsx
+++ b/src/components/WinSection.jsx
@@ -6,6 +6,19 @@ import Image from "next/image";
const WinSection = () => {
const { roboto } = useFonts();
+
+ const customStyles = [
+ {background: 'radial-gradient( ellipse at 2.36% 97.72%, rgba(17, 217, 197, 0.3) 0%, rgba(17, 217, 197, 0.3) 100%, rgba(0, 0, 0, 0.3) 100% )'
+ },
+ { background: 'radial-gradient( ellipse at 2.36% 97.72%, rgba(17, 217, 197, 0.3) 0%, rgba(17, 217, 197, 0.3) 100%, rgba(0, 0, 0, 0.3) 100% )'
+ },
+ {
+ background: 'linear-gradient(105.93deg, rgba(17, 217, 197, 0.2) 0.61%, rgba(16, 100, 92, 0.2) 99.6%), radial-gradient(90.47% 109.68% at 90.36% 130.72%, rgba(183, 153, 13, 0.5) 20.5%, rgba(100, 185, 104, 0.25) 60.25%, rgba(17, 217, 195, 0) 100%)',
+
+ },
+ ];
+
+
return (