Changes
This commit is contained in:
@@ -7,7 +7,7 @@ const HeroSection = () => {
|
|||||||
backgroundImage: `url(${heroBakeryImage})`
|
backgroundImage: `url(${heroBakeryImage})`
|
||||||
}} />
|
}} />
|
||||||
{/* Fade-out gradient at bottom */}
|
{/* Fade-out gradient at bottom */}
|
||||||
<div className="pointer-events-none absolute inset-0 bg-gradient-to-b from-transparent via-transparent to-background" />
|
<div className="pointer-events-none absolute inset-0 bg-gradient-to-b from-transparent via-background/50 to-background" />
|
||||||
{/* Keep contrast for text without washing out the image */}
|
{/* Keep contrast for text without washing out the image */}
|
||||||
<div className="pointer-events-none absolute inset-0 bg-background/25" />
|
<div className="pointer-events-none absolute inset-0 bg-background/25" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user