From 199f8060a9cc00b4cb5c2a438f82dc9d66241dfa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 22:13:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f834f0..b2076db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,27 +60,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-manicure-wearing-jewelry-holding-pretty-small-red-bag_132075-12159.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-manicure-wearing-jewelry-holding-pretty-small-red-bag_132075-12159.jpg?_wi=1", imageAlt: "Luxurious manicure service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/gray-nail-design-female-hand-with-glitter-manicure_127675-2602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gray-nail-design-female-hand-with-glitter-manicure_127675-2602.jpg?_wi=1", imageAlt: "Custom nail art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/model-with-beautiful-blue-nails_23-2149921693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/model-with-beautiful-blue-nails_23-2149921693.jpg?_wi=1", imageAlt: "Gel manicure set", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-hands-bowl-spa-water-with-flowers-close-up-hands-spa_1150-37714.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-hands-bowl-spa-water-with-flowers-close-up-hands-spa_1150-37714.jpg?_wi=1", imageAlt: "Deluxe pedicure result", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-varnish_23-2149820414.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-varnish_23-2149820414.jpg?_wi=1", imageAlt: "Modern acrylic set", }, { - imageSrc: "http://img.b2bpic.net/free-photo/girls-polishing-their-nails_1122-532.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girls-polishing-their-nails_1122-532.jpg?_wi=1", imageAlt: "Beautiful nail designs", }, ]} @@ -222,31 +222,31 @@ export default function LandingPage() { id: "g1", name: "Custom Nail Design", price: "$20", - imageSrc: "http://img.b2bpic.net/free-photo/gray-nail-design-female-hand-with-glitter-manicure_127675-2602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gray-nail-design-female-hand-with-glitter-manicure_127675-2602.jpg?_wi=2", }, { id: "g2", name: "Gel Set Shine", price: "$35", - imageSrc: "http://img.b2bpic.net/free-photo/model-with-beautiful-blue-nails_23-2149921693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/model-with-beautiful-blue-nails_23-2149921693.jpg?_wi=2", }, { id: "g3", name: "Spa Pedicure Result", price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/female-hands-bowl-spa-water-with-flowers-close-up-hands-spa_1150-37714.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-hands-bowl-spa-water-with-flowers-close-up-hands-spa_1150-37714.jpg?_wi=2", }, { id: "g4", name: "Elegant French Tips", price: "$40", - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-varnish_23-2149820414.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-varnish_23-2149820414.jpg?_wi=2", }, { id: "g5", name: "Deluxe Seasonal Set", price: "$55", - imageSrc: "http://img.b2bpic.net/free-photo/girls-polishing-their-nails_1122-532.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girls-polishing-their-nails_1122-532.jpg?_wi=2", }, { id: "g6", @@ -279,7 +279,7 @@ export default function LandingPage() { required: true, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-manicure-wearing-jewelry-holding-pretty-small-red-bag_132075-12159.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-manicure-wearing-jewelry-holding-pretty-small-red-bag_132075-12159.jpg?_wi=2" buttonText="Check Availability" />