Move divider above text
Reordered HeroSection to place the horizontal divider above the "Svenskt konditorhantverk sedan 1953" line, removing the previous divider below the text and inserting a thinner divider above. X-Lovable-Edit-ID: edt-5878ac81-a4e9-48eb-8a69-1c4980b22473
This commit is contained in:
@@ -13,13 +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 my-4"></div>
|
||||||
|
|
||||||
<p className="text-muted-foreground text-lg mb-8">
|
<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-8"></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