diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0811341..85b2024 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -92,7 +92,7 @@ export default function LandingPage() { icon: Coffee, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43558.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43558.jpg?_wi=2" imageAlt="skilled barber giving a client a precise haircut" mediaAnimation="slide-up" /> @@ -108,21 +108,21 @@ export default function LandingPage() { id: "1", name: "Miron Petrov", role: "Founder & Master Barber", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-good-looking-nordic-unshaven-man-with-fashionable-hairdo-posing_176420-15809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-good-looking-nordic-unshaven-man-with-fashionable-hairdo-posing_176420-15809.jpg?_wi=2", imageAlt: "Miron Petrov, founder", }, { id: "2", name: "David Chen", role: "Senior Stylist", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-redhead-guy-beige-shirt_176420-32311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-redhead-guy-beige-shirt_176420-32311.jpg?_wi=2", imageAlt: "David Chen, senior stylist", }, { id: "3", name: "Maria Rodriguez", role: "Grooming Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-long-hair-sitting-cafe-with-phone-man_273609-6373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-long-hair-sitting-cafe-with-phone-man_273609-6373.jpg?_wi=2", imageAlt: "Maria Rodriguez, grooming specialist", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fe3012..701c73f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,7 +132,7 @@ export default function LandingPage() { content: "We pride ourselves on delivering consistent, high-quality haircuts and styles, ensuring you leave looking and feeling your best, every time.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43558.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43558.jpg?_wi=1" imageAlt="Skilled barber giving a haircut with precision." mediaAnimation="slide-up" mediaPosition="right" @@ -150,28 +150,28 @@ export default function LandingPage() { id: "haircut", name: "Precision Haircut", price: "From $30", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-female-hairdresser-washing-bearded-men-s-hair-before-haircut-saloon_613910-14593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-female-hairdresser-washing-bearded-men-s-hair-before-haircut-saloon_613910-14593.jpg?_wi=1", imageAlt: "Fresh, clean men's haircut", }, { id: "beard-trim", name: "Expert Beard Trim", price: "From $20", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-bearded-man-talking-phone_1153-1396.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-bearded-man-talking-phone_1153-1396.jpg?_wi=1", imageAlt: "Man receiving a professional beard trim", }, { id: "line-up", name: "Sharp Line-Up", price: "From $15", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-metal-horizontal-lines-background_23-2148744269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-metal-horizontal-lines-background_23-2148744269.jpg?_wi=1", imageAlt: "Barber performing a precision hairline line-up", }, { id: "styling", name: "Custom Styling", price: "From $10", - imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-4252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-4252.jpg?_wi=1", imageAlt: "Man getting his hair styled with product", }, ]} @@ -190,28 +190,28 @@ export default function LandingPage() { id: "haircut", name: "Precision Haircut", price: "From $30", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-female-hairdresser-washing-bearded-men-s-hair-before-haircut-saloon_613910-14593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-female-hairdresser-washing-bearded-men-s-hair-before-haircut-saloon_613910-14593.jpg?_wi=2", imageAlt: "Fresh, clean men's haircut", }, { id: "beard-trim", name: "Expert Beard Trim", price: "From $20", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-bearded-man-talking-phone_1153-1396.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-bearded-man-talking-phone_1153-1396.jpg?_wi=2", imageAlt: "Man receiving a professional beard trim", }, { id: "line-up", name: "Sharp Line-Up", price: "From $15", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-metal-horizontal-lines-background_23-2148744269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-metal-horizontal-lines-background_23-2148744269.jpg?_wi=2", imageAlt: "Barber performing a precision hairline line-up", }, { id: "styling", name: "Custom Styling", price: "From $10", - imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-4252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-4252.jpg?_wi=2", imageAlt: "Man getting his hair styled with product", }, ]} @@ -232,7 +232,7 @@ export default function LandingPage() { handle: "@johndoescut", testimonial: "Always a perfect cut! The barbers here are true artists and the atmosphere is always welcoming. My go-to spot in Glendale.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-good-looking-nordic-unshaven-man-with-fashionable-hairdo-posing_176420-15809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-good-looking-nordic-unshaven-man-with-fashionable-hairdo-posing_176420-15809.jpg?_wi=1", }, { id: "2", @@ -240,7 +240,7 @@ export default function LandingPage() { handle: "@mike_sharp", testimonial: "Professional, clean, and friendly. Miron's Cut consistently delivers. Best beard trim I've ever had!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-redhead-guy-beige-shirt_176420-32311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-redhead-guy-beige-shirt_176420-32311.jpg?_wi=1", }, { id: "3", @@ -248,7 +248,7 @@ export default function LandingPage() { handle: "@david_fade", testimonial: "Finding a reliable barber can be tough, but Miron's Cut nailed it. Every cut is exactly what I ask for, and it lasts.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-long-hair-sitting-cafe-with-phone-man_273609-6373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-long-hair-sitting-cafe-with-phone-man_273609-6373.jpg?_wi=1", }, { id: "4",