Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
govinda777 committed Dec 17, 2024
1 parent 0ce9fa3 commit 031273f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file added assets/home/hero-vector.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 added assets/home/hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ const Home: React.FC = () => {
</DiscoverButton>
</HeroContent>
<div>
<img src="/empreendedora.png" alt="Empreendedor" style={{ maxWidth: '100%' }} />
<img src="/assets/home/hero.png" alt="Empreendedor" style={{ maxWidth: '100%' }} />
</div>
<div>
<img src="/assets/home/hero-vector.png" alt="Empreendedor" style={{ maxWidth: '100%' }} />
</div>
</HeroSection>

Expand Down

0 comments on commit 031273f

Please sign in to comment.