From 00761cc56c9c938f24fe5ae77fa1b7f477ead4bc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:08:05 +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 0e06bfa..4123c16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,22 +122,22 @@ 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" -- 2.49.1