diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7755098..9a0cabe 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -90,7 +90,7 @@ export default function ContactPage() { content: "Your satisfaction is our priority. If you're not happy with your extensions, we offer a free adjustment visit within 7 days. We want you to love your new look!", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-microphone-working-record-studio_1303-26330.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-microphone-working-record-studio_1303-26330.jpg?_wi=4" imageAlt="Contact information support" textboxLayout="default" animationType="smooth" diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index bb865fc..06ac630 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -49,21 +49,21 @@ export default function GalleryPage() { id: "01", title: "Volume Enhancement - Clip-In Extensions", description: "Client gained instant volume and length with our premium clip-in extensions. Natural blend with her existing hair for a seamless look.", - imageSrc: "http://img.b2bpic.net/free-photo/styled-hair-extensions-beauty-salon_23-2148940855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/styled-hair-extensions-beauty-salon_23-2148940855.jpg?_wi=3", imageAlt: "Volume enhancement transformation", }, { id: "02", title: "Length Transformation - Tape-In System", description: "From shoulder-length to gorgeous long locks. Our tape-in extensions provide durability and a completely undetectable result.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-her-hair-dyed-by-hairdresser-home_23-2148817230.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-her-hair-dyed-by-hairdresser-home_23-2148817230.jpg?_wi=3", imageAlt: "Length transformation with tape-in extensions", }, { id: "03", title: "Luxe Density Upgrade - Sew-In Weave", description: "Complete hair density transformation using our premium sew-in weave method. Perfect protective styling with flawless integration.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-getting-her-hair-done-beauty-salon_23-2148976112.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-getting-her-hair-done-beauty-salon_23-2148976112.jpg?_wi=3", imageAlt: "Density upgrade with sew-in weave", }, ]} @@ -87,7 +87,7 @@ export default function GalleryPage() { name: "Jessica Martinez", role: "Marketing Executive", testimonial: "I came in with thin, damaged hair and left feeling like a completely different person. The transformation was incredible and the quality of the extensions exceeded my expectations!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-slim-sensual-girl-gray-dress-leaning-ag_613910-8706.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-slim-sensual-girl-gray-dress-leaning-ag_613910-8706.jpg?_wi=3", imageAlt: "Jessica Martinez success story", }, { @@ -95,7 +95,7 @@ export default function GalleryPage() { name: "Sarah Chen", role: "Beauty Influencer", testimonial: "As someone who works in the beauty industry, I'm very particular about quality. These extensions are premium grade and look absolutely natural. My followers are constantly asking for the source!", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg?_wi=3", imageAlt: "Sarah Chen testimonial", }, { @@ -103,7 +103,7 @@ export default function GalleryPage() { name: "Amanda Williams", role: "Entrepreneur", testimonial: "The entire process was professional and relaxing. They took their time to ensure perfect placement and color matching. My hair has never looked better and I feel so confident!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-businesswoman_329181-11388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-businesswoman_329181-11388.jpg?_wi=3", imageAlt: "Amanda Williams transformation", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0ef0ff8..599aeff 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +