Update src/app/page.tsx

This commit is contained in:
2026-05-12 20:03:22 +00:00
parent ff5013c8c6
commit e148fe8528

View File

@@ -100,7 +100,7 @@ export default function LandingPage() {
<TestimonialCardFifteen
testimonial="Finally a barbershop that really cares. I always walk out looking like a new man. Professional service and a great atmosphere every time!"
rating={5}
author="Michael Smith"
author="Michael Smith, Local Regular"
avatars={[{ src: "https://img.b2bpic.net/free-photo/happy-man-after-barber-visit_23-2149186474.jpg", alt: "Client" }]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -171,4 +171,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}