Skip to content

Commit af55f83

Browse files
committed
Update image source in HeroSection component from PNG to JPEG
1 parent f6e99cd commit af55f83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.png"
62+
src="/Everyone_SoSe2025_2.jpeg"
6363
alt="OpenHardware Team"
6464
className="w-full h-full object-cover object-center"
6565
loading="eager"

0 commit comments

Comments
 (0)