Skip to content

Commit

Permalink
feat: update(1) landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
tawfiqealahi committed Dec 25, 2024
1 parent 6736e13 commit a7c8c03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions web/src/components/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Hero: React.FC<Props> = () => {
</div>

<div>
<p>Available on the </p>
<p className='text-[.6rem] font-[400]'>Available on the </p>
<h1>Apple Store</h1></div>
</Button>
</Link>
Expand All @@ -40,8 +40,8 @@ const Hero: React.FC<Props> = () => {
</div>

<div>
<p>Available on the </p>
<h1>Apple Store</h1>
<p className='text-[.6rem] font-[400]'>Get It On </p>
<h1>Google Play</h1>
</div>
</Button>
</Link>
Expand Down
4 changes: 2 additions & 2 deletions web/src/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const Navbar = () => {
</DropdownMenu>

<div className=' hidden lg:inline'>
<Link to=''> <Button className=' lg:mt-5 bg-[#F37172]' variant="outline">Sign up</Button> </Link>
<Link to=''> <Button className=' lg:mt-5 bg-[#F37172]' variant="outline">Log in</Button> </Link>
<Link to=''> <Button className=' lg:mt-5 text-white font-semibold bg-[#F37172]' variant="outline">Sign up</Button> </Link>
<Link to=''> <Button className=' lg:mt-5 text-white font-semibold bg-[#F37172]' variant="outline">Log in</Button> </Link>

</div>

Expand Down

0 comments on commit a7c8c03

Please sign in to comment.