From b997baf5b3db714c61bcd8570010c25cc0e4f4aa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:08:30 +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 11ea8cc..4c18ee0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,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, @@ -66,7 +66,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} @@ -89,7 +89,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={[ { @@ -198,7 +198,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