From 3d7b7734d73454e8143f1c671c5dfec0ae4fe572 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:10:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51e6dc2..9d5bd4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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", }, ]} -- 2.49.1