Intégrer le logo lune dans la navbar et le footer
This commit is contained in:
parent
ffe96b6faa
commit
b9390f548d
3 changed files with 4 additions and 4 deletions
BIN
public/images/logo-lune.png
Normal file
BIN
public/images/logo-lune.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 636 KiB |
|
|
@ -13,8 +13,8 @@ import { companyInfo } from '../data';
|
|||
<!-- Brand -->
|
||||
<div class="col-span-1 md:col-span-2">
|
||||
<div class="flex items-center gap-4 mb-8">
|
||||
<div class="w-12 h-12 rounded-2xl bg-cloud flex items-center justify-center overflow-hidden shadow-lg">
|
||||
<span class="text-night font-display text-2xl">A</span>
|
||||
<div class="w-12 h-12 rounded-2xl overflow-hidden shadow-lg">
|
||||
<img src="/images/logo-lune.png" alt="AspiRêves" class="w-full h-full object-cover" />
|
||||
</div>
|
||||
<span class="font-display text-3xl font-bold tracking-tight text-cloud">
|
||||
AspiRêves
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@ function isActive(href: string): boolean {
|
|||
<!-- Logo -->
|
||||
<a href="/" class="flex items-center gap-4 group">
|
||||
<div class="relative">
|
||||
<div class="w-12 h-12 rounded-2xl bg-night flex items-center justify-center overflow-hidden transition-all group-hover:rotate-12 group-hover:scale-110 shadow-lg">
|
||||
<span class="text-cloud font-display text-2xl">A</span>
|
||||
<div class="w-12 h-12 rounded-2xl overflow-hidden transition-all group-hover:rotate-12 group-hover:scale-110 shadow-lg">
|
||||
<img src="/images/logo-lune.png" alt="AspiRêves" class="w-full h-full object-cover" />
|
||||
</div>
|
||||
<div class="absolute -top-2 -right-2 text-star animate-pulse">
|
||||
<StarFilled size={16} />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue