From 78967ee3107e1838e8edf74a9a8cb22f2573cdad Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 15:52:59 +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 1f65230..1649677 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,21 +106,21 @@ export default function LandingPage() { features={[ { 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", imageAlt: "Organic hair care"}, + 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", imageAlt: "Styling"} + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg?_wi=2", imageAlt: "Styling"} }, { 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", imageAlt: "Hair styling"}, + 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", imageAlt: "Consultation"} + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg?_wi=4", imageAlt: "Consultation"} }, { 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", imageAlt: "Manicure"}, + 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", imageAlt: "Pedicure"} + imageSrc: "http://img.b2bpic.net/free-photo/french-manicure-process_1385-273.jpg?_wi=2", imageAlt: "Pedicure"} }, ]} showStepNumbers={false} -- 2.49.1