From 8e5359bb37dc512e69e377fdd5c4b0a407efbee3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 15:52:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 824ada4..da4bcb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157456.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157456.jpg?_wi=1" imageAlt="Luxury salon interior with serene greenery" mediaAnimation="blur-reveal" avatars={[ @@ -148,25 +148,25 @@ export default function LandingPage() { title: "Signature Hair Care", description: "Holistic hair treatments using premium organic formulas.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg?_wi=1", imageAlt: "Organic hair care", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg?_wi=2", imageAlt: "Styling", }, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157456.jpg?_wi=2", imageAlt: "elegant beauty salon interior", }, { title: "Expert Styling", description: "Precision cutting and personalized styling techniques.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg?_wi=3", imageAlt: "Hair styling", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg?_wi=4", imageAlt: "Consultation", }, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-doctor_23-2149311362.jpg", @@ -176,14 +176,14 @@ export default function LandingPage() { title: "Nail Rituals", description: "Gentle, long-lasting nail services focused on health.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/french-manicure-process_1385-273.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/french-manicure-process_1385-273.jpg?_wi=1", imageAlt: "Manicure", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/french-manicure-process_1385-273.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/french-manicure-process_1385-273.jpg?_wi=2", imageAlt: "Pedicure", }, - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg?_wi=5", imageAlt: "organic hair treatment process", }, ]} -- 2.49.1