From 32f9bafccbf2232ddd7442a27b6b22ad1fc3a6af Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:03:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 44c12f3..968f227 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function SalonPage() { testimonials={[ { name: "Claire Morrison", handle: "Fashion Director", testimonial: "Tria transformed my hair. The expertise and attention to detail are unmatched. It's not just a salon, it's an experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg?_wi=1" }, { name: "James Chen", handle: "Creative Professional", testimonial: "The minimalist aesthetic and exceptional service make Tria my go-to. Every visit is perfectly curated.", rating: 5, @@ -65,7 +65,7 @@ export default function SalonPage() { }, { name: "Sofia Lindström", handle: "Style Editor", testimonial: "Elegant, sophisticated, and precisely executed. Tria sets the standard for luxury hair salons.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg?_wi=2" } ]} testimonialRotationInterval={5000} @@ -88,7 +88,7 @@ export default function SalonPage() { description="Tria is a luxury salon founded on the principles of Scandinavian design and industrial modern aesthetics. We believe in clean lines, purposeful spaces, and exceptional expertise. Every element—from our serene interior to our personalized consultations—reflects our commitment to refined elegance and transformative hair care." tag="Our Philosophy" tagAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/empty-chairs-modern-brick-wall-room_482257-119333.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-chairs-modern-brick-wall-room_482257-119333.jpg?_wi=1" imageAlt="Tria salon sophisticated design and aesthetic" buttons={[ { @@ -203,7 +203,7 @@ export default function SalonPage() { required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/empty-chairs-modern-brick-wall-room_482257-119333.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-chairs-modern-brick-wall-room_482257-119333.jpg?_wi=2" imageAlt="Tria salon booking experience" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1