Update src/app/page.tsx

This commit is contained in:
2026-03-17 10:27:13 +00:00
parent 77d1741b58
commit 638fa224a8

View File

@@ -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" }]}