Skip to content

Commit

Permalink
feat: hero reference to meme stream
Browse files Browse the repository at this point in the history
  • Loading branch information
micksabox committed Apr 1, 2024
1 parent 53d7483 commit 63a0020
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/components/hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,25 @@ export const Hero = () => {
</h1>
<p className="mb-4">Open source tools and tech for the anti-fungal NAC protocol.</p>
<div className="mx-auto flex max-w-sm flex-col gap-2">
<Button className="font-semiboldn bg-cyan py-6 text-lg" size={'lg'} asChild>
<Button className="bg-cyan py-6 text-lg font-semibold" size={'lg'} asChild>
<Link to="/tracker">
<ListTodo className="mr-2" />
Regimen Tracker
{/* {t('get-started')} */}
</Link>
</Button>
<Button className="font-semiboldn py-6 text-lg" size={'lg'} asChild>
<Button className="py-6 text-lg font-semibold" size={'lg'} asChild>
<Link to="/ingread">
<Scan className="mr-2" />
Ingredient Scanner
</Link>
</Button>
<Button className="py-6 text-lg font-semibold" size={'lg'} asChild>
<Link to="/memery/platos-cave">
<ScrollIcon className="mr-2" />
Memery Stream <span className="ml-2 rounded-sm bg-cyan p-1 text-xs">NEW</span>
</Link>
</Button>
<div>
<p className="my-2">What is the NAC protocol?</p>
<Button size={'lg'} variant={'ghost'} className="border border-white text-white shadow-md" asChild>
Expand Down

0 comments on commit 63a0020

Please sign in to comment.