From 8b68389af54db94b4246ebf52c2fcc212656b3e2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:46:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d678cc..ec4da0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,8 @@ 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} @@ -73,7 +74,7 @@ export default function LandingPage() { tagIcon={AlertCircle} tagAnimation="slide-up" title="What the hell is Paliava?" - description="Paliava means bullshit. Which perfectly describes the times we live in. But not the haircuts. Hidden in Kaunas Old Town, Paliava is a place where barbers actually know what they're doing. No trends-for-Instagram. No rushed fades. No fake luxury. Just seriously good cuts, great people, and a place you'll keep coming back to. Or as one client put it: Atsargiai – neikit ten. Tai sekta. (Careful — do not go there. It is a cult.)" + description="Paliava means bullshit. Which perfectly describes the times we live in. But not the haircuts. Hidden in Kaunas Old Town, Paliava is a place where barbers actually know what they're doing. No trends-for-Instagram. No rushed fades. No fake luxury. Just seriously good cuts, great people, and a place you'll keep coming back to. Or as one client put it: Atsargiai – neikit ten. Tai sekta. (Careful — don't go there. It is a cult.)" metrics={[ { value: "100%", title: "Client satisfaction rate" }, { value: "Cult", title: "Status among regulars" }, -- 2.49.1