From 346205eddad19e2a307a615c5beb3af55d79555b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 22:14:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a59b69..7185c4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@anna_beauty", testimonial: "The best manicure I've ever had! The attention to detail is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-sitting-front-table-fixing-her-nails-blue_140725-24240.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-sitting-front-table-fixing-her-nails-blue_140725-24240.jpg?_wi=1", imageAlt: "elegant manicure close up", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@maria_nails", testimonial: "I love the creative designs. My nails look amazing for weeks.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-with-black-gloves-doing-manicure-blue_140725-24257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-with-black-gloves-doing-manicure-blue_140725-24257.jpg?_wi=1", imageAlt: "nail artist workstation cozy", }, { @@ -99,7 +99,7 @@ export default function LandingPage() { imageAlt: "nail salon interior design", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-sitting-front-table-fixing-her-nails-blue_140725-24240.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-sitting-front-table-fixing-her-nails-blue_140725-24240.jpg?_wi=2" imageAlt="Professional Manicure" avatars={[ { @@ -147,7 +147,7 @@ export default function LandingPage() { description: "Enjoy a peaceful time at our comfortable salon.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-young-female-manicure-with-black-gloves-doing-manicure-blue_140725-24257.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-young-female-manicure-with-black-gloves-doing-manicure-blue_140725-24257.jpg?_wi=2" imageAlt="Our Studio" mediaAnimation="blur-reveal" /> -- 2.49.1