From cf552b4e4689ba21a0787b3fda90635f6862505a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 22:52:11 +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 88278ac..bf15a05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,9 +48,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/elegant-abstract-silk-concept_23-2148623316.jpg", imageAlt: "Serene Studios minimalist fashion hero"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021803.jpg", imageAlt: "Featured luxury garment"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021803.jpg?_wi=1", imageAlt: "Featured luxury garment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-mirror_23-2148916462.jpg", imageAlt: "Editorial fashion photography"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-mirror_23-2148916462.jpg?_wi=1", imageAlt: "Editorial fashion photography"}, ]} mediaAnimation="blur-reveal" buttonAnimation="none" @@ -69,7 +69,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Minimalist Oversized Shirt", price: "$285", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021803.jpg", imageAlt: "Minimalist Oversized Shirt"}, + id: "1", name: "Minimalist Oversized Shirt", price: "$285", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021803.jpg?_wi=2", imageAlt: "Minimalist Oversized Shirt"}, { id: "2", name: "Tailored Black Trousers", price: "$365", imageSrc: "http://img.b2bpic.net/free-photo/surrealist-portrait-fashionable-woman_23-2149224633.jpg", imageAlt: "Tailored Black Trousers"}, { @@ -104,16 +104,16 @@ export default function LandingPage() { title: "Studio Sessions", description: "Behind the scenes documentation of our design process", icon: Camera, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-mirror_23-2148916462.jpg", imageAlt: "Studio session one"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-mirror_23-2148916462.jpg?_wi=2", imageAlt: "Studio session one"}, { - imageSrc: "http://img.b2bpic.net/free-photo/skinny-woman-garden_23-2147781281.jpg", imageAlt: "Studio session two"}, + imageSrc: "http://img.b2bpic.net/free-photo/skinny-woman-garden_23-2147781281.jpg?_wi=1", imageAlt: "Studio session two"}, ], }, { title: "Campaign Stories", description: "Artistic direction and editorial expression", icon: Layers, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/skinny-woman-garden_23-2147781281.jpg", imageAlt: "Campaign one"}, + imageSrc: "http://img.b2bpic.net/free-photo/skinny-woman-garden_23-2147781281.jpg?_wi=2", imageAlt: "Campaign one"}, { imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-896.jpg", imageAlt: "Campaign two"}, ], -- 2.49.1