diff --git a/src/app/page.jsx b/src/app/page.jsx index 57d312ae..398b3dd2 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -84,7 +84,7 @@ export default function Home() { -
ÐWi-Fi Revolutionizing Wireless Access -

+

Share unused bandwidth turns each participant
into both a provider and consumer. @@ -101,7 +101,7 @@ export default function Home() { diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index c089fb03..11a528eb 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -25,6 +25,7 @@ const Hero = () => { {/* Conic Gradient */}

+ {/* Hero Text */}

@@ -66,7 +67,7 @@ const Hero = () => {
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 (
{ return (
pic diff --git a/src/components/winners.jsx b/src/components/winners.jsx index f5d12fa6..31d02faf 100644 --- a/src/components/winners.jsx +++ b/src/components/winners.jsx @@ -21,7 +21,7 @@ const WinnersPage = () => {

Join the Winners!

-
{achievements.map((item, index) => ( diff --git a/src/utils/data.js b/src/utils/data.js index ae25e6fa..f3600734 100644 --- a/src/utils/data.js +++ b/src/utils/data.js @@ -25,8 +25,8 @@ export const cardDetails = [ { image: "pix_4", title: "Mobile App", - link: "#", - button: "Coming soon", + link: "https://drive.google.com/file/d/1jdkqwIXY825iG3shRRoFyg5SMGy6LN8J/view?usp=drive_link", + button: "Download now", desc: "Empower your online activity with our Erebrus mobile app for secure, private and accessible network. We utilize NFTs for robust privacy and decentralization.", },