diff --git a/src/app/page.tsx b/src/app/page.tsx index e42ac68..f43a9ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,23 +48,23 @@ export default function LandingPage() { background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-manicurist-filing-nails-with-nail-file_176420-11580.jpg", imageAlt: "Luxury nail salon interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-manicurist-filing-nails-with-nail-file_176420-11580.jpg?_wi=1", imageAlt: "Luxury nail salon interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg", imageAlt: "Vibrant nail polish collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg?_wi=1", imageAlt: "Vibrant nail polish collection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816967.jpg", imageAlt: "Creative nail art designs"}, + imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816967.jpg?_wi=1", imageAlt: "Creative nail art designs"}, { - imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7605.jpg", imageAlt: "Elegant spa ambiance"}, + imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7605.jpg?_wi=1", imageAlt: "Elegant spa ambiance"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg", imageAlt: "Professional manicure service"}, + imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg?_wi=2", imageAlt: "Professional manicure service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816967.jpg", imageAlt: "Nail art showcase"}, + imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816967.jpg?_wi=2", imageAlt: "Nail art showcase"}, { - imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7605.jpg", imageAlt: "Modern salon design"}, + imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7605.jpg?_wi=2", imageAlt: "Modern salon design"}, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-manicurist-filing-nails-with-nail-file_176420-11580.jpg", imageAlt: "Premium treatment room"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-manicurist-filing-nails-with-nail-file_176420-11580.jpg?_wi=2", imageAlt: "Premium treatment room"}, ]} buttons={[ { text: "Book Appointment", href: "contact" },