Skip to content

Commit

Permalink
Update landing image
Browse files Browse the repository at this point in the history
  • Loading branch information
gorbatiukcom committed Jun 17, 2024
1 parent c8c28d5 commit 4f17ecd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added packages/bud/public/images/bg-image-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/bud/src/app/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { SocialMediaLinks } from "../components/SocialMediaLinks";
const HeroBlock = () => {
return (
<Box
bg="linear-gradient(rgba(26,26,26,0.35), rgba(26,26,26,0.35)), url(/images/bg-image.png)"
bg="linear-gradient(rgba(26,26,26,0.20), rgba(26,26,26,0.20)), url(/images/bg-image-2.png)"
bgRepeat="no-repeat"
bgPosition={["25% 75%", "center, center"]}
bgSize="cover"
Expand Down

0 comments on commit 4f17ecd

Please sign in to comment.