Changes
This commit is contained in:
@@ -15,10 +15,6 @@ const Footer = () => {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Divider */}
|
|
||||||
<div className="divider-ornament mb-8">
|
|
||||||
<span className="ornament text-lg">✦</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Links */}
|
{/* Links */}
|
||||||
<div className="flex flex-wrap justify-center gap-8 text-sm text-muted-foreground mb-12">
|
<div className="flex flex-wrap justify-center gap-8 text-sm text-muted-foreground mb-12">
|
||||||
|
|||||||
@@ -17,9 +17,6 @@ const HeroSection = () => {
|
|||||||
Svenskt konditorhantverk sedan 1953
|
Svenskt konditorhantverk sedan 1953
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div className="divider-ornament my-8">
|
|
||||||
<span className="ornament">❧</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p className="max-w-xl mx-auto text-foreground text-xl mb-8 leading-relaxed">
|
<p className="max-w-xl mx-auto text-foreground text-xl mb-8 leading-relaxed">
|
||||||
Äkta fika levererat till ditt företag — varje vecka
|
Äkta fika levererat till ditt företag — varje vecka
|
||||||
@@ -41,10 +38,6 @@ const HeroSection = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Bottom ornament */}
|
|
||||||
<div className="mt-8 text-primary/40 font-display text-2xl">
|
|
||||||
❦
|
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user