Skip to content

Commit 2d9096d

Browse files
committed
Update image source in HeroSection component
1 parent 3b2a1ae commit 2d9096d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
262 KB
Loading

Source code/src/components/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const HeroSection = () => {
5959
<div className="w-full lg:w-1/2 flex justify-center mt-8 lg:mt-0">
6060
<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]">
6161
<img
62-
src="/Everyone_SoSe2025_2.jpeg"
62+
src="/Everyone_WiSe2526.jpeg"
6363
alt="OpenHardware Team"
6464
className="w-full h-full object-cover object-center"
6565
loading="eager"

0 commit comments

Comments
 (0)