diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 570678c..9c89433 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -66,28 +66,28 @@ export default function AboutPage() { id: 1, title: "Imported Italian Mills", description: "Exclusively sourced fabrics from Loro Piana, Cerruti, and Vitale Barberis Canonico. Every fiber selected for longevity, drape, and prestige.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-wool-texture-details_23-2149620487.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-wool-texture-details_23-2149620487.jpg?_wi=2", imageAlt: "Premium Italian fabric collection", }, { id: 2, title: "Precision Craftsmanship", description: "Hand-stitched by master tailors with 20+ years of experience. Every seam, every button, every detail executed with meticulous care.", - imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons-with-thimble_23-2148145982.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons-with-thimble_23-2148145982.jpg?_wi=2", imageAlt: "Close-up of hand-stitching detail", }, { id: 3, title: "Lifetime Alterations", description: "Your suit grows with you. Free alterations for life—because true bespoke is forever. Updates, repairs, reimagining at no extra cost.", - imageSrc: "http://img.b2bpic.net/free-photo/hands-manufacturing-clothes-close-up_23-2149007420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hands-manufacturing-clothes-close-up_23-2149007420.jpg?_wi=2", imageAlt: "Precise measurement and fitting process", }, { id: 4, title: "Home Appointments", description: "Luxury tailoring comes to you. Book private consultations at your residence—fabric selection, measurements, fittings all handled with discretion and convenience.", - imageSrc: "http://img.b2bpic.net/free-photo/classy-man-tailor-shop_53876-24895.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/classy-man-tailor-shop_53876-24895.jpg?_wi=2", imageAlt: "Personal consultation at residence", }, ]} diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index 68adf3e..036aab7 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -57,21 +57,21 @@ export default function CollectionsPage() { id: "1", name: "Bespoke Suits", price: "From ₹85,000", - imageSrc: "http://img.b2bpic.net/free-photo/elderly-client-looking-formal-blazers-shopping-mall_482257-99066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elderly-client-looking-formal-blazers-shopping-mall_482257-99066.jpg?_wi=2", imageAlt: "Premium bespoke suit collection", }, { id: "2", name: "Wedding Sherwanis", price: "From ₹1,20,000", - imageSrc: "http://img.b2bpic.net/free-photo/indian-man-wear-traditional-clothes-with-white-scarf-posed-outdoor-against-green-bushes-park_627829-12676.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indian-man-wear-traditional-clothes-with-white-scarf-posed-outdoor-against-green-bushes-park_627829-12676.jpg?_wi=2", imageAlt: "Luxury wedding sherwani collection", }, { id: "3", name: "Formal Tuxedos", price: "From ₹95,000", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-handsome-groom-wearing-brown-plaid-suit-with-bow-tie-sitting-floor-with-glass-alcohol-beverage-white-background-seriously-looking-camera_8353-12557.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-handsome-groom-wearing-brown-plaid-suit-with-bow-tie-sitting-floor-with-glass-alcohol-beverage-white-background-seriously-looking-camera_8353-12557.jpg?_wi=2", imageAlt: "Black tie tuxedo collection", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1e41fca..7dccfed 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1426,6 +1426,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +