feat&fix(Wip home page, services and illustrations & add static pages)

This commit is contained in:
2026-04-10 11:00:56 +02:00
parent 3381836c1e
commit 203a40c713
128 changed files with 1193 additions and 5757 deletions

View File

@@ -27,7 +27,7 @@ export default function AuthCardLayout({
className="flex items-center gap-2 self-center font-medium"
>
<div className="flex h-9 w-9 items-center justify-center">
<AppLogoIcon className="size-9 fill-current text-black dark:text-white" />
<AppLogoIcon className="size-9" />
</div>
</Link>

View File

@@ -24,7 +24,7 @@ export default function AuthSimpleLayout({
className="flex flex-col items-center font-medium no-underline"
>
<div className="mb-1 flex h-9 w-9 items-center justify-center rounded-md">
<AppLogoIcon className="size-9 text-[var(--foreground)] dark:text-white" />
<AppLogoIcon className="size-9" />
</div>
<h1 className="text-black">Le Retzien Libre</h1>
</Link>

View File

@@ -24,7 +24,7 @@ export default function AuthSplitLayout({
href={home()}
className="relative z-20 flex items-center text-lg font-medium"
>
<AppLogoIcon className="mr-2 size-8 fill-current text-white" />
<AppLogoIcon variant="white" className="mr-2 size-8" />
{name}
</Link>
{quote && (
@@ -46,7 +46,7 @@ export default function AuthSplitLayout({
href={home()}
className="relative z-20 flex items-center justify-center lg:hidden"
>
<AppLogoIcon className="h-10 fill-current text-black sm:h-12" />
<AppLogoIcon variant="dark" className="h-10 sm:h-12" />
</Link>
<div className="flex flex-col items-start gap-2 text-left sm:items-center sm:text-center">
<h1 className="text-xl font-medium">{title}</h1>