Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-04 11:41:05 +00:00
4 changed files with 13 additions and 13 deletions

View File

@@ -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" },

View File

@@ -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",
},
]}

View File

@@ -81,7 +81,7 @@ export default function ContactPage() {
<ContactSplitForm
title="Get in Touch"
description="Have questions about our products or services? We'd love to hear from you. Fill out the form below and we'll get back to you as soon as possible."
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=3"
imageAlt="Murphy's Menswear customer service"
mediaPosition="right"
mediaAnimation="slide-up"

View File

@@ -95,11 +95,11 @@ export default function HomePage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg",
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",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg?_wi=2",
imageAlt: "Premium clothing displays inside the store",
},
{
@@ -213,7 +213,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" },
@@ -258,28 +258,28 @@ export default function HomePage() {
id: "1",
name: "Premium Suits",
price: "Visit Store",
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=1",
imageAlt: "Premium suits collection",
},
{
id: "2",
name: "Smart Casual",
price: "Visit Store",
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=1",
imageAlt: "Smart casual wear collection",
},
{
id: "3",
name: "Formal Wear",
price: "Visit Store",
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=1",
imageAlt: "Formal wear and accessories",
},
{
id: "4",
name: "Accessories",
price: "Visit Store",
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=1",
imageAlt: "Belts, ties, and accessories",
},
]}