From dd79bee4c9274cde37656e345a7a7649a506c6c7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:30:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99a8156..888858e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { href: "#treatments", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy_1098-1295.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy_1098-1295.jpg?_wi=1" /> @@ -111,25 +111,25 @@ export default function LandingPage() { { title: "100% Authentic Ayurveda", description: "We use traditional techniques and genuine, high-quality oils.", - imageSrc: "http://img.b2bpic.net/free-photo/herbal-spa-treatment-equipments-put-wooden-floor_1150-34513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/herbal-spa-treatment-equipments-put-wooden-floor_1150-34513.jpg?_wi=1", imageAlt: "Traditional oils", }, { title: "Experienced Therapists", description: "Our team is trained, professional, and gender-matched for your comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/herbal-spa-treatment-equipments-put-wooden-floor_1150-34513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/herbal-spa-treatment-equipments-put-wooden-floor_1150-34513.jpg?_wi=2", imageAlt: "Professional team", }, { title: "Clean & Comfortable", description: "A hygienic, tranquil space dedicated to your healing process.", - imageSrc: "http://img.b2bpic.net/free-photo/herbal-spa-treatment-equipments-put-wooden-floor_1150-34513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/herbal-spa-treatment-equipments-put-wooden-floor_1150-34513.jpg?_wi=3", imageAlt: "Hygienic facility", }, { title: "Results You Feel", description: "Targeted relief, profound relaxation, and genuine body healing.", - imageSrc: "http://img.b2bpic.net/free-photo/herbal-spa-treatment-equipments-put-wooden-floor_1150-34513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/herbal-spa-treatment-equipments-put-wooden-floor_1150-34513.jpg?_wi=4", imageAlt: "Healing results", }, ]} @@ -149,37 +149,37 @@ export default function LandingPage() { id: "p1", name: "Full Body Ayurveda Massage", price: "Standard", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy_1098-1295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy_1098-1295.jpg?_wi=2", }, { id: "p2", name: "Back Pain Relief", price: "Targeted", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy_1098-1295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy_1098-1295.jpg?_wi=3", }, { id: "p3", name: "Knee Pain Treatment", price: "Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy_1098-1295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy_1098-1295.jpg?_wi=4", }, { id: "p4", name: "Skin Disease Care", price: "Holistic", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy_1098-1295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy_1098-1295.jpg?_wi=5", }, { id: "p5", name: "Sleep Disorder Treatment", price: "Restorative", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy_1098-1295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy_1098-1295.jpg?_wi=6", }, { id: "p6", name: "Muscle Recovery", price: "Therapeutic", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy_1098-1295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy_1098-1295.jpg?_wi=7", }, ]} title="Our Treatments" @@ -295,7 +295,7 @@ export default function LandingPage() {