From 85c11d55910f365c64c80a770d75007e79745f28 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:34:56 +0000 Subject: [PATCH 1/6] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 4e9c1e9..5ed0809 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -86,7 +86,7 @@ export default function BlogPage() { category: "Fashion Tips", title: "Mastering the Art of Layering", excerpt: "Discover how to create sophisticated layered outfits that enhance your personal style and stand out at any occasion.", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=3", imageAlt: "Fashion tips article", authorName: "Isabella Fontaine", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg", @@ -97,7 +97,7 @@ export default function BlogPage() { category: "Luxury Lifestyle", title: "The New Luxury: Sustainable Fashion", excerpt: "Explore how high-end brands are embracing sustainable practices without compromising on elegance and exclusivity.", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=4", imageAlt: "Luxury lifestyle article", authorName: "Philippe Laurent", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", -- 2.49.1 From c9d319193a6167f01972a7504e86fae224c27c9b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:35:00 +0000 Subject: [PATCH 2/6] Update src/app/catalog/page.tsx --- src/app/catalog/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/catalog/page.tsx b/src/app/catalog/page.tsx index b48acbb..eca0208 100644 --- a/src/app/catalog/page.tsx +++ b/src/app/catalog/page.tsx @@ -85,7 +85,7 @@ export default function CatalogPage() { id: "1", name: "Silk Evening Gown", price: "$2,850", - imageSrc: "http://img.b2bpic.net/free-photo/blond-female-long-red-dress-motion-studio-shoot_613910-305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-female-long-red-dress-motion-studio-shoot_613910-305.jpg?_wi=4", imageAlt: "Luxury silk evening gown", initialQuantity: 1, }, @@ -93,7 +93,7 @@ export default function CatalogPage() { id: "2", name: "Classic Chronograph Watch", price: "$4,200", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg?_wi=5", imageAlt: "Premium luxury watch", initialQuantity: 1, }, @@ -101,7 +101,7 @@ export default function CatalogPage() { id: "3", name: "Designer Pump Heels", price: "$1,450", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-shoes_1157-18540.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-shoes_1157-18540.jpg?_wi=3", imageAlt: "Luxury designer heels", initialQuantity: 1, }, @@ -109,7 +109,7 @@ export default function CatalogPage() { id: "4", name: "Gold Diamond Necklace", price: "$3,600", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-necklace-with-expensive-stones-pearls_114579-11511.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-necklace-with-expensive-stones-pearls_114579-11511.jpg?_wi=4", imageAlt: "Premium gold jewelry", initialQuantity: 1, }, @@ -117,7 +117,7 @@ export default function CatalogPage() { id: "5", name: "Designer Sunglasses", price: "$895", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-grey-jacket-white-shirt-sunglasses-with-red-lipstick-is-touching-hair-posing-near-her-house-beautiful-lady-grey-oversize-jacket-pants-walks-outside_291650-2564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-grey-jacket-white-shirt-sunglasses-with-red-lipstick-is-touching-hair-posing-near-her-house-beautiful-lady-grey-oversize-jacket-pants-walks-outside_291650-2564.jpg?_wi=4", imageAlt: "Luxury designer eyewear", initialQuantity: 1, }, @@ -125,7 +125,7 @@ export default function CatalogPage() { id: "6", name: "Premium Wool Jacket", price: "$2,200", - imageSrc: "http://img.b2bpic.net/free-photo/woman-jacket_1303-3806.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-jacket_1303-3806.jpg?_wi=3", imageAlt: "Luxury designer jacket", initialQuantity: 1, }, -- 2.49.1 From 847765c854bef3940f5ca17d93a315f6c41553c8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:35:02 +0000 Subject: [PATCH 3/6] 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 302f856..033f109 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -98,7 +98,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg?_wi=4" imageAlt="Luxury accessories collection" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 4ff48a083f8a1f9392a9a7161e53c80932f89bec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:35:06 +0000 Subject: [PATCH 4/6] Update src/app/men/page.tsx --- src/app/men/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/men/page.tsx b/src/app/men/page.tsx index 3b521e9..5ec8ce8 100644 --- a/src/app/men/page.tsx +++ b/src/app/men/page.tsx @@ -86,14 +86,14 @@ export default function MenPage() { id: "01", title: "Luxury Timepieces", description: "Premium chronograph watches and timepieces from the world's finest watchmakers, engineered for perfection.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg?_wi=3", imageAlt: "Men's luxury watches", }, { id: "02", title: "Designer Accessories", description: "Sophisticated ties, cufflinks, and luxury accessories crafted for the discerning gentleman.", - imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg?_wi=3", imageAlt: "Men's luxury accessories", }, ]} @@ -117,7 +117,7 @@ export default function MenPage() { id: "1", name: "Classic Chronograph Watch", price: "$4,200", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg?_wi=4", imageAlt: "Premium luxury watch", initialQuantity: 1, }, @@ -125,7 +125,7 @@ export default function MenPage() { id: "2", name: "Premium Wool Jacket", price: "$2,200", - imageSrc: "http://img.b2bpic.net/free-photo/woman-jacket_1303-3806.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-jacket_1303-3806.jpg?_wi=2", imageAlt: "Luxury designer jacket", initialQuantity: 1, }, @@ -133,7 +133,7 @@ export default function MenPage() { id: "3", name: "Designer Sunglasses", price: "$895", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-grey-jacket-white-shirt-sunglasses-with-red-lipstick-is-touching-hair-posing-near-her-house-beautiful-lady-grey-oversize-jacket-pants-walks-outside_291650-2564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-grey-jacket-white-shirt-sunglasses-with-red-lipstick-is-touching-hair-posing-near-her-house-beautiful-lady-grey-oversize-jacket-pants-walks-outside_291650-2564.jpg?_wi=3", imageAlt: "Luxury designer eyewear", initialQuantity: 1, }, -- 2.49.1 From 655dcecf5d6b4f076cc3dca15144753933f9ed94 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:35:11 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed82336..1356799 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function HomePage() { imageAlt: "Luxury fashion model in haute couture", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=1", imageAlt: "Premium luxury fashion photography", }, ]} @@ -118,14 +118,14 @@ export default function HomePage() { id: "01", title: "Women's Couture", description: "Exquisite dresses, elegant tops, and premium footwear crafted by world-renowned designers for the modern woman.", - imageSrc: "http://img.b2bpic.net/free-photo/ladies-evening-dress-elegant-women-long-gown_1157-47541.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ladies-evening-dress-elegant-women-long-gown_1157-47541.jpg?_wi=1", imageAlt: "Women's luxury collection", }, { id: "02", title: "Premium Accessories", description: "Statement jewelry, luxury watches, and designer eyewear that elevate every ensemble with timeless elegance.", - imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg?_wi=1", imageAlt: "Luxury accessories collection", }, ]} @@ -149,7 +149,7 @@ export default function HomePage() { id: "1", name: "Silk Evening Gown", price: "$2,850", - imageSrc: "http://img.b2bpic.net/free-photo/blond-female-long-red-dress-motion-studio-shoot_613910-305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-female-long-red-dress-motion-studio-shoot_613910-305.jpg?_wi=1", imageAlt: "Luxury silk evening gown", initialQuantity: 1, }, @@ -157,7 +157,7 @@ export default function HomePage() { id: "2", name: "Classic Chronograph Watch", price: "$4,200", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg?_wi=1", imageAlt: "Premium luxury watch", initialQuantity: 1, }, @@ -165,7 +165,7 @@ export default function HomePage() { id: "3", name: "Designer Pump Heels", price: "$1,450", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-shoes_1157-18540.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-shoes_1157-18540.jpg?_wi=1", imageAlt: "Luxury designer heels", initialQuantity: 1, }, @@ -173,7 +173,7 @@ export default function HomePage() { id: "4", name: "Gold Diamond Necklace", price: "$3,600", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-necklace-with-expensive-stones-pearls_114579-11511.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-necklace-with-expensive-stones-pearls_114579-11511.jpg?_wi=1", imageAlt: "Premium gold jewelry", initialQuantity: 1, }, @@ -181,7 +181,7 @@ export default function HomePage() { id: "5", name: "Designer Sunglasses", price: "$895", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-grey-jacket-white-shirt-sunglasses-with-red-lipstick-is-touching-hair-posing-near-her-house-beautiful-lady-grey-oversize-jacket-pants-walks-outside_291650-2564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-grey-jacket-white-shirt-sunglasses-with-red-lipstick-is-touching-hair-posing-near-her-house-beautiful-lady-grey-oversize-jacket-pants-walks-outside_291650-2564.jpg?_wi=1", imageAlt: "Luxury designer eyewear", initialQuantity: 1, }, @@ -189,7 +189,7 @@ export default function HomePage() { id: "6", name: "Premium Wool Jacket", price: "$2,200", - imageSrc: "http://img.b2bpic.net/free-photo/woman-jacket_1303-3806.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-jacket_1303-3806.jpg?_wi=1", imageAlt: "Luxury designer jacket", initialQuantity: 1, }, @@ -241,7 +241,7 @@ export default function HomePage() { tag: "Luxury Connoisseur", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg", avatarAlt: "Sarah Mitchell", - imageSrc: "http://img.b2bpic.net/free-photo/ladies-evening-dress-elegant-women-long-gown_1157-47541.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ladies-evening-dress-elegant-women-long-gown_1157-47541.jpg?_wi=2", imageAlt: "Women's collection", }, { @@ -253,7 +253,7 @@ export default function HomePage() { tag: "Premium Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "James Chen", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg?_wi=2", imageAlt: "Watch collection", }, { @@ -265,7 +265,7 @@ export default function HomePage() { tag: "Style Icon", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", avatarAlt: "Elena Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/blond-female-long-red-dress-motion-studio-shoot_613910-305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-female-long-red-dress-motion-studio-shoot_613910-305.jpg?_wi=2", imageAlt: "Dress collection", }, { @@ -277,7 +277,7 @@ export default function HomePage() { tag: "Collector", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Marcus Thompson", - imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg?_wi=2", imageAlt: "Accessories collection", }, { @@ -289,7 +289,7 @@ export default function HomePage() { tag: "Design Professional", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg", avatarAlt: "Victoria Brooks", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-necklace-with-expensive-stones-pearls_114579-11511.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-necklace-with-expensive-stones-pearls_114579-11511.jpg?_wi=2", imageAlt: "Jewelry collection", }, { @@ -301,7 +301,7 @@ export default function HomePage() { tag: "Connoisseur", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Alexander Knight", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-grey-jacket-white-shirt-sunglasses-with-red-lipstick-is-touching-hair-posing-near-her-house-beautiful-lady-grey-oversize-jacket-pants-walks-outside_291650-2564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-grey-jacket-white-shirt-sunglasses-with-red-lipstick-is-touching-hair-posing-near-her-house-beautiful-lady-grey-oversize-jacket-pants-walks-outside_291650-2564.jpg?_wi=2", imageAlt: "Eyewear collection", }, ]} -- 2.49.1 From 1712cddb332c4d39524703b3aab2486aefff1ee6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:35:15 +0000 Subject: [PATCH 6/6] Update src/app/women/page.tsx --- src/app/women/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/women/page.tsx b/src/app/women/page.tsx index b936305..f43a4a3 100644 --- a/src/app/women/page.tsx +++ b/src/app/women/page.tsx @@ -86,14 +86,14 @@ export default function WomenPage() { id: "01", title: "Couture Dresses", description: "Exquisitely crafted evening gowns and day dresses from world-renowned designers, perfect for any occasion.", - imageSrc: "http://img.b2bpic.net/free-photo/ladies-evening-dress-elegant-women-long-gown_1157-47541.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ladies-evening-dress-elegant-women-long-gown_1157-47541.jpg?_wi=3", imageAlt: "Women's couture dresses", }, { id: "02", title: "Elegant Tops & Blouses", description: "Premium silk and designer blouses that combine sophistication with comfort for the modern woman.", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=2", imageAlt: "Women's elegant tops", }, ]} @@ -117,7 +117,7 @@ export default function WomenPage() { id: "1", name: "Silk Evening Gown", price: "$2,850", - imageSrc: "http://img.b2bpic.net/free-photo/blond-female-long-red-dress-motion-studio-shoot_613910-305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-female-long-red-dress-motion-studio-shoot_613910-305.jpg?_wi=3", imageAlt: "Luxury silk evening gown", initialQuantity: 1, }, @@ -125,7 +125,7 @@ export default function WomenPage() { id: "2", name: "Designer Pump Heels", price: "$1,450", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-shoes_1157-18540.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-shoes_1157-18540.jpg?_wi=2", imageAlt: "Luxury designer heels", initialQuantity: 1, }, @@ -133,7 +133,7 @@ export default function WomenPage() { id: "3", name: "Gold Diamond Necklace", price: "$3,600", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-necklace-with-expensive-stones-pearls_114579-11511.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-necklace-with-expensive-stones-pearls_114579-11511.jpg?_wi=3", imageAlt: "Premium gold jewelry", initialQuantity: 1, }, -- 2.49.1