Fix footer text and links

Changed footer: "Lennart Svenssons" to "Lennart Svensson" and removed "Allmänna villkor" link from footer.

X-Lovable-Edit-ID: edt-95d89159-a96f-4cb0-8be3-0fc9c57a0234
This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 23:43:22 +00:00
+1 -4
View File
@@ -5,7 +5,7 @@ const Footer = () => {
{/* Main footer content */} {/* Main footer content */}
<div className="text-center mb-12"> <div className="text-center mb-12">
<p className="font-display text-3xl font-semibold mb-2 text-foreground"> <p className="font-display text-3xl font-semibold mb-2 text-foreground">
Lennart Svenssons Lennart Svensson
</p> </p>
<p className="font-display text-xl text-primary mb-4"> <p className="font-display text-xl text-primary mb-4">
Konditorivaror Konditorivaror
@@ -27,9 +27,6 @@ const Footer = () => {
<a href="#" className="hover:text-primary transition-colors"> <a href="#" className="hover:text-primary transition-colors">
Kontakta oss Kontakta oss
</a> </a>
<a href="#" className="hover:text-primary transition-colors">
Allmänna villkor
</a>
</div> </div>
{/* Copyright */} {/* Copyright */}