diff --git a/src/app/page.tsx b/src/app/page.tsx index e0019c4..f656ae6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { { text: "Ring 50 25 04 71", href: "tel:+4550250471" } ]} buttonAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050271.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050271.jpg?_wi=1" imageAlt="Smuk dansk have om morgenen med naturligt lys" mediaAnimation="opacity" useInvertedBackground={false} @@ -202,7 +202,7 @@ export default function LandingPage() { id: "project-2", name: "Haveforvandling", price: "Vedligeholdelse", variant: "Nordsjælland", imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-plants-greenhouse_23-2148396843.jpg", imageAlt: "Have transformation fra Nordsjælland" }, { - id: "project-3", name: "Græsplæne fornyet", price: "Græsslåning", variant: "Midtsjælland", imageSrc: "http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050271.jpg", imageAlt: "Smuk vedligeholdt græsplæne" + id: "project-3", name: "Græsplæne fornyet", price: "Græsslåning", variant: "Midtsjælland", imageSrc: "http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050271.jpg?_wi=2", imageAlt: "Smuk vedligeholdt græsplæne" } ]} buttons={[{ text: "Se flere projekter", href: "#contact" }]}