From 1bbf36784c7fe856dbc3877ea173daded3157abc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 14:51:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed10722..66955e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,53 +58,53 @@ export default function LandingPage() { description="Professional oil painting services and immersive art classes for all skill levels. Transform your creative potential in a nurturing studio environment." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-talking-phone_23-2148751530.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-talking-phone_23-2148751530.jpg?_wi=1", imageAlt: "Professional oil painting in studio", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bright-orange-painted-surface_23-2147964050.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bright-orange-painted-surface_23-2147964050.jpg?_wi=1", imageAlt: "Abstract art detailing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-talking-phone_23-2148751530.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-talking-phone_23-2148751530.jpg?_wi=2", imageAlt: "Canvas setup", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bright-orange-painted-surface_23-2147964050.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bright-orange-painted-surface_23-2147964050.jpg?_wi=2", imageAlt: "Color palette", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-talking-phone_23-2148751530.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-talking-phone_23-2148751530.jpg?_wi=3", imageAlt: "Studio light", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bright-orange-painted-surface_23-2147964050.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bright-orange-painted-surface_23-2147964050.jpg?_wi=3", imageAlt: "Final painting", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bright-orange-painted-surface_23-2147964050.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bright-orange-painted-surface_23-2147964050.jpg?_wi=4", imageAlt: "Artistic paint textures", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-talking-phone_23-2148751530.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-talking-phone_23-2148751530.jpg?_wi=4", imageAlt: "Artist hand with brush", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bright-orange-painted-surface_23-2147964050.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bright-orange-painted-surface_23-2147964050.jpg?_wi=5", imageAlt: "Mixed colors", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-talking-phone_23-2148751530.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-talking-phone_23-2148751530.jpg?_wi=5", imageAlt: "Workshop setup", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bright-orange-painted-surface_23-2147964050.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bright-orange-painted-surface_23-2147964050.jpg?_wi=6", imageAlt: "Studio wall", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-talking-phone_23-2148751530.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-talking-phone_23-2148751530.jpg?_wi=6", imageAlt: "Palette knife detail", }, ]} -- 2.49.1