diff --git a/src/components/HeroSection.tsx b/src/components/HeroSection.tsx index 8a0e59f..cfad7b4 100644 --- a/src/components/HeroSection.tsx +++ b/src/components/HeroSection.tsx @@ -9,7 +9,8 @@ const HeroSection = () => { className="pointer-events-none absolute inset-0 bg-cover bg-center opacity-40" style={{ backgroundImage: `url(${heroBakeryImage})` }} /> -
+ {/* Keep contrast for text without washing out the image (can look like "empty" beige sides) */} +