From b8dd13db62521293f09483b5177ab09728780d86 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:15:06 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 298862e..7636bbe 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -68,7 +68,7 @@ export default function AboutPage() { company: "@mayastyle", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Maya Chen", }, { @@ -78,7 +78,7 @@ export default function AboutPage() { company: "Studio Collective", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", imageAlt: "Alex Rivera", }, { @@ -88,7 +88,7 @@ export default function AboutPage() { company: "@stylepark", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", imageAlt: "Jordan Park", }, { @@ -98,7 +98,7 @@ export default function AboutPage() { company: "Vogue Collective", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9", imageAlt: "Sam Williams", }, ]} -- 2.49.1 From 73477d46842b8b1570a62bc115463eedd8b181ca Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:15:06 +0000 Subject: [PATCH 2/5] Update src/app/collections/page.tsx --- src/app/collections/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index b9fc6ea..b851f50 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -50,7 +50,7 @@ export default function CollectionsPage() { price: "$89", variant: "Black, White, Cream — 5 Colors", imageSrc: - "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-52027.jpg", + "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-52027.jpg?_wi=3", imageAlt: "Essential Oversized T-Shirt", isFavorited: false, }, @@ -60,7 +60,7 @@ export default function CollectionsPage() { price: "$325", variant: "Charcoal, Navy — 2 Colors", imageSrc: - "http://img.b2bpic.net/free-photo/handsome-adult-man-posing-outdoors_23-2148466091.jpg", + "http://img.b2bpic.net/free-photo/handsome-adult-man-posing-outdoors_23-2148466091.jpg?_wi=3", imageAlt: "Structured Wool Jacket", isFavorited: false, }, @@ -70,7 +70,7 @@ export default function CollectionsPage() { price: "$145", variant: "Black, Grey — 2 Colors", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3283.jpg", + "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3283.jpg?_wi=3", imageAlt: "Minimal Trousers", isFavorited: false, }, @@ -80,7 +80,7 @@ export default function CollectionsPage() { price: "$125", variant: "Black, Charcoal, Cream — 3 Colors", imageSrc: - "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg", + "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg?_wi=3", imageAlt: "Signature Hoodie", isFavorited: false, }, -- 2.49.1 From 9c2da0348539050a081d5d2667e770504f240db1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:15:07 +0000 Subject: [PATCH 3/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7a662a5..2f8a8ef 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -45,7 +45,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/overhead-shot-young-businesswoman-fashion-designer-reviewing-her-clothes-design-sketches_181624-57573.jpg" + imageSrc="http://img.b2bpic.net/free-photo/overhead-shot-young-businesswoman-fashion-designer-reviewing-her-clothes-design-sketches_181624-57573.jpg?_wi=3" imageAlt="Contact IXOR" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 834a8f1462ac4dc95e2cbd83832ea0adc600aa98 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:15:08 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52283f2..7ae003a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function HomePage() { price: "$89", variant: "Black, White, Cream — 5 Colors", imageSrc: - "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-52027.jpg", + "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-52027.jpg?_wi=1", imageAlt: "Essential Oversized T-Shirt", isFavorited: false, }, @@ -100,7 +100,7 @@ export default function HomePage() { price: "$325", variant: "Charcoal, Navy — 2 Colors", imageSrc: - "http://img.b2bpic.net/free-photo/handsome-adult-man-posing-outdoors_23-2148466091.jpg", + "http://img.b2bpic.net/free-photo/handsome-adult-man-posing-outdoors_23-2148466091.jpg?_wi=1", imageAlt: "Structured Wool Jacket", isFavorited: false, }, @@ -110,7 +110,7 @@ export default function HomePage() { price: "$145", variant: "Black, Grey — 2 Colors", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3283.jpg", + "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3283.jpg?_wi=1", imageAlt: "Minimal Trousers", isFavorited: false, }, @@ -120,7 +120,7 @@ export default function HomePage() { price: "$125", variant: "Black, Charcoal, Cream — 3 Colors", imageSrc: - "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg", + "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg?_wi=1", imageAlt: "Signature Hoodie", isFavorited: false, }, @@ -198,7 +198,7 @@ export default function HomePage() { company: "@mayastyle", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Maya Chen", }, { @@ -208,7 +208,7 @@ export default function HomePage() { company: "Studio Collective", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Alex Rivera", }, { @@ -218,7 +218,7 @@ export default function HomePage() { company: "@stylepark", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Jordan Park", }, { @@ -228,7 +228,7 @@ export default function HomePage() { company: "Vogue Collective", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Sam Williams", }, ]} @@ -252,7 +252,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/overhead-shot-young-businesswoman-fashion-designer-reviewing-her-clothes-design-sketches_181624-57573.jpg" + imageSrc="http://img.b2bpic.net/free-photo/overhead-shot-young-businesswoman-fashion-designer-reviewing-her-clothes-design-sketches_181624-57573.jpg?_wi=1" imageAlt="IXOR Newsletter" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 208952fe8576e27415309e6736abf69758dba66c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:15:08 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 9af0e57..48e80c1 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -49,7 +49,7 @@ export default function ShopPage() { price: "$89", variant: "Black, White, Cream — 5 Colors", imageSrc: - "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-52027.jpg", + "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-52027.jpg?_wi=2", imageAlt: "Essential Oversized T-Shirt", isFavorited: false, }, @@ -59,7 +59,7 @@ export default function ShopPage() { price: "$325", variant: "Charcoal, Navy — 2 Colors", imageSrc: - "http://img.b2bpic.net/free-photo/handsome-adult-man-posing-outdoors_23-2148466091.jpg", + "http://img.b2bpic.net/free-photo/handsome-adult-man-posing-outdoors_23-2148466091.jpg?_wi=2", imageAlt: "Structured Wool Jacket", isFavorited: false, }, @@ -69,7 +69,7 @@ export default function ShopPage() { price: "$145", variant: "Black, Grey — 2 Colors", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3283.jpg", + "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3283.jpg?_wi=2", imageAlt: "Minimal Trousers", isFavorited: false, }, @@ -79,7 +79,7 @@ export default function ShopPage() { price: "$125", variant: "Black, Charcoal, Cream — 3 Colors", imageSrc: - "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg", + "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg?_wi=2", imageAlt: "Signature Hoodie", isFavorited: false, }, @@ -126,7 +126,7 @@ export default function ShopPage() { price: "$199", variant: "Multipack — 3 Items", imageSrc: - "http://img.b2bpic.net/free-photo/overhead-shot-young-businesswoman-fashion-designer-reviewing-her-clothes-design-sketches_181624-57573.jpg", + "http://img.b2bpic.net/free-photo/overhead-shot-young-businesswoman-fashion-designer-reviewing-her-clothes-design-sketches_181624-57573.jpg?_wi=2", imageAlt: "Basics Pack", isFavorited: false, }, @@ -136,7 +136,7 @@ export default function ShopPage() { price: "$450", variant: "Black — Limited Quantity", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Heritage Jacket", isFavorited: false, }, -- 2.49.1