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