Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 07:49:02 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/working-metal-processing-factory_342744-250.jpg"
imageSrc="http://img.b2bpic.net/free-photo/working-metal-processing-factory_342744-250.jpg?_wi=1"
imageAlt="Advanced foam insulation spray application"
mediaAnimation="slide-up"
frameStyle="card"
@@ -82,11 +82,11 @@ export default function LandingPage() {
features={[
{
id: "1", title: "PUR Closed-Cell Insulation", tags: ["High R-Value", "Air Seal", "Premium"],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-worker-protective-gloves-painting-wooden-details_181624-56454.jpg", imageAlt: "PUR foam insulation spray"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-worker-protective-gloves-painting-wooden-details_181624-56454.jpg?_wi=1", imageAlt: "PUR foam insulation spray"
},
{
id: "2", title: "Radiant Floor Heating System", tags: ["100mm Foam", "16mm Pipes", "50mm Concrete"],
imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26525.jpg", imageAlt: "Radiant floor heating installation"
imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26525.jpg?_wi=1", imageAlt: "Radiant floor heating installation"
}
]}
/>
@@ -119,15 +119,15 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Site Assessment & Planning", tags: ["Analysis", "Design", "Preparation"],
imageSrc: "http://img.b2bpic.net/free-photo/working-metal-processing-factory_342744-250.jpg", imageAlt: "Project planning and assessment"
imageSrc: "http://img.b2bpic.net/free-photo/working-metal-processing-factory_342744-250.jpg?_wi=2", imageAlt: "Project planning and assessment"
},
{
id: "2", title: "Expert Application & Testing", tags: ["Quality Control", "Precision", "Testing"],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-worker-protective-gloves-painting-wooden-details_181624-56454.jpg", imageAlt: "Professional application process"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-worker-protective-gloves-painting-wooden-details_181624-56454.jpg?_wi=2", imageAlt: "Professional application process"
},
{
id: "3", title: "Inspection & Handover", tags: ["Verification", "Certification", "Support"],
imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26525.jpg", imageAlt: "Final inspection and testing"
imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26525.jpg?_wi=2", imageAlt: "Final inspection and testing"
}
]}
/>
@@ -140,10 +140,10 @@ export default function LandingPage() {
cardAnimation="slide-up"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Erik Jensen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Erik Jensen" },
{ id: "1", name: "Erik Jensen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Erik Jensen" },
{ id: "2", name: "Ingrid Andersen", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Ingrid Andersen" },
{ id: "3", name: "Henrik Larsson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg", imageAlt: "Henrik Larsson" },
{ id: "4", name: "Sofia Petersen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sofia Petersen" }
{ id: "4", name: "Sofia Petersen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sofia Petersen" }
]}
/>
</div>