We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2548613 commit 77cfa62Copy full SHA for 77cfa62
public/img/francesco.png
-228 KB
public/img/placeholder.png
9.57 KB
src/pages/about-us.astro
@@ -215,7 +215,7 @@ import Button from "@components/Button";
215
216
<div class="profile-card rounded-xs overflow-hidden shadow-sm transition-all duration-300 hover:shadow-md">
217
<div class="relative h-72">
218
- <img src="img/francesco.png" alt="Francesco Strozzi" class="w-full h-full object-cover" />
+ <img src="img/placeholder.png" alt="Francesco Strozzi" class="w-full h-full object-cover" />
219
<div class="absolute inset-0 bg-gradient-to-t from-black via-black/20 to-transparent opacity-80"></div>
220
<div class="absolute bottom-0 left-0 p-4 text-white flex flex-col justify-end">
221
<h4 class="text-xl leading-tight">Francesco Strozzi</h4>
0 commit comments