This commit is contained in:
Basilosaurusrex
2026-02-02 15:16:36 +01:00
parent 3b9e35a447
commit 2dc5401179
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 974 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

View File

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