From a882a2dd7f4ee225b2bbb5227aa9d3cff0608de7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:56:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a84c465..47c65d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,9 +55,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/manicure-process_1385-276.jpg", imageAlt: "Stunning nail art design"}, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-esthetician-using-electric-nail-file-drill-remove-acrylic-gel-from-nails_181624-58253.jpg", imageAlt: "Professional gel manicure"}, + imageSrc: "http://img.b2bpic.net/free-photo/professional-esthetician-using-electric-nail-file-drill-remove-acrylic-gel-from-nails_181624-58253.jpg?_wi=1", imageAlt: "Professional gel manicure"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-with-black-gloves-doing-manicure-blue_140725-24259.jpg", imageAlt: "Beautiful acrylic nail extensions"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-with-black-gloves-doing-manicure-blue_140725-24259.jpg?_wi=1", imageAlt: "Beautiful acrylic nail extensions"}, ]} mediaAnimation="slide-up" /> @@ -75,9 +75,9 @@ export default function LandingPage() { title: "Gel Manicure", description: "Long-lasting gel polish application with UV curing. Beautiful, chip-resistant nails that last 3-4 weeks.", icon: Palette, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/french-manicure-process_1385-273.jpg", imageAlt: "Gel manicure service"}, + imageSrc: "http://img.b2bpic.net/free-photo/french-manicure-process_1385-273.jpg?_wi=1", imageAlt: "Gel manicure service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-esthetician-using-electric-nail-file-drill-remove-acrylic-gel-from-nails_181624-58253.jpg", imageAlt: "Gel polish application"}, + imageSrc: "http://img.b2bpic.net/free-photo/professional-esthetician-using-electric-nail-file-drill-remove-acrylic-gel-from-nails_181624-58253.jpg?_wi=2", imageAlt: "Gel polish application"}, ], }, { @@ -86,7 +86,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/manicurist-doing-gel-nail-design-client-close-up_127675-2376.jpg", imageAlt: "Acrylic nails service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-with-black-gloves-doing-manicure-blue_140725-24259.jpg", imageAlt: "Acrylic nail extensions"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-with-black-gloves-doing-manicure-blue_140725-24259.jpg?_wi=2", imageAlt: "Acrylic nail extensions"}, ], }, { @@ -95,7 +95,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/spa-treatment-product-female-feet-hand-spa-orchid-flowers-ceramic-bowl_1150-37715.jpg", imageAlt: "Pedicure service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/french-manicure-process_1385-273.jpg", imageAlt: "Pedicure design"}, + imageSrc: "http://img.b2bpic.net/free-photo/french-manicure-process_1385-273.jpg?_wi=2", imageAlt: "Pedicure design"}, ], }, ]} -- 2.49.1