We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0a3cbc + ccf66f3 commit 48e5324Copy full SHA for 48e5324
src/components/pages/home/hero/hero.jsx
@@ -19,12 +19,7 @@ const Hero = () => (
19
interested in cloud native technologies.
20
</p>
21
</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
- >
+ <div className="max-w-[500px] w-full h-[450px] relative overflow-hidden rounded">
28
<img
29
className="w-full h-full object-cover absolute animate-slide1"
30
src={pia}
@@ -43,7 +38,7 @@ const Hero = () => (
43
38
loading="eager"
44
39
alt="Vendors showcasing their products at individual booths"
45
40
/>
46
- </a>
41
+ </div>
47
42
48
</section>
49
);
0 commit comments