From 62852b5dad0d847f96945d419a991998afc3fb7f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 14:05:40 +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 099d675..f9f8ab4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,17 +88,17 @@ export default function LandingPage() { carouselItems={[ { id: "hero-carousel-1", - imageSrc: "http://img.b2bpic.net/free-photo/compact-powder-nail-polish-bottle-sponges-table_23-2148031368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/compact-powder-nail-polish-bottle-sponges-table_23-2148031368.jpg?_wi=1", imageAlt: "Luxury nail salon interior", }, { id: "hero-carousel-2", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262899.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262899.jpg?_wi=1", imageAlt: "Close up of gel nail art", }, { id: "hero-carousel-3", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-using-spray-blue_140725-24249.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-using-spray-blue_140725-24249.jpg?_wi=1", imageAlt: "Woman receiving a manicure", }, { @@ -163,7 +163,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-dentist-holding-teeth-plaster-mold_23-2147906072.jpg", imageAlt: "Colorful gel nail polish bottles", }, - imageSrc: "http://img.b2bpic.net/free-photo/compact-powder-nail-polish-bottle-sponges-table_23-2148031368.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/compact-powder-nail-polish-bottle-sponges-table_23-2148031368.jpg?_wi=2", imageAlt: "manicure classic french nails", }, { @@ -177,7 +177,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-self-care-item_23-2148708074.jpg", imageAlt: "Pedicure tools and products", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262899.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262899.jpg?_wi=2", imageAlt: "manicure classic french nails", }, { @@ -191,7 +191,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/hands-taking-oil-paint-from-boxing_176420-4575.jpg", imageAlt: "Nail art palette and tools", }, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-using-spray-blue_140725-24249.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-using-spray-blue_140725-24249.jpg?_wi=2", imageAlt: "manicure classic french nails", }, ]} -- 2.49.1