This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 20:12:47 +00:00
parent 9963b18f89
commit cc324c076c
2 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -4,14 +4,14 @@ const Footer = () => {
<div className="max-w-5xl mx-auto">
{/* Main footer content */}
<div className="text-center mb-12">
<p className="font-display text-3xl font-semibold mb-2 italic text-foreground">
<p className="font-display text-3xl font-semibold mb-2 text-foreground">
Lennart Svenssons
</p>
<p className="font-display text-xl text-primary mb-4">
Konditorivaror
</p>
<p className="text-muted-foreground italic">
"Äkta svenskt hantverk sedan 1974"
<p className="text-muted-foreground">
"Äkta hantverk sedan 1974"
</p>
</div>