From 64f7b5e0eb643907fa0c0862c102b47d88d02142 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:32:29 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4274ec5..444a0ef 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -73,7 +73,7 @@ export default function AboutPage() { tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/lovely-woman-posing-photo-cafe_23-2147785282.jpg", avatarAlt: "Aisha Khan", - imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-man-wheelchair-suggesting-clothes-his-friend_482257-118187.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-man-wheelchair-suggesting-clothes-his-friend_482257-118187.jpg?_wi=2", imageAlt: "Customer wearing Accoutre luxury clothing", }, { @@ -85,7 +85,7 @@ export default function AboutPage() { tag: "International Customer", avatarSrc: "http://img.b2bpic.net/free-photo/two-young-friends-taking-selfie-with-digital-tablet_58466-11256.jpg", avatarAlt: "Farhan Ahmed", - imageSrc: "http://img.b2bpic.net/free-photo/women-trying-clothes-store_23-2148915565.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-trying-clothes-store_23-2148915565.jpg?_wi=3", imageAlt: "Unboxing luxury Accoutre package", }, { @@ -97,7 +97,7 @@ export default function AboutPage() { tag: "Fashion Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/middle-eastern-man-wheelchair-suggesting-clothes-his-friend_482257-118187.jpg", avatarAlt: "Zara Malik", - imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-posing-photo-cafe_23-2147785282.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-posing-photo-cafe_23-2147785282.jpg?_wi=3", imageAlt: "Styled luxury clothing from Accoutre", }, ]} From 08e6e13400576561fed6cc8e13666c5bcfec9499 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:32:30 +0000 Subject: [PATCH 2/6] Update src/app/collections/page.tsx --- src/app/collections/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index 2e646e2..d671734 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -71,21 +71,21 @@ export default function CollectionsPage() { id: "col-1", name: "Designer Blazer Collection", price: "PKR 16,800", - imageSrc: "http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576841.jpg?_wi=3", imageAlt: "Premium designer blazer from collection", }, { id: "col-2", name: "Evening Wear Ensemble", price: "PKR 22,500", - imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-clothes-shop_107420-94824.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-clothes-shop_107420-94824.jpg?_wi=3", imageAlt: "Luxury evening wear collection", }, { id: "col-3", name: "Formal Footwear Set", price: "PKR 14,900", - imageSrc: "http://img.b2bpic.net/free-photo/glamorous-stiletto-pair-vibrant-pink-color-generated-by-ai_188544-21011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glamorous-stiletto-pair-vibrant-pink-color-generated-by-ai_188544-21011.jpg?_wi=3", imageAlt: "Designer shoes from collection", }, ]} @@ -106,13 +106,13 @@ export default function CollectionsPage() { id: 1, title: "Authentic Inventory", description: "Direct sourcing from international distributors. Every piece carries full authenticity verification and Grade-A export certification.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg?_wi=3", }, { id: 2, title: "Unbeatable Pricing", description: "Premium brands at 40-60% below retail. Branded leftovers represent excess seasonal inventory, passed savings directly to you.", - imageSrc: "http://img.b2bpic.net/free-psd/boutique-template-design_23-2151526173.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/boutique-template-design_23-2151526173.jpg?_wi=2", }, { id: 3, From d5553c661b447e8feeb606d6cb845d70f13d7ff8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:32:30 +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 9a8423a..aa6e59d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -76,7 +76,7 @@ export default function ContactPage() { variant: "sparkles-gradient", }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-psd/autism-day-awareness-template_23-2151948557.jpg" + imageSrc="http://img.b2bpic.net/free-psd/autism-day-awareness-template_23-2151948557.jpg?_wi=2" imageAlt="newsletter signup email marketing contact" mediaPosition="right" mediaAnimation="blur-reveal" From 6589d79e11c5708d04ea12e67da0430c40d720bb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:32:31 +0000 Subject: [PATCH 4/6] 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 1729588..472f897 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1433,6 +1433,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +