From bfc8755ac97391f89751181adfd7f3f4e4f2c518 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 18:10:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2975cb8..8556c3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,13 +48,13 @@ export default function HomePage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-vases-books-arrangement_23-2149681092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-vases-books-arrangement_23-2149681092.jpg?_wi=1", imageAlt: "Marlils Studio workspace and design environment", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-vases-books-arrangement_23-2149681092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-vases-books-arrangement_23-2149681092.jpg?_wi=2", imageAlt: "Contemporary creative design studio", }, ]} @@ -92,11 +92,11 @@ export default function HomePage() { icon: Palette, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushion_1203-9.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushion_1203-9.jpg?_wi=1", imageAlt: "Interior design portfolio piece", }, { - imageSrc: "http://img.b2bpic.net/free-vector/home-furnitures-landing-page-tempalte_23-2148402689.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/home-furnitures-landing-page-tempalte_23-2148402689.jpg?_wi=1", imageAlt: "Contemporary interior space", }, ], @@ -107,11 +107,11 @@ export default function HomePage() { icon: Brush, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418511.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418511.jpg?_wi=1", imageAlt: "Branding and graphic design work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1671.jpg?_wi=1", imageAlt: "Brand identity materials", }, ], @@ -122,11 +122,11 @@ export default function HomePage() { icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/vases-with-green-pink-light-assortment_23-2149835494.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vases-with-green-pink-light-assortment_23-2149835494.jpg?_wi=1", imageAlt: "Custom designed objects", }, { - imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushion_1203-9.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushion_1203-9.jpg?_wi=2", imageAlt: "Artistic installations", }, ], @@ -150,13 +150,13 @@ export default function HomePage() { { id: "laura", name: "Laura", - imageSrc: "http://img.b2bpic.net/free-photo/lovable-woman-with-long-hair-wearing-white-clothes-looking-camera-smiling_291650-451.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lovable-woman-with-long-hair-wearing-white-clothes-looking-camera-smiling_291650-451.jpg?_wi=1", imageAlt: "Laura, Co-founder of Marlils Studio", }, { id: "maria", name: "Maria", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dressed-long-neck-brown-jacket-grey-background_613910-15043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dressed-long-neck-brown-jacket-grey-background_613910-15043.jpg?_wi=1", imageAlt: "Maria, Co-founder of Marlils Studio", }, ]}