Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-03 14:15:14 +00:00
5 changed files with 24 additions and 24 deletions

View File

@@ -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",
},
]}

View File

@@ -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,
},

View File

@@ -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"

View File

@@ -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"

View File

@@ -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,
},