diff --git a/src/app/page.tsx b/src/app/page.tsx index c1aabb4..40a3e4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,22 +52,22 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-smiling-holding-white-flower-beige-wall_176420-2684.jpg", imageAlt: "Professional lash extensions service" + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-smiling-holding-white-flower-beige-wall_176420-2684.jpg?_wi=1", imageAlt: "Professional lash extensions service" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-with-christmas-new-year-nail-design-hold-glittering-toy-sphere_127675-2666.jpg", imageAlt: "Luxury nail design and pedicure" }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-artist-applying-make-up-model_23-2148398662.jpg", imageAlt: "Professional makeup application" + imageSrc: "http://img.b2bpic.net/free-photo/female-artist-applying-make-up-model_23-2148398662.jpg?_wi=1", imageAlt: "Professional makeup application" }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-beauty-salon_1157-21114.jpg", imageAlt: "Professional waxing services" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-beauty-salon_1157-21114.jpg?_wi=1", imageAlt: "Professional waxing services" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-mixed-paint-fingers_23-2148263608.jpg", imageAlt: "Luxury pedicure treatments" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-mixed-paint-fingers_23-2148263608.jpg?_wi=1", imageAlt: "Luxury pedicure treatments" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-dentist-puts-rubber-glove-her-hand-dentistry-concept_169016-67110.jpg", imageAlt: "Medical pedicure specialist service" + imageSrc: "http://img.b2bpic.net/free-photo/woman-dentist-puts-rubber-glove-her-hand-dentistry-concept_169016-67110.jpg?_wi=1", imageAlt: "Medical pedicure specialist service" } ]} autoplayDelay={4000} @@ -101,12 +101,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" products={[ - { id: "wax-full-body", name: "Full Body Wax", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-beauty-salon_1157-21114.jpg", imageAlt: "Full body wax service" }, - { id: "lash-classic-full", name: "Classic Lashes (Full Set)", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-smiling-holding-white-flower-beige-wall_176420-2684.jpg", imageAlt: "Classic lash extensions" }, - { id: "makeup-full", name: "Full Makeup Application", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/female-artist-applying-make-up-model_23-2148398662.jpg", imageAlt: "Professional makeup application" }, - { id: "pedicure-deluxe", name: "Pedicure Deluxe", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mixed-paint-fingers_23-2148263608.jpg", imageAlt: "Deluxe pedicure service" }, - { id: "lash-volume-full", name: "Volume Lashes (Full Set)", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-smiling-holding-white-flower-beige-wall_176420-2684.jpg", imageAlt: "Volume lash extensions" }, - { id: "medical-pedicure", name: "Medical Pedicure", price: "$10+", imageSrc: "http://img.b2bpic.net/free-photo/woman-dentist-puts-rubber-glove-her-hand-dentistry-concept_169016-67110.jpg", imageAlt: "Medical pedicure treatment" } + { id: "wax-full-body", name: "Full Body Wax", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-beauty-salon_1157-21114.jpg?_wi=2", imageAlt: "Full body wax service" }, + { id: "lash-classic-full", name: "Classic Lashes (Full Set)", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-smiling-holding-white-flower-beige-wall_176420-2684.jpg?_wi=2", imageAlt: "Classic lash extensions" }, + { id: "makeup-full", name: "Full Makeup Application", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/female-artist-applying-make-up-model_23-2148398662.jpg?_wi=2", imageAlt: "Professional makeup application" }, + { id: "pedicure-deluxe", name: "Pedicure Deluxe", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mixed-paint-fingers_23-2148263608.jpg?_wi=2", imageAlt: "Deluxe pedicure service" }, + { id: "lash-volume-full", name: "Volume Lashes (Full Set)", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-smiling-holding-white-flower-beige-wall_176420-2684.jpg?_wi=3", imageAlt: "Volume lash extensions" }, + { id: "medical-pedicure", name: "Medical Pedicure", price: "$10+", imageSrc: "http://img.b2bpic.net/free-photo/woman-dentist-puts-rubber-glove-her-hand-dentistry-concept_169016-67110.jpg?_wi=2", imageAlt: "Medical pedicure treatment" } ]} />