From 4e08cf2b96e34c589a2a4ea588f09aa491706a68 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:10:30 +0000 Subject: [PATCH 1/9] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f48c268..920405e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -67,7 +67,7 @@ export default function AboutPage() { "Every piece is crafted from the finest materials sourced from around the world. We partner with only the best suppliers to ensure lasting elegance.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/set-decoration-wedding-invitation-cloth-with-gray-textured-background-top-view_176474-4584.jpg", + "http://img.b2bpic.net/free-photo/set-decoration-wedding-invitation-cloth-with-gray-textured-background-top-view_176474-4584.jpg?_wi=2", imageAlt: "luxury leather texture premium quality material", }, items: [ @@ -93,7 +93,7 @@ export default function AboutPage() { "Our collections blend classic elegance with contemporary aesthetics. Each item is designed to complement any wardrobe and home setting.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/flower-glass_1339-5025.jpg", + "http://img.b2bpic.net/free-photo/flower-glass_1339-5025.jpg?_wi=2", imageAlt: "elegant fashion styling luxury handbags display", }, items: [ @@ -135,7 +135,7 @@ export default function AboutPage() { name: "Sarah Mitchell", role: "Luxury Brand Consultant", imageSrc: - "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg", + "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg?_wi=2", imageAlt: "Sarah Mitchell", }, { @@ -146,7 +146,7 @@ export default function AboutPage() { name: "Emma Richardson", role: "Interior Designer", imageSrc: - "http://img.b2bpic.net/free-photo/elegant-beautiful-young-woman-dress-room_23-2148068394.jpg", + "http://img.b2bpic.net/free-photo/elegant-beautiful-young-woman-dress-room_23-2148068394.jpg?_wi=2", imageAlt: "Emma Richardson", }, { @@ -157,7 +157,7 @@ export default function AboutPage() { name: "Jessica Chen", role: "Fashion Editor", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", + "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "Jessica Chen", }, { @@ -168,7 +168,7 @@ export default function AboutPage() { name: "Victoria Brooks", role: "Executive & Style Icon", imageSrc: - "http://img.b2bpic.net/free-photo/joy-happiness-positive-feelings-concept-portrait-fair-haired-friendly-young-female-stylish-white-shirt-smiling-happily-rejoicing-good-news-present-exams-success-work_343059-4197.jpg", + "http://img.b2bpic.net/free-photo/joy-happiness-positive-feelings-concept-portrait-fair-haired-friendly-young-female-stylish-white-shirt-smiling-happily-rejoicing-good-news-present-exams-success-work_343059-4197.jpg?_wi=2", imageAlt: "Victoria Brooks", }, { @@ -179,7 +179,7 @@ export default function AboutPage() { name: "Amanda Foster", role: "Professional Stylist", imageSrc: - "http://img.b2bpic.net/free-photo/woman-portrait-indoors_624325-3429.jpg", + "http://img.b2bpic.net/free-photo/woman-portrait-indoors_624325-3429.jpg?_wi=2", imageAlt: "Amanda Foster", }, { @@ -190,7 +190,7 @@ export default function AboutPage() { name: "Natalia Rossi", role: "Luxury Lifestyle Blogger", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", + "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=2", imageAlt: "Natalia Rossi", }, ]} -- 2.49.1 From 09eeef7eb6b83dfe6b0856ae13aed0e0fe68f784 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:10:31 +0000 Subject: [PATCH 2/9] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 0eae608..260bce8 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -23,7 +23,7 @@ const CartPage = () => { name: "Italian Leather Tote", price: 285, quantity: 1, - imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg?_wi=8", imageAlt: "Italian leather tote bag", }, { @@ -31,7 +31,7 @@ const CartPage = () => { name: "Silk-Lined Crossbody", price: 195, quantity: 2, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg?_wi=7", imageAlt: "Elegant crossbody bag", }, ]); -- 2.49.1 From 56afc1bc7a752a29bfb8d4cee3e7c187c9a99c46 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:10:31 +0000 Subject: [PATCH 3/9] Update src/app/checkout/page.tsx --- src/app/checkout/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx index f1d2517..7239534 100644 --- a/src/app/checkout/page.tsx +++ b/src/app/checkout/page.tsx @@ -67,7 +67,7 @@ export default function CheckoutPage() { rating: 5, reviewCount: "124", imageSrc: - "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg", + "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg?_wi=9", imageAlt: "Italian leather tote bag", }, { @@ -78,7 +78,7 @@ export default function CheckoutPage() { rating: 5, reviewCount: "98", imageSrc: - "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg", + "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg?_wi=8", imageAlt: "Elegant crossbody bag", }, { @@ -89,7 +89,7 @@ export default function CheckoutPage() { rating: 5, reviewCount: "87", imageSrc: - "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg", + "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg?_wi=7", imageAlt: "Sophisticated evening clutch", }, ]} -- 2.49.1 From f5bc157342e4fab9b179380cec5428b9f97709bf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:10:31 +0000 Subject: [PATCH 4/9] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 30a12f7..4401cf7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1427,6 +1427,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +