From e9fb633aeca12a69e0a0d08cbc6928e66f313f09 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 23:49:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c5506e..68207df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,11 +84,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/barber-doing-haircut-bearded-aged-client-hair-salon_23-2148182013.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-doing-haircut-bearded-aged-client-hair-salon_23-2148182013.jpg?_wi=1", imageAlt: "Woman getting a professional haircut at Joseba Gorkla PeluquerĂ­a", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-braiding-hair-woman_23-2147784501.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-braiding-hair-woman_23-2147784501.jpg?_wi=1", imageAlt: "Hair stylist applying color to a client's hair", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { description: "Transform your look with our professional coloring services, including highlights, balayage, and full-color treatments using premium products.", bentoComponent: "reveal-icon", icon: Palette, - imageSrc: "http://img.b2bpic.net/free-photo/barber-doing-haircut-bearded-aged-client-hair-salon_23-2148182013.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-doing-haircut-bearded-aged-client-hair-salon_23-2148182013.jpg?_wi=2", imageAlt: "scissors icon vector", }, { @@ -164,7 +164,7 @@ export default function LandingPage() { description: "Look stunning for any special occasion with our bespoke styling services, including elegant updos and beautiful bridal hair designs.", bentoComponent: "reveal-icon", icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/woman-braiding-hair-woman_23-2147784501.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-braiding-hair-woman_23-2147784501.jpg?_wi=2", imageAlt: "scissors icon vector", }, ]} -- 2.49.1