From 7009998186c76f5b0ece6eedf628e7deaccd2b7c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 20:15:16 +0000 Subject: [PATCH 1/3] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index c503b30..265bf30 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -40,16 +40,16 @@ export default function GalleryPage() { Date: Thu, 12 Mar 2026 20:15:17 +0000 Subject: [PATCH 2/3] 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 6c9b6d9..40c9ea9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,19 +107,19 @@ export default function HomePage() { features={[ { id: "1", title: "Full Body Massage", tags: ["Relaxation", "90 min"], - imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-candles_23-2148199535.jpg", imageAlt: "spa massage therapy relaxation treatment" + imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-candles_23-2148199535.jpg?_wi=1", imageAlt: "spa massage therapy relaxation treatment" }, { id: "2", title: "Couples Massage Package", tags: ["Romantic", "120 min"], - imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-woman-candles_23-2147816944.jpg", imageAlt: "couples massage spa romantic treatment" + imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-woman-candles_23-2147816944.jpg?_wi=1", imageAlt: "couples massage spa romantic treatment" }, { id: "3", title: "Facial Treatments", tags: ["Skincare", "60 min"], - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures_343596-4239.jpg", imageAlt: "facial treatment spa skincare professional" + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures_343596-4239.jpg?_wi=1", imageAlt: "facial treatment spa skincare professional" }, { id: "4", title: "Spa Day Package", tags: ["Luxury", "Half Day"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa-pool-by-window-quiet-moment_169016-69396.jpg", imageAlt: "spa day package luxury wellness retreat" + imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa-pool-by-window-quiet-moment_169016-69396.jpg?_wi=1", imageAlt: "spa day package luxury wellness retreat" } ]} animationType="slide-up" @@ -176,19 +176,19 @@ export default function HomePage() { Date: Thu, 12 Mar 2026 20:15:17 +0000 Subject: [PATCH 3/3] Update src/app/spa/page.tsx --- src/app/spa/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/spa/page.tsx b/src/app/spa/page.tsx index a5f12d8..91178e7 100644 --- a/src/app/spa/page.tsx +++ b/src/app/spa/page.tsx @@ -42,19 +42,19 @@ export default function SpaPage() { features={[ { id: "1", title: "Full Body Massage", tags: ["Relaxation", "90 min"], - imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-candles_23-2148199535.jpg", imageAlt: "Full body massage therapy" + imageSrc: "http://img.b2bpic.net/free-photo/natural-elements-spa-with-candles_23-2148199535.jpg?_wi=2", imageAlt: "Full body massage therapy" }, { id: "2", title: "Couples Massage Package", tags: ["Romantic", "120 min"], - imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-woman-candles_23-2147816944.jpg", imageAlt: "Couples spa treatment" + imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-woman-candles_23-2147816944.jpg?_wi=2", imageAlt: "Couples spa treatment" }, { id: "3", title: "Facial Treatments", tags: ["Skincare", "60 min"], - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures_343596-4239.jpg", imageAlt: "Premium facial treatment" + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures_343596-4239.jpg?_wi=2", imageAlt: "Premium facial treatment" }, { id: "4", title: "Spa Day Package", tags: ["Luxury", "Half Day"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa-pool-by-window-quiet-moment_169016-69396.jpg", imageAlt: "Complete spa day experience" + imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa-pool-by-window-quiet-moment_169016-69396.jpg?_wi=2", imageAlt: "Complete spa day experience" } ]} animationType="slide-up" @@ -79,13 +79,13 @@ export default function SpaPage() {