Removed logo from hero section
Eliminated the logo image element from HeroSection.tsx (line 16), simplifying the hero by removing the logo markup and its styling. X-Lovable-Edit-ID: edt-5d5aff44-e778-4289-af7d-9a306c1e4bbc
This commit is contained in:
@@ -13,11 +13,6 @@ const HeroSection = () => {
|
|||||||
<div className="pointer-events-none absolute inset-0 bg-background/25" />
|
<div className="pointer-events-none absolute inset-0 bg-background/25" />
|
||||||
|
|
||||||
<div className="animate-fade-up max-w-4xl relative z-10 px-6 py-16">
|
<div className="animate-fade-up max-w-4xl relative z-10 px-6 py-16">
|
||||||
<img
|
|
||||||
src={logoImage}
|
|
||||||
alt="Lennart Svensson Konditorivaror"
|
|
||||||
className="h-56 md:h-72 lg:h-80 w-auto mx-auto mb-1 mt-8"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<p className="text-muted-foreground text-lg mb-4">
|
<p className="text-muted-foreground text-lg mb-4">
|
||||||
Svenskt konditorhantverk sedan 1953
|
Svenskt konditorhantverk sedan 1953
|
||||||
|
|||||||
Reference in New Issue
Block a user