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}