Ajouter la vraie photo d'Éléonore Astruc sur la page « C'est qui ? »
This commit is contained in:
parent
d873da0ca5
commit
c8952d6425
2 changed files with 1 additions and 6 deletions
BIN
public/images/eleonore-astruc.jpg
Normal file
BIN
public/images/eleonore-astruc.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
import { Icon } from 'astro-icon/components';
|
||||
import StarFilled from '../components/icons/StarFilled.astro';
|
||||
import { companyInfo } from '../data';
|
||||
---
|
||||
|
||||
|
|
@ -28,7 +27,7 @@ import { companyInfo } from '../data';
|
|||
<div class="fade-up flex flex-col items-center mb-16 md:mb-24">
|
||||
<div class="w-48 h-48 md:w-64 md:h-64 rounded-full overflow-hidden shadow-2xl shadow-night/10 border-8 border-white mb-8">
|
||||
<img
|
||||
src="https://picsum.photos/seed/eleonore-astruc/400/400"
|
||||
src="/images/eleonore-astruc.jpg"
|
||||
alt="Éléonore Astruc"
|
||||
class="object-cover w-full h-full"
|
||||
referrerpolicy="no-referrer"
|
||||
|
|
@ -109,9 +108,5 @@ import { companyInfo } from '../data';
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Floating decoration -->
|
||||
<div class="absolute bottom-20 right-10 text-dream-coral opacity-20 animate-float">
|
||||
<StarFilled size={48} />
|
||||
</div>
|
||||
</div>
|
||||
</Layout>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue