From b5efc23911cd26ad66476b498620812b129445d0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 09:19:56 +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 01e60c8..4a29b59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,17 +66,17 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/office-desktop_1417-1813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-desktop_1417-1813.jpg?_wi=1", imageAlt: "copywriter workspace minimalist laptop", }, { id: "c2", - imageSrc: "http://img.b2bpic.net/free-photo/working-place-designer-closeup_93675-131324.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/working-place-designer-closeup_93675-131324.jpg?_wi=1", imageAlt: "writer typing on laptop", }, { id: "c3", - imageSrc: "http://img.b2bpic.net/free-photo/from-workspace-with-notebook-laptop_23-2148210403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/from-workspace-with-notebook-laptop_23-2148210403.jpg?_wi=1", imageAlt: "minimalist pen and paper", }, { @@ -129,7 +129,7 @@ export default function LandingPage() { imageAlt: "content strategy planning roadmap", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/office-desktop_1417-1813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-desktop_1417-1813.jpg?_wi=2", imageAlt: "seo writing strategy concept", }, { @@ -146,7 +146,7 @@ export default function LandingPage() { imageAlt: "creative blog post writing", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/working-place-designer-closeup_93675-131324.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/working-place-designer-closeup_93675-131324.jpg?_wi=2", imageAlt: "seo writing strategy concept", }, { @@ -163,7 +163,7 @@ export default function LandingPage() { imageAlt: "social media marketing strategy", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/from-workspace-with-notebook-laptop_23-2148210403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/from-workspace-with-notebook-laptop_23-2148210403.jpg?_wi=2", imageAlt: "seo writing strategy concept", }, ]} -- 2.49.1