From 0db1dc8d7d98a9d9f266b5fce7b22a6ec639c121 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 13:16:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 07688da..3171708 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { handle: "@elena", testimonial: "Best facial I've ever had, truly relaxing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-hot-stone-lighted-candle-cactus-plant-rolled-up-white-towel_23-2147939955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-hot-stone-lighted-candle-cactus-plant-rolled-up-white-towel_23-2147939955.jpg?_wi=1", imageAlt: "luxurious salon spa interior", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { handle: "@sarah", testimonial: "Amazing salon, everything is so chic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/office-receptionist-greeting-corporate-partner_1262-16353.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-receptionist-greeting-corporate-partner_1262-16353.jpg?_wi=1", imageAlt: "luxurious salon spa interior", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { handle: "@marcus", testimonial: "Great massage therapy, highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-getting-cosmetic-treatment_23-2148825293.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-getting-cosmetic-treatment_23-2148825293.jpg?_wi=1", imageAlt: "luxurious salon spa interior", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { handle: "@julia", testimonial: "Exquisite service and atmosphere.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-massage-stones-her-back_1122-1212.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-massage-stones-her-back_1122-1212.jpg?_wi=1", imageAlt: "luxurious salon spa interior", }, { @@ -101,11 +101,11 @@ export default function LandingPage() { handle: "@kevin", testimonial: "The most professional staff in town.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-manicure-from-woman-gloves-mask-beauty-salon-daytime_176474-2910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-manicure-from-woman-gloves-mask-beauty-salon-daytime_176474-2910.jpg?_wi=1", imageAlt: "luxurious salon spa interior", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/black-hot-stone-lighted-candle-cactus-plant-rolled-up-white-towel_23-2147939955.jpg" + imageSrc="http://img.b2bpic.net/free-photo/black-hot-stone-lighted-candle-cactus-plant-rolled-up-white-towel_23-2147939955.jpg?_wi=2" imageAlt="Luxurious salon interior" mediaAnimation="slide-up" avatars={[ @@ -180,7 +180,7 @@ export default function LandingPage() { "Skin", "Glow", ], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-getting-cosmetic-treatment_23-2148825293.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-getting-cosmetic-treatment_23-2148825293.jpg?_wi=2", imageAlt: "Facial service", }, { @@ -190,7 +190,7 @@ export default function LandingPage() { "Wellness", "Relax", ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-massage-stones-her-back_1122-1212.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-massage-stones-her-back_1122-1212.jpg?_wi=2", imageAlt: "Massage service", }, { @@ -200,7 +200,7 @@ export default function LandingPage() { "Style", "Nails", ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-manicure-from-woman-gloves-mask-beauty-salon-daytime_176474-2910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-manicure-from-woman-gloves-mask-beauty-salon-daytime_176474-2910.jpg?_wi=2", imageAlt: "Manicure service", }, ]} @@ -228,7 +228,7 @@ export default function LandingPage() { button: { text: "Book Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/office-receptionist-greeting-corporate-partner_1262-16353.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-receptionist-greeting-corporate-partner_1262-16353.jpg?_wi=2", imageAlt: "professional spa therapist portrait", }, { @@ -245,7 +245,7 @@ export default function LandingPage() { button: { text: "Book Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/black-hot-stone-lighted-candle-cactus-plant-rolled-up-white-towel_23-2147939955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-hot-stone-lighted-candle-cactus-plant-rolled-up-white-towel_23-2147939955.jpg?_wi=3", imageAlt: "professional spa therapist portrait", }, ]} -- 2.49.1