From f9686c7788b6ec7cda7b8584d47feff6fed370b2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 15:58:50 +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 d50f07c..83ea9cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,27 +66,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg?_wi=1", imageAlt: "Design Editor UI", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg?_wi=2", imageAlt: "Design Editor UI 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg?_wi=3", imageAlt: "Design Editor UI 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg?_wi=4", imageAlt: "Design Editor UI 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg?_wi=5", imageAlt: "Design Editor UI 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sketching-graphics-tablet_482257-121359.jpg?_wi=6", imageAlt: "Design Editor UI 6", }, ]} -- 2.49.1