Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-17 10:26:53 +00:00

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?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050271.jpg"
imageAlt="Smuk dansk have om morgenen med naturligt lys"
mediaAnimation="opacity"
useInvertedBackground={false}
@@ -102,7 +102,7 @@ export default function LandingPage() {
}
]}
animationType="blur-reveal"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={true}
tag="Vores løfter"
tagIcon={CheckCircle}
@@ -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?_wi=2", 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", imageAlt: "Smuk vedligeholdt græsplæne"
}
]}
buttons={[{ text: "Se flere projekter", href: "#contact" }]}