Skip to content

Commit

Permalink
success img ui
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Jul 25, 2024
1 parent 68aa877 commit 20aeabf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file added public/Google.png
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/road.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const Hero = () => {
<h3 className=' text-3xl lg:text-[58px] max-w-[100%] leading-tight text-white'>
No More Gatekeepers, Only Gateways
</h3>
<p className='text-lg lg:text-xl md:text-xl max-w-[100%] lg:max-w-[50%] leading-tight text-white mt-10'>
NetSepio secures your last mile, unlocks a borderless web.
<p className='text-lg lg:text-xl md:text-xl max-w-[100%] leading-tight text-white mt-10'>
NetSepio secures your last mile, unlocks a borderless web. <br></br>
Explore the future, together.</p>
<div className='flex items-center mt-[60px] gap-[26px]'>
<CustomBtn link='https://app.netsepio.com' title={"Explore Webapp"} />
Expand Down
2 changes: 1 addition & 1 deletion src/components/Partners.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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="/aptos.png" className="w-1/4 px-24 -ml-40 py-4"/>
<img src="/Google.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/SuccessRoad.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import React from 'react'

const SuccessRoad = () => {
return (
<div className=''>
<div className='w-[100%]'>
<div className='text-5xl mt-60 pl-[10%]'>Road to Success</div>
<div className='-ml-[32%] -mt-[10%]'>
<img src="/road.png"/>
<div className='-mt-[10%] flex justify-center w-full'>
<img src="/road.png" className="w-full object-cover"/>
</div>
</div>
)
Expand Down

0 comments on commit 20aeabf

Please sign in to comment.