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 },