From 7e6b2361b08ae05f2dc63b201a6124ba9b8afec3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:47:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec4da0e..794c13a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,8 +60,7 @@ export default function LandingPage() { imagePosition="right" testimonials={[ { - name: "Loyal Customer", handle: "Regular since opening", testimonial: "Best barbers in Kaunas. Period.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg", imageAlt: "Customer testimonial" + name: "Loyal Customer", handle: "Regular since opening", testimonial: "Best barbers in Kaunas. Period.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg", imageAlt: "Customer testimonial" }, ]} useInvertedBackground={false} -- 2.49.1