diff --git a/src/app/page.tsx b/src/app/page.tsx index 054cdf3..9d6ec70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/checking-current-laptop-circuit-board_1098-13759.jpg" + imageSrc="http://img.b2bpic.net/free-photo/checking-current-laptop-circuit-board_1098-13759.jpg?_wi=1" imageAlt="IT-Werkstatt mit professionellem Arbeitsplatz" mediaAnimation="opacity" frameStyle="card" @@ -141,7 +141,7 @@ export default function LandingPage() { buttons={[ { text: "Kontakt aufnehmen", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/checking-current-laptop-circuit-board_1098-13759.jpg" + imageSrc="http://img.b2bpic.net/free-photo/checking-current-laptop-circuit-board_1098-13759.jpg?_wi=2" imageAlt="Thomas Ullrich Computertechnik – Professionelle IT-Lösungen" useInvertedBackground={false} titleClassName="text-4xl font-light text-foreground" @@ -156,13 +156,13 @@ export default function LandingPage() {