imeges
This commit is contained in:
@@ -36,10 +36,13 @@ const Values = () => {
|
||||
|
||||
return (
|
||||
<section id="features" className="py-24 md:py-32 bg-background relative overflow-hidden">
|
||||
{/* Hintergrundbild: groß, leicht transparent */}
|
||||
{/* Hintergrundbild: kleiner, leicht transparent */}
|
||||
<div
|
||||
className="absolute inset-0 bg-cover bg-center bg-no-repeat opacity-[0.12]"
|
||||
style={{ backgroundImage: "url(/backgroud_effect.png)" }}
|
||||
className="absolute inset-0 bg-right bg-no-repeat opacity-[0.3]"
|
||||
style={{
|
||||
backgroundImage: "url(/backgroud_effect.png)",
|
||||
backgroundSize: "45%",
|
||||
}}
|
||||
aria-hidden
|
||||
/>
|
||||
<div className="container mx-auto px-6 relative z-10">
|
||||
|
||||
Reference in New Issue
Block a user