From adf87c3d851e40e8097ed9cfe39ec3fb1edb5c6f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 15:18:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e10990..a607096 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,15 +80,15 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/sensual-glamour-portrait-beautiful-blond-woman-model-lady-with-fresh-daily-makeup-with-pink-lips-color-clean-healthy-skin_158538-14293.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sensual-glamour-portrait-beautiful-blond-woman-model-lady-with-fresh-daily-makeup-with-pink-lips-color-clean-healthy-skin_158538-14293.jpg?_wi=1", imageAlt: "Luxurious hair salon interior with stylists at work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-protecting-client-with-plastic-cape_23-2147769746.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-protecting-client-with-plastic-cape_23-2147769746.jpg?_wi=1", imageAlt: "Hair stylist applying color to client's hair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-bearded-barber-man-apron-holding-scissors-hairbrush-going-cut-standing-orange-wall_141793-48457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-bearded-barber-man-apron-holding-scissors-hairbrush-going-cut-standing-orange-wall_141793-48457.jpg?_wi=1", imageAlt: "Client getting hair cut and styled by a professional", }, { @@ -142,7 +142,7 @@ export default function LandingPage() { imageAlt: "Hair transformation before and after a cutting and styling session", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/sensual-glamour-portrait-beautiful-blond-woman-model-lady-with-fresh-daily-makeup-with-pink-lips-color-clean-healthy-skin_158538-14293.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sensual-glamour-portrait-beautiful-blond-woman-model-lady-with-fresh-daily-makeup-with-pink-lips-color-clean-healthy-skin_158538-14293.jpg?_wi=2", imageAlt: "hair transformation before after cutting styling", }, { @@ -155,7 +155,7 @@ export default function LandingPage() { imageAlt: "Hair coloring process with foils and brushes", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-protecting-client-with-plastic-cape_23-2147769746.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-protecting-client-with-plastic-cape_23-2147769746.jpg?_wi=2", imageAlt: "hair transformation before after cutting styling", }, { @@ -168,7 +168,7 @@ export default function LandingPage() { imageAlt: "Luxurious hair treatment application in a salon", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/professional-bearded-barber-man-apron-holding-scissors-hairbrush-going-cut-standing-orange-wall_141793-48457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-bearded-barber-man-apron-holding-scissors-hairbrush-going-cut-standing-orange-wall_141793-48457.jpg?_wi=2", imageAlt: "hair transformation before after cutting styling", }, ]} -- 2.49.1