From 3a756f1e6c34757294aafe7b2b5bcdf2291e2df9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:00:50 +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 af2ca16..8159317 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -71,7 +71,7 @@ export default function AboutPage() { description="We are your trusted local clothing store in Bagdogra, dedicated to bringing you the finest quality fabrics with modern, stylish designs at affordable prices. Since our inception, we've been committed to making premium fashion accessible to everyone in our community. Our passion for quality and style drives every product we offer." tag="About Us" buttons={[{ text: "Shop Now", href: "/products" }]} - imageSrc="http://img.b2bpic.net/free-photo/woman-shopping-thrift-store_23-2150952346.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-shopping-thrift-store_23-2150952346.jpg?_wi=2" imageAlt="Style Monk store location and team" useInvertedBackground={false} /> @@ -90,7 +90,7 @@ export default function AboutPage() { description: "Premium quality fabrics that are soft, comfortable, and built to last. We ensure every piece meets our high standards for durability and feel.", imageSrc: - "http://img.b2bpic.net/free-photo/funny-crazy-glamor-stylish-sexy-smiling-beautiful-young-woman-model-bright-hipster-summer-casual-clothes-street-blue-sky_158538-13963.jpg", + "http://img.b2bpic.net/free-photo/funny-crazy-glamor-stylish-sexy-smiling-beautiful-young-woman-model-bright-hipster-summer-casual-clothes-street-blue-sky_158538-13963.jpg?_wi=3", imageAlt: "High quality fabric showcase", }, { @@ -99,7 +99,7 @@ export default function AboutPage() { description: "Trendy designs and contemporary styles that keep you fashionable. Our collection is carefully curated to reflect current fashion trends.", imageSrc: - "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448802.jpg", + "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448802.jpg?_wi=3", imageAlt: "Modern stylish clothing collection", }, { @@ -108,7 +108,7 @@ export default function AboutPage() { description: "Premium quality at prices you can afford. We believe great style shouldn't break the bank. Shop with confidence knowing you're getting the best value.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-clothing-rack_53876-138107.jpg", + "http://img.b2bpic.net/free-photo/close-up-clothing-rack_53876-138107.jpg?_wi=3", imageAlt: "Affordable fashion options", }, ]} -- 2.49.1 From 4e57d3691fd6487ccf9bb4d7896e0a9f09699751 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:00:51 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 849225f..d157eac 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -69,7 +69,7 @@ export default function ContactPage() { tag="Newsletter" title="Stay Updated with Latest Styles" description="Subscribe to our newsletter and be the first to know about new arrivals, exclusive offers, and style tips from The House Of Style Monk." - imageSrc="http://img.b2bpic.net/free-photo/customer-putting-clothes-fashion-store-counter-desk-talking-with-friendly-african-american-woman-cashier-making-black-friday-purchases-saleswoman-serving-buyer-clothing-shop-cash-register_482257-64284.jpg" + imageSrc="http://img.b2bpic.net/free-photo/customer-putting-clothes-fashion-store-counter-desk-talking-with-friendly-african-american-woman-cashier-making-black-friday-purchases-saleswoman-serving-buyer-clothing-shop-cash-register_482257-64284.jpg?_wi=3" imageAlt="Style Monk store contact" mediaPosition="right" inputPlaceholder="Enter your email" @@ -94,7 +94,7 @@ export default function ContactPage() { name: "Priya Sharma", role: "Regular Customer", imageSrc: - "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", + "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg?_wi=2", imageAlt: "Priya Sharma", }, { @@ -105,7 +105,7 @@ export default function ContactPage() { name: "Rajesh Kumar", role: "Fashion Enthusiast", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-smiling-model-with-horns-hairstyle-dressed-summer-hipster-jacket-jeans-clothes-sexy-carefree-girl-posing-street-trendy-funny-positive-woman-having-fun-sunglasses_158538-6615.jpg", + "http://img.b2bpic.net/free-photo/beautiful-smiling-model-with-horns-hairstyle-dressed-summer-hipster-jacket-jeans-clothes-sexy-carefree-girl-posing-street-trendy-funny-positive-woman-having-fun-sunglasses_158538-6615.jpg?_wi=2", imageAlt: "Rajesh Kumar", }, { @@ -116,7 +116,7 @@ export default function ContactPage() { name: "Amit Patel", role: "Verified Buyer", imageSrc: - "http://img.b2bpic.net/free-photo/confident-smiling-attractive-woman-cross-arms-chest_176420-16726.jpg", + "http://img.b2bpic.net/free-photo/confident-smiling-attractive-woman-cross-arms-chest_176420-16726.jpg?_wi=2", imageAlt: "Amit Patel", }, { @@ -127,7 +127,7 @@ export default function ContactPage() { name: "Kavya Singh", role: "Loyal Customer", imageSrc: - "http://img.b2bpic.net/free-photo/girl-standing-outside-holding-hand-back_23-2147654963.jpg", + "http://img.b2bpic.net/free-photo/girl-standing-outside-holding-hand-back_23-2147654963.jpg?_wi=2", imageAlt: "Kavya Singh", }, ]} -- 2.49.1 From 5373cc8aacc8e41daef2482e157f663c17ee4bfb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:00:51 +0000 Subject: [PATCH 3/5] 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 37e42e3..be70956 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' }, '*'); })(); +` + }} + /> + +