From b3b5e9011aaeee238cf8418d6c49171eafe84b3f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 19:20:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fbb51fc..c0376ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@pami", testimonial: "Amazing experience, truly luxury!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-female-with-afro-hairstyle-posing-with-closed-eyes-black-backround_8353-12391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-female-with-afro-hairstyle-posing-with-closed-eyes-black-backround_8353-12391.jpg?_wi=1", imageAlt: "elegant italian salon interior luxury", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@simona", testimonial: "The best service I've ever had.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-folded-arms_23-2147876782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-folded-arms_23-2147876782.jpg?_wi=1", imageAlt: "professional hairdresser smiling portrait", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@clara", testimonial: "Absolutely professional and refined.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg?_wi=1", imageAlt: "happy client portrait luxury salon", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@elena", testimonial: "A sanctuary of pure elegance.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg?_wi=1", imageAlt: "happy client portrait luxury salon", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/elegant-female-with-afro-hairstyle-posing-with-closed-eyes-black-backround_8353-12391.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-female-with-afro-hairstyle-posing-with-closed-eyes-black-backround_8353-12391.jpg?_wi=2" imageAlt="Italian luxury beauty sanctuary" mediaAnimation="slide-up" marqueeItems={[ @@ -167,7 +167,7 @@ export default function LandingPage() { title="Meet Antonella & Marco" description="Founders of your favorite sanctuary, bringing decades of mastery to every guest." subdescription="Our philosophy is built on intimate connection and editorial-grade results." - imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-folded-arms_23-2147876782.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-folded-arms_23-2147876782.jpg?_wi=2" mediaAnimation="blur-reveal" icon={Sparkles} /> @@ -257,7 +257,7 @@ export default function LandingPage() { handle: "@pami", testimonial: "Absolutely heavenly experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg?_wi=2", }, { id: "2", @@ -265,7 +265,7 @@ export default function LandingPage() { handle: "@simona", testimonial: "The attention to detail is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg?_wi=2", }, { id: "3", @@ -281,7 +281,7 @@ export default function LandingPage() { handle: "@clara", testimonial: "Professional, intimate, and lovely.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg?_wi=3", }, { id: "5", @@ -289,7 +289,7 @@ export default function LandingPage() { handle: "@elena", testimonial: "Luxury redefined in every way.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg?_wi=3", }, ]} showRating={true} -- 2.49.1