From 4ecc4f3d9a8e1f2c062b1cd72e54a4711740530d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:27:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4892a37..00deb5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -187,7 +187,8 @@ export default function LandingPage() { { id: "8", testimonial: "Best barber shop in town ! No doubt", name: "Kleyber Valdes", role: "Satisfied Client", imageSrc: "http://img.b2bpic.net/free-photo/proud-handsome-guy-looking-satisfied-cross-arms-chest-smile-camera-checking-out-something_1258-164440.jpg" } - ] /> + ]} + />
-- 2.49.1