Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Jul 25, 2024
1 parent f327aa8 commit 68aa877
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
Binary file modified public/images/win1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/win2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/win3.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ export default function Home() {
ÐWifi Revolutionizing Wireless Access
</h2>
<p className="text-primary text-2xl leading-tight text-center">
Share unused bandwidth, turning each participant
Share unused bandwidth turns each participant
<br />
into both a provider and consumer.
</p>
<CustomBtn
title="Coming Soon"
link="https://sotreus.com/"
width="w-[140px] bg-[#040A2080] text-white lg:w-[191px]"
link="#"
width="w-[140px] bg-[#00000080] text-white lg:w-[191px]"
disabled
/>
</div>
Expand Down Expand Up @@ -134,7 +134,7 @@ export default function Home() {
className="text-black py-2 px-14 rounded-full bg-white text-lg"
// style={{backgroundImage: 'linear-gradient(#FFFFFF00, #0099FF)'}}
>
<Link href="https://discord.com/invite/5uaFhNpRF6" target="_blank" rel="noopener noreferrer">
<Link href="https://netsepio.substack.com/" target="_blank" rel="noopener noreferrer">
Subscribe
</Link>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Cuttingedge.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ const Cuttingedge = () => {

<div className='flex lg:flex-row md:flex-row flex-col'>
<div className='w-1/3 p-20' style={{border:'0.5px solid #11D9C5'}}>
<h1 className='text-3xl mb-20'>Blockchain</h1>
<h1 className='text-3xl mb-10'>Blockchain</h1>
<p>NetSepio builds on blockchain technology, a secure digital ledger, for trustworthy data storage and verifiable transactions. This forms the foundation for a reliable and secure internet. </p>
</div>
<div className='w-1/3 p-20' style={{border:'0.5px solid #11D9C5'}}>
<h1 className='text-3xl mb-10'>Decentralized Identifier (DID)</h1>
<p>Unlike traditional identifiers, DIDs empower each node with complete control over its unique identity in public network. This fosters a secure and transparent network environment, where users can trust the authenticity of the nodes they connect to.</p>
</div>
<div className='w-1/3 p-20' style={{border:'0.5px solid #11D9C5'}}>
<h1 className='text-3xl mb-20'>ZK Proofs</h1>
<h1 className='text-3xl mb-10'>ZK Proofs</h1>
<p>This innovative technology allows you to prove you possess certain information without revealing the information itself. This ensures privacy while maintaining security and trust within the decentralized network. </p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Partners.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Partners = () => {

<div className='flex justify-between items-center'>
<img src="/akindo.png" className="w-1/4 px-24 py-4"/>
<img src="/numa.png" className="w-1/4 px-24 -mt-40 -ml-40 py-4"/>
<img src="/Numa.png" className="w-1/4 px-24 -mt-40 -ml-40 py-4"/>
<img src="/aptos.png" className="w-1/4 px-24 -ml-40 py-4"/>
<img src="/ipfs.png" className="w-1/4 px-24 mr-20 py-4"/>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/components/WinSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ const WinSection = () => {
<Image
src={`/images/${item.image}.jpeg`}
alt='pic'
className='object-cover overflow-clip mb-6'
className='object-cover overflow-clip mb-6 rounded-xl'
width={400}
height={320}
/>
<h4 className='mb-[10px] text-white text-[22px] text-center'>{item.title}</h4>
<p className='text-sm font-thin text-white'>{item.desc}</p>
<h4 className='mb-[10px] text-white text-[22px] text-center w-[80%] mx-auto'>{item.title}</h4>
<p className='text-[17px] font-thin text-white'>{item.desc}</p>
</div>
);
})}
Expand Down
2 changes: 1 addition & 1 deletion src/utils/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const cardDetails = [
{
image: "pix_4",
title: "Mobile App",
link: "erebrus",
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.",
Expand Down

0 comments on commit 68aa877

Please sign in to comment.