From 759b98b85d3f9aa502250a0ebbf9db68a205e03d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 19:59:48 +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 72eb74b..8702480 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94691.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94691.jpg?_wi=1", imageAlt: "hair salon interior elegant warm light", }, { @@ -130,19 +130,19 @@ export default function LandingPage() { { title: "Colore", description: "Naturale o deciso, sempre studiato su di te.", - imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94691.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94691.jpg?_wi=2", imageAlt: "european woman with bright makeup and long wavy hair posing", }, { title: "Piega & Styling", description: "Per uscire sentendoti al meglio, ogni volta.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-stylish-lady-with-bright-makeup-smiling_291650-581.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-stylish-lady-with-bright-makeup-smiling_291650-581.jpg?_wi=1", imageAlt: "european woman with bright makeup and long wavy hair posing", }, { title: "Trattamenti", description: "Per capelli più sani, luminosi e forti.", - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-shirt-hanged-toy-camera-from-her-neck_114579-24475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-shirt-hanged-toy-camera-from-her-neck_114579-24475.jpg?_wi=1", imageAlt: "european woman with bright makeup and long wavy hair posing", }, ]} @@ -206,7 +206,7 @@ export default function LandingPage() { role: "Cliente", company: "Fedele", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-stylish-lady-with-bright-makeup-smiling_291650-581.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-stylish-lady-with-bright-makeup-smiling_291650-581.jpg?_wi=2", }, { id: "2", @@ -214,7 +214,7 @@ export default function LandingPage() { role: "Cliente", company: "Salotto", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-shirt-hanged-toy-camera-from-her-neck_114579-24475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-shirt-hanged-toy-camera-from-her-neck_114579-24475.jpg?_wi=2", }, { id: "3", -- 2.49.1