From 41233b1d049f4d681f1693b1c5e9c54c7f627c1c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 19:21:39 +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 cb41c08..f2999f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821364.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821364.jpg?_wi=1", imageAlt: "Luxury salon atmosphere", }, { @@ -130,7 +130,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821364.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821364.jpg?_wi=2", imageAlt: "beautiful woman with professional hair styling", }, { @@ -141,7 +141,7 @@ export default function LandingPage() { }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-happy-male-hairdesser-wearing-gray-apron-holding-scissor-blue-soft-color-background_140725-155107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-happy-male-hairdesser-wearing-gray-apron-holding-scissor-blue-soft-color-background_140725-155107.jpg?_wi=1", imageAlt: "beautiful woman with professional hair styling", }, { @@ -152,7 +152,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/today-is-very-special-occasion_329181-7848.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/today-is-very-special-occasion_329181-7848.jpg?_wi=1", imageAlt: "beautiful woman with professional hair styling", }, ]} @@ -172,13 +172,13 @@ export default function LandingPage() { id: "1", name: "Arif Ibragimov", role: "Senior Hair Stylist", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-happy-male-hairdesser-wearing-gray-apron-holding-scissor-blue-soft-color-background_140725-155107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-happy-male-hairdesser-wearing-gray-apron-holding-scissor-blue-soft-color-background_140725-155107.jpg?_wi=2", }, { id: "2", name: "Dilfuza-opa", role: "Trusted Master Stylist", - imageSrc: "http://img.b2bpic.net/free-photo/today-is-very-special-occasion_329181-7848.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/today-is-very-special-occasion_329181-7848.jpg?_wi=2", }, { id: "3", -- 2.49.1