We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753cd7a commit 6408793Copy full SHA for 6408793
1 file changed
Source code/src/components/HeroSection.tsx
@@ -59,7 +59,7 @@ const HeroSection = () => {
59
<div className="w-full lg:w-1/2 flex justify-center mt-8 lg:mt-0">
60
<div className="relative overflow-hidden rounded-xl sm:rounded-2xl shadow-lg border-2 sm:border-4 border-offwhite w-full max-w-sm sm:max-w-md md:max-w-md lg:max-w-sm xl:max-w-md h-[400px] sm:h-[500px] md:h-[500px] lg:h-[600px] xl:h-[700px]">
61
<img
62
- src="/Everyone_SoSe2025.jpg"
+ src="/Everyone_SoSe2025_2.jpeg"
63
alt="OpenHardware Team"
64
className="w-full h-full object-cover object-center"
65
loading="eager"
0 commit comments