From 0125c8b4b605d5e8bf73edac91758a75a9217ddf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 19:48:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 853f11b..72569c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,19 +80,19 @@ export default function LandingPage() { features={[ { title: "Manicures & Pedicures", description: "Classic and refreshing hand and foot treatments.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-manicure-appointment_23-2149171329.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-manicure-appointment_23-2149171329.jpg?_wi=1"}, items: [], reverse: false }, { title: "Shellac & Gel Nails", description: "Long-lasting, durable, and vibrant color treatments.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-manicure-appointment_23-2149171329.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-manicure-appointment_23-2149171329.jpg?_wi=2"}, items: [], reverse: true }, { title: "Extensions & Art", description: "Expert nail extensions and custom creative designs.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-manicure-appointment_23-2149171329.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-manicure-appointment_23-2149171329.jpg?_wi=3"}, items: [], reverse: false }, -- 2.49.1