diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 34bfc51..7b4e955 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -84,7 +84,7 @@ export default function AboutPage() { title="Our Story: 40+ Years of Quality Menswear" description="Since the 1980s, Murphy's Menswear has been serving the men of Ennis and Co. Clare with premium clothing, expert service, and a commitment to quality that never compromises." tag="Our Heritage" - imageSrc="http://img.b2bpic.net/free-photo/man-standing-shop-looking-mirror-choosing-tie_7502-4399.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-standing-shop-looking-mirror-choosing-tie_7502-4399.jpg?_wi=2" imageAlt="The heart of Murphy's Menswear: quality service" buttons={[ { text: "Visit Us", href: "/visit" }, diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index 790625e..843a26f 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -88,28 +88,28 @@ export default function CollectionsPage() { id: "1", name: "Premium Suits", price: "In Stock", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-choosing-jacket-shop_171337-18967.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-choosing-jacket-shop_171337-18967.jpg?_wi=2", imageAlt: "Premium suits collection", }, { id: "2", name: "Smart Casual", price: "In Stock", - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-leaning-against-rusty-colored-background_150588-68.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-leaning-against-rusty-colored-background_150588-68.jpg?_wi=2", imageAlt: "Smart casual wear collection", }, { id: "3", name: "Formal Wear", price: "In Stock", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45690.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45690.jpg?_wi=2", imageAlt: "Formal wear and accessories", }, { id: "4", name: "Accessories", price: "In Stock", - imageSrc: "http://img.b2bpic.net/free-photo/male-accessories-near-present-cup_23-2148114404.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-accessories-near-present-cup_23-2148114404.jpg?_wi=2", imageAlt: "Belts, ties, and accessories", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4a74fbf..926baae 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -81,7 +81,7 @@ export default function ContactPage() {