From c02084636b60f2ff7dfea425696e5b79c6d1778c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:47:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9fba6b..7409ff9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,14 +69,14 @@ export default function LandingPage() { name: "SILK DRAPE", price: "1400", variant: "SS26", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149411389.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149411389.jpg?_wi=1", }, { id: "2", name: "WOOL SHELL", price: "2800", variant: "SS26", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17715.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17715.jpg?_wi=1", }, { id: "3", @@ -116,7 +116,7 @@ export default function LandingPage() { category: "EDITORIAL", title: "MONOCHROME ESSENTIALS", excerpt: "A study on how shadow and light define the silhouette of the 2026 season.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149411389.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149411389.jpg?_wi=2", authorName: "Creative Dept", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149411389.jpg", date: "JAN 2026", @@ -126,7 +126,7 @@ export default function LandingPage() { category: "DESIGN", title: "BRUTALIST ARCHITECTURE", excerpt: "Drawing inspiration from structural integrity and minimalist design cues.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17715.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17715.jpg?_wi=2", authorName: "Archive Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17715.jpg", date: "FEB 2026", -- 2.49.1