Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 22:07:27 +00:00

View File

@@ -61,19 +61,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Anders Bergström", role: "Husägare", company: "Stockholm", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg"
},
{
id: "2", name: "Maria Eriksson", role: "Fastighetsägare", company: "Gothenburg", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg"
},
{
id: "3", name: "Erik Nilsson", role: "Byggentreprenör", company: "Malmö", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg"
},
{
id: "4", name: "Sofia Larsson", role: "Projektledare", company: "Uppsala", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg?_wi=4"
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg"
}
]}
kpiItems={[
@@ -146,6 +146,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/close-up-graduation-diploma_23-2148928779.jpg"
imageAlt="Certifierad VVS-expertis och auktoriseringsmärken"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={true}
/>
</div>