Repositioned divider in hero
Adjusted HeroSection divider placement: moved the decorative line between logo area and the “Svenskt konditorhantverk sedan 1953” text, and tweaked spacing to place the line between the two tagline lines as requested. X-Lovable-Edit-ID: edt-e0194f46-efcf-4df5-bd4a-1c3c9372bf40
This commit is contained in:
@@ -13,12 +13,12 @@ const HeroSection = () => {
|
|||||||
className="h-56 md:h-72 lg:h-80 w-auto mx-auto mb-1 mt-8"
|
className="h-56 md:h-72 lg:h-80 w-auto mx-auto mb-1 mt-8"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div className="w-40 h-px bg-primary/40 mx-auto mb-4 -mt-2"></div>
|
<p className="text-muted-foreground text-lg mb-4">
|
||||||
|
|
||||||
<p className="text-muted-foreground text-lg mb-8">
|
|
||||||
Svenskt konditorhantverk sedan 1953
|
Svenskt konditorhantverk sedan 1953
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<div className="w-40 h-px bg-primary/40 mx-auto my-4"></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
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user