Skip to content

Commit

Permalink
Added image (#17)
Browse files Browse the repository at this point in the history
* added image for buyer UI
  • Loading branch information
sudhirverma authored Dec 5, 2024
1 parent 23a92ce commit a5e18d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added public/MarketplaceServices.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/pages/(main)/home-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const HomePage: FC = () => {
};
return (
<div>
<div className="flex justify-between items-center bg-[#CCCCCC] -mt-3 page-root">
<div className="flex justify-between items-center bg-[#d9d9d9] -mt-3 page-root">
<div className="flex flex-col gap-7 ">
<Typography as="h1">
<div>Your Marketplace for Secure</div>{" "}
Expand All @@ -101,7 +101,7 @@ const HomePage: FC = () => {
</div>
</div>
<img
src="/homepage-banner.png"
src="/MarketplaceServices.png"
className=" hidden lg:block w-[625px]"
alt="Banner"
/>
Expand Down

0 comments on commit a5e18d3

Please sign in to comment.