Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
  • Loading branch information
salimi-my committed May 11, 2024
1 parent 9c15b4a commit 859e292
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
Binary file added public/demo-dark-min.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 removed public/demo-dark.png
Binary file not shown.
Binary file added public/demo-light-min.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 removed public/demo-light.png
Binary file not shown.
Binary file added public/demo-mobile-dark-min.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 removed public/demo-mobile-dark.png
Binary file not shown.
Binary file added public/demo-mobile-light-min.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 removed public/demo-mobile-light.png
Binary file not shown.
8 changes: 4 additions & 4 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,30 +64,30 @@ export default function HomePage() {
</section>
<div className="w-full flex justify-center relative">
<Image
src="/demo-light.png"
src="/demo-light-min.png"
width={1080}
height={608}
alt="demo"
priority
className="border rounded-xl shadow-sm dark:hidden"
/>
<Image
src="/demo-dark.png"
src="/demo-dark-min.png"
width={1080}
height={608}
alt="demo-dark"
priority
className="border border-zinc-600 rounded-xl shadow-sm hidden dark:block dark:shadow-gray-500/5"
/>
<Image
src="/demo-mobile-light.png"
src="/demo-mobile-light-min.png"
width={228}
height={494}
alt="demo-mobile"
className="border rounded-xl absolute bottom-0 right-0 hidden lg:block dark:hidden"
/>
<Image
src="/demo-mobile-dark.png"
src="/demo-mobile-dark-min.png"
width={228}
height={494}
alt="demo-mobile"
Expand Down

0 comments on commit 859e292

Please sign in to comment.