Skip to content

Commit

Permalink
Merge pull request #3 from rafatosta/dev
Browse files Browse the repository at this point in the history
Update Hero page
  • Loading branch information
rafatosta authored May 4, 2024
2 parents f7f3113 + d8328f3 commit 63ff2ed
Show file tree
Hide file tree
Showing 10 changed files with 222 additions and 106 deletions.
47 changes: 47 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@iconify/react": "^4.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
56 changes: 0 additions & 56 deletions public/marca.svg

This file was deleted.

6 changes: 4 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/* import NavBar from './components/NavBar' */
import Home from './pages/Home'

function App() {

return (
<>
<div>
{/* <NavBar /> */}
<Home />
</>
</div>
)
}

Expand Down
Binary file added src/assets/hero_background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 63ff2ed

Please sign in to comment.