Skip to content

Commit ccf66f3

Browse files
Remove now broken link to the image gallery
1 parent a0a3cbc commit ccf66f3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/components/pages/home/hero/hero.jsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@ const Hero = () => (
1919
interested in cloud native technologies.
2020
</p>
2121
</div>
22-
<a
23-
className="max-w-[500px] w-full h-[450px] relative overflow-hidden rounded"
24-
href="https://hansberndlevents.myportfolio.com/kcd-austria"
25-
target="_blank"
26-
rel="noopener noreferrer"
27-
>
22+
<div className="max-w-[500px] w-full h-[450px] relative overflow-hidden rounded">
2823
<img
2924
className="w-full h-full object-cover absolute animate-slide1"
3025
src={pia}
@@ -43,7 +38,7 @@ const Hero = () => (
4338
loading="eager"
4439
alt="Vendors showcasing their products at individual booths"
4540
/>
46-
</a>
41+
</div>
4742
</div>
4843
</section>
4944
);

0 commit comments

Comments
 (0)