Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-10 15:19:40 +00:00

View File

@@ -87,19 +87,19 @@ export default function LandingPage() {
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg?_wi=1",
imageAlt: "Modern software dashboard", imageAlt: "Modern software dashboard",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139360.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139360.jpg?_wi=1",
imageAlt: "Abstract data flow", imageAlt: "Abstract data flow",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/system-engineers-celebrating-successful-code-compiling-doing-high-five-hand-gesture-with-colleague-coder-analyzing-algorithm-multiple-screens-takes-off-glasses-congratulates-coworker_482257-41855.jpg", imageSrc: "http://img.b2bpic.net/free-photo/system-engineers-celebrating-successful-code-compiling-doing-high-five-hand-gesture-with-colleague-coder-analyzing-algorithm-multiple-screens-takes-off-glasses-congratulates-coworker_482257-41855.jpg?_wi=1",
imageAlt: "Developer and business analyst", imageAlt: "Developer and business analyst",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/two-creative-designers-working-project-together-sharing-new-ideas-workplace-business-team-work-concept_58466-12412.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-creative-designers-working-project-together-sharing-new-ideas-workplace-business-team-work-concept_58466-12412.jpg?_wi=1",
imageAlt: "Collaborative tech meeting", imageAlt: "Collaborative tech meeting",
}, },
{ {
@@ -168,7 +168,7 @@ export default function LandingPage() {
}, },
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg?_wi=2",
imageAlt: "end to end project delivery lifecycle", imageAlt: "end to end project delivery lifecycle",
}, },
{ {
@@ -193,7 +193,7 @@ export default function LandingPage() {
}, },
], ],
reverse: true, reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139360.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139360.jpg?_wi=2",
imageAlt: "end to end project delivery lifecycle", imageAlt: "end to end project delivery lifecycle",
}, },
{ {
@@ -218,7 +218,7 @@ export default function LandingPage() {
}, },
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/system-engineers-celebrating-successful-code-compiling-doing-high-five-hand-gesture-with-colleague-coder-analyzing-algorithm-multiple-screens-takes-off-glasses-congratulates-coworker_482257-41855.jpg", imageSrc: "http://img.b2bpic.net/free-photo/system-engineers-celebrating-successful-code-compiling-doing-high-five-hand-gesture-with-colleague-coder-analyzing-algorithm-multiple-screens-takes-off-glasses-congratulates-coworker_482257-41855.jpg?_wi=2",
imageAlt: "end to end project delivery lifecycle", imageAlt: "end to end project delivery lifecycle",
}, },
{ {
@@ -243,7 +243,7 @@ export default function LandingPage() {
}, },
], ],
reverse: true, reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/two-creative-designers-working-project-together-sharing-new-ideas-workplace-business-team-work-concept_58466-12412.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-creative-designers-working-project-together-sharing-new-ideas-workplace-business-team-work-concept_58466-12412.jpg?_wi=2",
imageAlt: "end to end project delivery lifecycle", imageAlt: "end to end project delivery lifecycle",
}, },
]} ]}