From 36729da81c6eb3826d007c1210e566754e62268d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 06:10:59 +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 5a7bed4..a27183d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,27 +53,27 @@ export default function LandingPage() { description="Experience deep, restorative relief with Ashiastu Formosa. Tien Chao combines expert technique with compassionate care to melt away your knots and restore balance." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg", imageAlt: "luxury massage table warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg?_wi=1", imageAlt: "luxury massage table warm lighting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg", imageAlt: "luxury massage table warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg?_wi=2", imageAlt: "luxury massage table warm lighting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg", imageAlt: "luxury massage table warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg?_wi=3", imageAlt: "luxury massage table warm lighting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg", imageAlt: "luxury massage table warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg?_wi=4", imageAlt: "luxury massage table warm lighting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg", imageAlt: "luxury massage table warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg?_wi=5", imageAlt: "luxury massage table warm lighting"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg", imageAlt: "luxury massage table warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg?_wi=6", imageAlt: "luxury massage table warm lighting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg", imageAlt: "luxury massage table warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg?_wi=7", imageAlt: "luxury massage table warm lighting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg", imageAlt: "luxury massage table warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg?_wi=8", imageAlt: "luxury massage table warm lighting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg", imageAlt: "luxury massage table warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg?_wi=9", imageAlt: "luxury massage table warm lighting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg", imageAlt: "luxury massage table warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-massage-room_1262-401.jpg?_wi=10", imageAlt: "luxury massage table warm lighting"}, ]} buttons={[ { @@ -145,7 +145,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Tiziana Rizzi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-woman-bathrobe-posing-camera-indoors_1153-8644.jpg", imageAlt: "satisfied massage client portrait" + id: "1", name: "Tiziana Rizzi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-woman-bathrobe-posing-camera-indoors_1153-8644.jpg?_wi=1", imageAlt: "satisfied massage client portrait" }, { id: "2", name: "Luis Fig", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-woman-sleepwear-headphones-smiling-holding-tablet-sitting-window-sill_176420-12861.jpg", imageAlt: "relaxed person smiling after therapy" @@ -157,7 +157,7 @@ export default function LandingPage() { id: "4", name: "Victor Obretin", imageSrc: "http://img.b2bpic.net/free-photo/couple-talking-sitting-outside-vacation_23-2149369738.jpg", imageAlt: "serene client after spa session" }, { - id: "5", name: "Elena M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-woman-bathrobe-posing-camera-indoors_1153-8644.jpg", imageAlt: "satisfied massage client portrait" + id: "5", name: "Elena M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-woman-bathrobe-posing-camera-indoors_1153-8644.jpg?_wi=2", imageAlt: "satisfied massage client portrait" }, ]} cardTitle="What Our Clients Say" -- 2.49.1