From 597c4768759fab6f4d256024526ff4f66e359ed6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:43:32 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8b90e9e..07f5e20 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -78,7 +78,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" }, -- 2.49.1 From c81b618937623d3c5e9f714636ef4b52a02fdb97 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:43:32 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1497d20..6ff7465 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -75,7 +75,7 @@ export default function ContactPage() { Date: Wed, 4 Mar 2026 11:43:33 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index abec0c5..d2e9d53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,9 +89,9 @@ export default function HomePage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg", imageAlt: "Murphy's Menswear storefront on O'Connell Street"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg?_wi=1", imageAlt: "Murphy's Menswear storefront on O'Connell Street"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg", imageAlt: "Premium clothing displays inside the store"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg?_wi=2", imageAlt: "Premium clothing displays inside the store"}, { imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4305.jpg", imageAlt: "Selection of fine suits and formal wear"}, { @@ -163,7 +163,7 @@ export default function HomePage() { title="Why Choose Murphy's Menswear" description="We believe in quality over quantity. Every piece in our store is carefully selected to ensure our customers receive the best value and style. Our friendly, knowledgeable staff are here to help you find exactly what you're looking for—without the hard sell." tag="Our Difference" - 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=1" imageAlt="Friendly staff ready to help at Murphy's Menswear" buttons={[ { text: "Get Directions", href: "/visit" }, -- 2.49.1