diff --git a/components/Home/Hero/Hero.tsx b/components/Home/Hero/Hero.tsx
index 3b9f38f..3a9a949 100644
--- a/components/Home/Hero/Hero.tsx
+++ b/components/Home/Hero/Hero.tsx
@@ -3,13 +3,28 @@ import Image from "next/image";
const Hero = () => {
return (
-
+ {/* Background Image with Blur */}
+
+
+ {/* Dark overlay for better text contrast */}
+
+
+
+ {/* Main content */}
+
{/* Text Content */}
@@ -23,21 +38,17 @@ const Hero = () => {
Wir entwickeln performante und zukunftssichere Software für deine Vision.
+
{/* Image Content */}
-
+
-
- {/* Farbverlauf zum nächsten Bereich */}
- {/*
*/}
);
};
diff --git a/public/images/home_hero.jpg b/public/images/home_hero.jpg
new file mode 100644
index 0000000..1f05707
Binary files /dev/null and b/public/images/home_hero.jpg differ