Skip to content

Commit

Permalink
fix images format
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavSokov committed May 20, 2024
1 parent df7d32b commit a7edbee
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file removed public/img/showcases/case/laptop.png
Binary file not shown.
Binary file added public/img/showcases/case/laptop.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app/showcases/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function ShowcasePage() {
<h2 className="problem">Problem</h2>
{showcase.body.problemText}
<div className="curvy-image">
<Image src="/img/showcases/case/laptop.png" alt="Laptop" width="1156" height="513" />
<Image src="/img/showcases/case/laptop.webp" alt="Laptop" width="1156" height="513" />
</div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion src/showcases.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const categories: Category[] = [
Prevent account sharing to <span className="oval">stop</span> financial <span className="stripe">losses</span>
</h1>
),
bannerTopImageSrc: "/img/showcases/case/showcase-2-cybersicurity.jpg",
bannerTopImageSrc: "/img/showcases/case/showcase-2-cybersicurity.webp",
description: "Solved the issue with account sharing by users",
descriptionText: (
<p>Added Multi-factor Authentication (MFA) to the project in a risk-free way for the business.
Expand Down

0 comments on commit a7edbee

Please sign in to comment.