diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4517d28..04c636d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -66,7 +66,7 @@ export default function AboutPage() { value: "Quality First", title: "Exceptional Standards", description: "Every product is handpicked and vetted for durability and style", - imageSrc: "http://img.b2bpic.net/free-photo/rough-studio-shot-fabric-horizontal-material_1122-2405.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rough-studio-shot-fabric-horizontal-material_1122-2405.jpg?_wi=4", imageAlt: "Premium material texture", }, { @@ -74,7 +74,7 @@ export default function AboutPage() { value: "Customer Focused", title: "Your Satisfaction", description: "We listen to your needs and continuously improve our collections", - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-red-sweater-guy-front-fireplace-male-background-christmas-tree_1157-40667.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-red-sweater-guy-front-fireplace-male-background-christmas-tree_1157-40667.jpg?_wi=4", imageAlt: "Happy customer with package", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 73b209b..92417ee 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -66,7 +66,7 @@ export default function ContactPage() { value: "Email", title: "hello@therefineroom.com", description: "Send us your inquiries and we'll respond within 24 hours", - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-portrait-crossed-arms-blonde-female_1212-684.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-portrait-crossed-arms-blonde-female_1212-684.jpg?_wi=4", imageAlt: "Customer service representative", }, { @@ -74,7 +74,7 @@ export default function ContactPage() { value: "Support", title: "Customer Service", description: "Available Monday-Friday 9am-5pm EST for live assistance", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg?_wi=4", imageAlt: "Friendly support staff", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 79ed837..c703670 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' }, '*'); })(); +` + }} + /> + +