From f9e167971051c225cd1f2e6deae71f902185ac69 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:05:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd33a74..3f0a53f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,17 +115,17 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Sophie Mitchell", role: "Beauty Enthusiast", testimonial: "Absolutely transformative facial treatment. The team's expertise is incredible, and the calm atmosphere makes you feel truly pampered. I've never felt my skin look better.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sophie Mitchell"}, + id: "1", name: "Sophie Mitchell", role: "Beauty Enthusiast", testimonial: "Absolutely transformative facial treatment. The team's expertise is incredible, and the calm atmosphere makes you feel truly pampered. I've never felt my skin look better.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Sophie Mitchell"}, { - id: "2", name: "Emma Richardson", role: "Wellness Advocate", testimonial: "The massage therapy is pure bliss. Professional, attentive, and they really understand how to melt away tension. Worth every penny and then some.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-relaxed-serious-woman-leaning-wall_1262-1750.jpg", imageAlt: "Emma Richardson"}, + id: "2", name: "Emma Richardson", role: "Wellness Advocate", testimonial: "The massage therapy is pure bliss. Professional, attentive, and they really understand how to melt away tension. Worth every penny and then some.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-relaxed-serious-woman-leaning-wall_1262-1750.jpg?_wi=1", imageAlt: "Emma Richardson"}, { id: "3", name: "Jessica Chen", role: "Regular Client", testimonial: "I've tried many salons, but Brigita Vather stands out for their quality and attention to detail. The microneedling results are remarkable, and the private setting is perfect.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Jessica Chen"}, { - id: "4", name: "Laura Hamilton", role: "Skincare Expert", testimonial: "Finally found a salon that understands advanced skincare. The team's knowledge about treatments like chemical peels is outstanding. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Laura Hamilton"}, + id: "4", name: "Laura Hamilton", role: "Skincare Expert", testimonial: "Finally found a salon that understands advanced skincare. The team's knowledge about treatments like chemical peels is outstanding. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Laura Hamilton"}, { - id: "5", name: "Victoria Park", role: "Busy Professional", testimonial: "The convenience and quality are unmatched. My lash extensions look stunning, and the overall experience is so relaxing. Can't wait for my next appointment.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-relaxed-serious-woman-leaning-wall_1262-1750.jpg", imageAlt: "Victoria Park"}, + id: "5", name: "Victoria Park", role: "Busy Professional", testimonial: "The convenience and quality are unmatched. My lash extensions look stunning, and the overall experience is so relaxing. Can't wait for my next appointment.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-relaxed-serious-woman-leaning-wall_1262-1750.jpg?_wi=2", imageAlt: "Victoria Park"}, { - id: "6", name: "Olivia Brooks", role: "Self-Care Advocate", testimonial: "Every detail is perfect here. From the booking process to the treatment itself, Brigita Vather truly cares about your wellbeing. Exceptional salon.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Olivia Brooks"}, + id: "6", name: "Olivia Brooks", role: "Self-Care Advocate", testimonial: "Every detail is perfect here. From the booking process to the treatment itself, Brigita Vather truly cares about your wellbeing. Exceptional salon.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=3", imageAlt: "Olivia Brooks"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1