Values-Section: Hintergrundbild backgroud_effect.png (groß, transparent)
This commit is contained in:
BIN
public/backgroud_effect.png
Normal file
BIN
public/backgroud_effect.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 MiB |
@@ -35,8 +35,14 @@ const Values = () => {
|
|||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section id="features" className="py-24 md:py-32 bg-background relative">
|
<section id="features" className="py-24 md:py-32 bg-background relative overflow-hidden">
|
||||||
<div className="container mx-auto px-6">
|
{/* Hintergrundbild: groß, leicht transparent */}
|
||||||
|
<div
|
||||||
|
className="absolute inset-0 bg-cover bg-center bg-no-repeat opacity-[0.12]"
|
||||||
|
style={{ backgroundImage: "url(/backgroud_effect.png)" }}
|
||||||
|
aria-hidden
|
||||||
|
/>
|
||||||
|
<div className="container mx-auto px-6 relative z-10">
|
||||||
{/* Section Header */}
|
{/* Section Header */}
|
||||||
<div className="mb-16 md:mb-24 max-w-3xl">
|
<div className="mb-16 md:mb-24 max-w-3xl">
|
||||||
<div className="label-tag mb-4">Was Sie bekommen</div>
|
<div className="label-tag mb-4">Was Sie bekommen</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user