Update src/app/page.tsx
This commit is contained in:
@@ -51,13 +51,14 @@ export default function SalonPage() {
|
||||
tag="Premium Hair Care"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-getting-her-hair-done_23-2148108777.jpg"
|
||||
imageAlt="Tria luxury salon interior with minimalist design"
|
||||
mediaAnimation="blur-reveal"
|
||||
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?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg"
|
||||
},
|
||||
{
|
||||
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 +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?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -88,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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-chairs-modern-brick-wall-room_482257-119333.jpg"
|
||||
imageAlt="Tria salon sophisticated design and aesthetic"
|
||||
buttons={[
|
||||
{
|
||||
@@ -121,9 +122,6 @@ export default function SalonPage() {
|
||||
"Personalized consultations", "Unhurried, premium service", "Bespoke hair solutions", "Expert craftsmanship", "Luxury products only", "Minimalist sanctuary setting"
|
||||
]
|
||||
}}
|
||||
titleClassName="font-light text-3xl"
|
||||
descriptionClassName="font-light text-foreground/80"
|
||||
tagClassName="font-light"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -148,9 +146,6 @@ export default function SalonPage() {
|
||||
id: "3", name: "Sleek Blonde Highlight", price: "Consultation", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-black-sweater-standing-posing_114579-81883.jpg", imageAlt: "Elegant blonde highlighting technique"
|
||||
}
|
||||
]}
|
||||
titleClassName="font-light text-3xl"
|
||||
descriptionClassName="font-light text-foreground/80"
|
||||
cardNameClassName="font-light text-foreground"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -203,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?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-chairs-modern-brick-wall-room_482257-119333.jpg"
|
||||
imageAlt="Tria salon booking experience"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user