diff --git a/src/app/page.tsx b/src/app/page.tsx index 8211447..91cf32e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,27 +93,27 @@ export default function LandingPage() { title: "Expert Styling", description: "Experienced professionals who understand your facial structure and style preferences.", icon: Scissors, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313040.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313040.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-bearded-male-with-tattoo-arm-dressed-flannel-shirt-holding-juice-while-getting-haircut_613910-5727.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-bearded-male-with-tattoo-arm-dressed-flannel-shirt-holding-juice-while-getting-haircut_613910-5727.jpg?_wi=1"}, ], }, { title: "Premium Grooming", description: "Using high-end products to ensure your skin and hair receive the best care.", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-bearded-male-with-tattoo-arm-dressed-flannel-shirt-holding-juice-while-getting-haircut_613910-5727.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-bearded-male-with-tattoo-arm-dressed-flannel-shirt-holding-juice-while-getting-haircut_613910-5727.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205881.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205881.jpg?_wi=1"}, ], }, { title: "Relaxed Vibe", description: "A comfortable atmosphere where you can unwind while you get a fresh look.", icon: Award, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205881.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205881.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313040.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313040.jpg?_wi=2"}, ], }, ]}