From f364f7ea58ac7582151839eecc60b7e47cbadc76 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 14:30:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b51755c..8b5d798 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,17 +48,17 @@ export default function LandingPage() { description="Redefining the architecture of luxury. Where tradition meets future-forward garment engineering." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg", imageAlt: "Luxury hybrid coat silhouette"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg?_wi=1", imageAlt: "Luxury hybrid coat silhouette"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg", imageAlt: "Luxury hybrid coat silhouette 2"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg?_wi=2", imageAlt: "Luxury hybrid coat silhouette 2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg", imageAlt: "Luxury hybrid coat silhouette 3"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg?_wi=3", imageAlt: "Luxury hybrid coat silhouette 3"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg", imageAlt: "Luxury hybrid coat silhouette 4"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg?_wi=4", imageAlt: "Luxury hybrid coat silhouette 4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg", imageAlt: "Luxury hybrid coat silhouette 5"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg?_wi=5", imageAlt: "Luxury hybrid coat silhouette 5"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg", imageAlt: "Luxury hybrid coat silhouette 6"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-flowy-red-dress_23-2149020805.jpg?_wi=6", imageAlt: "Luxury hybrid coat silhouette 6"}, ]} /> @@ -81,13 +81,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "GOH", name: "Obsidian Parka", price: "4,500", rating: 5, - reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3315.jpg"}, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3315.jpg?_wi=1"}, { id: "2", brand: "GOH", name: "Golden Stitch Jacket", price: "3,200", rating: 5, - reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3315.jpg"}, + reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3315.jpg?_wi=2"}, { id: "3", brand: "GOH", name: "Hybrid Trench", price: "5,100", rating: 5, - reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3315.jpg"}, + reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3315.jpg?_wi=3"}, ]} title="The Current Collection" description="Limited release hybrid garments." @@ -102,7 +102,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Elena V.", role: "Creative", company: "Studio X", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-expressive-transgender-posing_23-2149154631.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-expressive-transgender-posing_23-2149154631.jpg?_wi=1"}, { id: "2", name: "Marcus Thorne", role: "Director", company: "Luxe Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sensual-blond-female-dressed-purple-jacket-isolated-dark-grey-background_613910-141.jpg"}, @@ -114,7 +114,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/woman-studio-lamp-photo-art-concept_23-2148565571.jpg"}, { id: "5", name: "Aria Stark", role: "Artisan", company: "GOH Atelier", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-expressive-transgender-posing_23-2149154631.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-expressive-transgender-posing_23-2149154631.jpg?_wi=2"}, ]} kpiItems={[ { -- 2.49.1