Update src/app/page.tsx

This commit is contained in:
2026-03-10 21:49:14 +00:00
parent fa28e67d3c
commit d2bed8e43e

View File

@@ -131,10 +131,10 @@ export default function LandingPage() {
<TestimonialCardSix
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarahj_beauty", testimonial: "Starr House transformed my hair completely! Miranda's expertise and attention to detail are unmatched. I've been a loyal client for three years.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg", imageAlt: "Sarah Johnson"
id: "1", name: "Sarah Johnson", handle: "@sarahj_beauty", testimonial: "Starr House transformed my hair completely! Miranda's expertise and attention to detail are unmatched. I've been a loyal client for three years.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg?_wi=1", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Torres", handle: "@miketorres", testimonial: "Best haircut I've ever had. The team really listens to what you want and executes it perfectly. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", imageAlt: "Michael Torres"
id: "2", name: "Michael Torres", handle: "@miketorres", testimonial: "Best haircut I've ever had. The team really listens to what you want and executes it perfectly. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg?_wi=1", imageAlt: "Michael Torres"
},
{
id: "3", name: "Emma Williams", handle: "@emmawilliams", testimonial: "Jessica's color work is absolutely stunning. She gave me the vibrant hair transformation I've always dreamed of. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-holding-her-girlfriend-s-hand_23-2147891265.jpg", imageAlt: "Emma Williams"
@@ -143,10 +143,10 @@ export default function LandingPage() {
id: "4", name: "David Park", handle: "@davidpark_sf", testimonial: "The entire experience at Starr House is premium. From the moment you walk in, you feel valued and cared for. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg", imageAlt: "David Park"
},
{
id: "5", name: "Lisa Anderson", handle: "@lisaandersonca", testimonial: "Elena helped me find the perfect style for my wedding. She was so professional and my hair looked incredible all day!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg", imageAlt: "Lisa Anderson"
id: "5", name: "Lisa Anderson", handle: "@lisaandersonca", testimonial: "Elena helped me find the perfect style for my wedding. She was so professional and my hair looked incredible all day!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg?_wi=2", imageAlt: "Lisa Anderson"
},
{
id: "6", name: "James Mitchell", handle: "@jamesmitch", testimonial: "I've tried many salons, but Starr House stands out for quality, professionalism, and genuine care. That's why I keep coming back.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", imageAlt: "James Mitchell"
id: "6", name: "James Mitchell", handle: "@jamesmitch", testimonial: "I've tried many salons, but Starr House stands out for quality, professionalism, and genuine care. That's why I keep coming back.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg?_wi=2", imageAlt: "James Mitchell"
}
]}
animationType="slide-up"