Skip to content

Commit

Permalink
Update: Hero Section Content
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavvvvv committed Oct 30, 2024
1 parent f9b4238 commit 380292a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions src/app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ export default function Home() {
return (
<>
<main className='flex flex-col items-center justify-between'>
<Link href='/nodeform'>
<div
<a href="https://docs.google.com/forms/d/1YJ6xhno0EyqSb6vZx0AisFv4D05ocx4Ufb9QKe1X3as/viewform?edit_requested=true" target="_blank" rel="noopener noreferrer">
<div
style={banner}
className='py-3 text-xs md:text-base text-gray-300 text-center'
>
Become a Node Runner and Earn Triple Rewards,&nbsp;
Join the movement and earn rewards,&nbsp;
<span
className='text-bold'
style={{
Expand All @@ -67,10 +67,10 @@ export default function Home() {
color: "#11D9C5",
}}
>
Join waitlist &nbsp;&#10138;
sign up here &nbsp;&#10138;
</span>
</div>
</Link>
</a>
</main>
<main className='flex min-h-screen bg-primary flex-col items-center justify-between'>
<Hero />
Expand Down
6 changes: 3 additions & 3 deletions src/components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ const Hero = () => {
{/* Hero Text */}
<div className='z-20 absolut lg:relative bottom-10 lg:bottom-0 lg:mx-[80px] md:mx-[80px] mx-[30px]'>
<h3 className='text-3xl lg:text-[58px] max-w-[100%] leading-tight text-white'>
No More Gatekeepers, Only Gateways
Pioneering Social DePIN
</h3>
<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>
NetSepio puts the power back to the people by providing a secure, private and uncensored decentralized internet protocol.
</p>
<div className='flex items-center mt-[60px] gap-[26px]'>
<CustomBtn link='https://app.netsepio.com' title={"Explore Webapp"} />
<DarkBtn
Expand Down

0 comments on commit 380292a

Please sign in to comment.