Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-21 15:10:47 +00:00

View File

@@ -52,17 +52,17 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-woman-posing-with-perfect-skin_23-2149369982.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-woman-posing-with-perfect-skin_23-2149369982.jpg?_wi=1",
imageAlt: "Creative workspace",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-desk-concept-with-space-laptop_23-2147731382.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-desk-concept-with-space-laptop_23-2147731382.jpg?_wi=1",
imageAlt: "Design studio",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-painted-paper-texture_23-2148177463.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-painted-paper-texture_23-2148177463.jpg?_wi=1",
imageAlt: "Design concept",
},
{
@@ -133,7 +133,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-woman-posing-with-perfect-skin_23-2149369982.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-woman-posing-with-perfect-skin_23-2149369982.jpg?_wi=2",
imageAlt: "Digital graphic tablet and laptop mock up with office objects on white background",
},
{
@@ -154,7 +154,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/wooden-desk-concept-with-space-laptop_23-2147731382.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-desk-concept-with-space-laptop_23-2147731382.jpg?_wi=2",
imageAlt: "Digital graphic tablet and laptop mock up with office objects on white background",
},
{
@@ -175,7 +175,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/colorful-painted-paper-texture_23-2148177463.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-painted-paper-texture_23-2148177463.jpg?_wi=2",
imageAlt: "Digital graphic tablet and laptop mock up with office objects on white background",
},
]}