This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 21:37:39 +00:00
parent 82f6a6da0c
commit d8394577d6
+1 -1
View File
@@ -3,7 +3,7 @@ import heroBakeryImage from "@/assets/hero-bakery.jpg";
const HeroSection = () => {
return (
<section className="relative flex flex-col justify-center items-center text-center px-6 py-16 pt-20 pb-12 overflow-hidden">
<section className="relative flex flex-col justify-center items-center text-center px-6 py-16 pt-20 pb-12 overflow-hidden w-screen -ml-[calc((100vw-100%)/2)]">
{/* Background image with opacity */}
<div
className="absolute inset-0 bg-cover bg-center opacity-40"