This commit is contained in:
2025-08-25 16:36:58 +02:00
parent 0bd87b2e4b
commit 67896caf27
16 changed files with 20 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ import { Logo } from '@/components/Logo'
export function Footer() {
return (
<footer className="bg-bg-sand border-gray-300 border-t-[1px]">
<footer className="bg-transparent border-gray-300 border-t-[1px]">
<Container>
<div className="flex items-center justify-between py-6">
<Logo className="h-8 w-auto" />