Remove decorative symbols
Delete small ornament elements from HeroSection and Footer to declutter UI, including ❧, ❦, and ✦ markers, and remove associated markup in HeroSection.tsx and Footer.tsx. X-Lovable-Edit-ID: edt-69d403fb-12f7-4a4c-9d07-8821510ee572
This commit is contained in:
@@ -15,10 +15,6 @@ const Footer = () => {
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{/* Divider */}
|
||||
<div className="divider-ornament mb-8">
|
||||
<span className="ornament text-lg">✦</span>
|
||||
</div>
|
||||
|
||||
{/* Links */}
|
||||
<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
|
||||
</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">
|
||||
Äkta fika levererat till ditt företag — varje vecka
|
||||
@@ -41,10 +38,6 @@ const HeroSection = () => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Bottom ornament */}
|
||||
<div className="mt-8 text-primary/40 font-display text-2xl">
|
||||
❦
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user