Skip to content

Commit 77cfa62

Browse files
authored
dp-1399: remove image, replace with placeholder (#418)
1 parent 2548613 commit 77cfa62

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

public/img/francesco.png

-228 KB
Binary file not shown.

public/img/placeholder.png

9.57 KB
Loading

src/pages/about-us.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ import Button from "@components/Button";
215215

216216
<div class="profile-card rounded-xs overflow-hidden shadow-sm transition-all duration-300 hover:shadow-md">
217217
<div class="relative h-72">
218-
<img src="img/francesco.png" alt="Francesco Strozzi" class="w-full h-full object-cover" />
218+
<img src="img/placeholder.png" alt="Francesco Strozzi" class="w-full h-full object-cover" />
219219
<div class="absolute inset-0 bg-gradient-to-t from-black via-black/20 to-transparent opacity-80"></div>
220220
<div class="absolute bottom-0 left-0 p-4 text-white flex flex-col justify-end">
221221
<h4 class="text-xl leading-tight">Francesco Strozzi</h4>

0 commit comments

Comments
 (0)