Update src/app/page.tsx

This commit is contained in:
2026-03-03 09:03:53 +00:00
parent 4e0c571cf2
commit 32f9bafccb

View File

@@ -57,7 +57,7 @@ export default function SalonPage() {
testimonials={[ 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, 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, 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, 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} 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." 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" tag="Our Philosophy"
tagAnimation="blur-reveal" 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" imageAlt="Tria salon sophisticated design and aesthetic"
buttons={[ buttons={[
{ {
@@ -203,7 +203,7 @@ export default function SalonPage() {
required: false required: false
}} }}
useInvertedBackground={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" imageAlt="Tria salon booking experience"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
mediaPosition="right" mediaPosition="right"