Remove tagline from footer

Removed the "Äkta svenskt konditorhantverk" text from the footer and cleaned up logo container by adjusting image class.

X-Lovable-Edit-ID: edt-06f983eb-95a6-4078-b001-37dbd1edd41e
This commit is contained in:
gpt-engineer-app[bot]
2026-01-28 00:08:11 +00:00
+1 -4
View File
@@ -9,11 +9,8 @@ const Footer = () => {
<img
src={logoImage}
alt="Lennart Svensson Konditorivaror"
className="h-24 md:h-32 w-auto mx-auto mb-4"
className="h-24 md:h-32 w-auto mx-auto"
/>
<p className="text-muted-foreground italic">
Äkta svenskt konditorhantverk
</p>
</div>