1 Commits

Author SHA1 Message Date
87221baf7c Update src/app/page.tsx 2026-03-07 11:19:40 +00:00
2 changed files with 47 additions and 28 deletions

View File

@@ -1,32 +1,50 @@
import type { Metadata } from 'next';
import { Geist, Geist_Mono } from 'next/font/google';
import './globals.css';
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Source_Sans_3 } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const geist = Geist({
variable: '--font-geist-sans',
subsets: ['latin'],
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const geistMono = Geist_Mono({
variable: '--font-geist-mono',
subsets: ['latin'],
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3", subsets: ["latin"],
});
export const metadata: Metadata = {
title: 'PALIAVA - Kaunas Luxury Barbershop',
description: 'Premium haircuts and grooming in Kaunas Old Town. Serious craftsmanship, questionable conversations.',
title: "PALIAVA Premium Barbershop in Kaunas Old Town", description: "Elite barbershop in Kaunas. Expert haircuts, serious craftsmanship, and a cult-like community. Book your appointment today.", keywords: "barbershop Kaunas, haircut, barber, men's grooming, premium haircuts", openGraph: {
title: "PALIAVA Luxury Underground Barbershop", description: "Elite barbershop in Kaunas Old Town. Good haircuts. Questionable conversations.", siteName: "PALIAVA", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/hairdressing-chair-vintage-barber-shop_23-2148298304.jpg", alt: "PALIAVA Barbershop"},
],
},
twitter: {
card: "summary_large_image", title: "PALIAVA Premium Barbershop", description: "Elite haircuts in Kaunas Old Town", images: ["http://img.b2bpic.net/free-photo/hairdressing-chair-vintage-barber-shop_23-2148298304.jpg"],
},
};
export default function RootLayout({
children,
}: {
}: Readonly<{
children: React.ReactNode;
}) {
}>) {
return (
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1394,6 +1412,7 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -78,7 +78,7 @@ export default function LandingPage() {
{ value: "100%", title: "Client satisfaction rate" },
{ value: "Cult", title: "Status among regulars" },
]}
imageSrc="http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166614.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166614.jpg?_wi=1"
imageAlt="Paliava barbershop interior brick wall"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -121,28 +121,28 @@ export default function LandingPage() {
"Precision haircut with scissors or clippers", "Professional consultation", "Expert finishing touch"
],
button: { text: "Book Now", href: "#booking" },
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-cut_23-2148256870.jpg", imageAlt: "Professional haircut service"
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-cut_23-2148256870.jpg?_wi=1", imageAlt: "Professional haircut service"
},
{
id: "beard", title: "Beard Trim", price: "€20", period: "20 min", features: [
"Beard shaping and sculpting", "Razor finishing", "Premium aftercare"
],
button: { text: "Book Now", href: "#booking" },
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665412.jpg", imageAlt: "Beard trim service"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665412.jpg?_wi=1", imageAlt: "Beard trim service"
},
{
id: "fade", title: "Fade", price: "€25", period: "30 min", features: [
"Clean fade execution", "Detail work included", "No compromises on quality"
],
button: { text: "Book Now", href: "#booking" },
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428480.jpg", imageAlt: "Professional fade service"
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428480.jpg?_wi=1", imageAlt: "Professional fade service"
},
{
id: "kids", title: "Kids Cut", price: "€20", period: "25 min", features: [
"Friendly approach with young clients", "Same quality standards", "We also fix small humans"
],
button: { text: "Book Now", href: "#booking" },
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8099.jpg", imageAlt: "Kids haircut service"
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8099.jpg?_wi=1", imageAlt: "Kids haircut service"
},
]}
animationType="slide-up"
@@ -185,22 +185,22 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Client One", date: "Date: Recently", title: "Best barbers in Kaunas. Period.", quote: "Simply the best haircuts I have ever had. These guys know exactly what they are doing.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg", avatarAlt: "Satisfied customer", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-cut_23-2148256870.jpg", imageAlt: "Haircut satisfaction"
id: "1", name: "Client One", date: "Date: Recently", title: "Best barbers in Kaunas. Period.", quote: "Simply the best haircuts I have ever had. These guys know exactly what they are doing.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg", avatarAlt: "Satisfied customer", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-cut_23-2148256870.jpg?_wi=2", imageAlt: "Haircut satisfaction"
},
{
id: "2", name: "Client Two", date: "Date: Last month", title: "Amazing atmosphere and top quality service.", quote: "The vibe here is incredible. Underground, cool, and the craftsmanship is unmatched.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1640.jpg", avatarAlt: "Customer review", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428480.jpg", imageAlt: "Barbershop atmosphere"
id: "2", name: "Client Two", date: "Date: Last month", title: "Amazing atmosphere and top quality service.", quote: "The vibe here is incredible. Underground, cool, and the craftsmanship is unmatched.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1640.jpg", avatarAlt: "Customer review", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428480.jpg?_wi=2", imageAlt: "Barbershop atmosphere"
},
{
id: "3", name: "Client Three", date: "Date: 2 months ago", title: "Been coming since opening. 100/100.", quote: "Loyal customer from day one. The consistency and quality never wavers. This is where barbering should be.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/woman-dancing_1187-3140.jpg", avatarAlt: "Loyal customer", imageSrc: "http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166614.jpg", imageAlt: "Interior design"
id: "3", name: "Client Three", date: "Date: 2 months ago", title: "Been coming since opening. 100/100.", quote: "Loyal customer from day one. The consistency and quality never wavers. This is where barbering should be.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/woman-dancing_1187-3140.jpg", avatarAlt: "Loyal customer", imageSrc: "http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166614.jpg?_wi=2", imageAlt: "Interior design"
},
{
id: "4", name: "Client Four", date: "Date: 6 weeks ago", title: "Erikas cut my hair so well I have not found a girlfriend for 6 months.", quote: "No seriously, the haircut was so good I have been too intimidated to approach anyone. Thanks, Erikas.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", avatarAlt: "Humorous review", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665412.jpg", imageAlt: "Professional results"
id: "4", name: "Client Four", date: "Date: 6 weeks ago", title: "Erikas cut my hair so well I have not found a girlfriend for 6 months.", quote: "No seriously, the haircut was so good I have been too intimidated to approach anyone. Thanks, Erikas.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", avatarAlt: "Humorous review", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665412.jpg?_wi=2", imageAlt: "Professional results"
},
{
id: "5", name: "Client Five", date: "Date: 3 weeks ago", title: "It is a cult. Do not go there.", quote: "Warning: If you visit Paliava, you will keep coming back. Atsargiai neikit ten. Tai sekta.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/pleased-successful-female-administrator-office_273609-4124.jpg", avatarAlt: "Cult member", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8099.jpg", imageAlt: "Barbershop culture"
id: "5", name: "Client Five", date: "Date: 3 weeks ago", title: "It is a cult. Do not go there.", quote: "Warning: If you visit Paliava, you will keep coming back. Atsargiai neikit ten. Tai sekta.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/pleased-successful-female-administrator-office_273609-4124.jpg", avatarAlt: "Cult member", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8099.jpg?_wi=2", imageAlt: "Barbershop culture"
},
{
id: "6", name: "Client Six", date: "Date: Recently", title: "Worth every euro.", quote: "Premium quality barbershop experience. The attention to detail is what sets them apart from everywhere else.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-with-back-hair-arms-crossed-looking-camera_23-2148112769.jpg", avatarAlt: "Premium customer", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-cut_23-2148256870.jpg", imageAlt: "Quality craftsmanship"
id: "6", name: "Client Six", date: "Date: Recently", title: "Worth every euro.", quote: "Premium quality barbershop experience. The attention to detail is what sets them apart from everywhere else.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-with-back-hair-arms-crossed-looking-camera_23-2148112769.jpg", avatarAlt: "Premium customer", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-cut_23-2148256870.jpg?_wi=3", imageAlt: "Quality craftsmanship"
},
]}
textboxLayout="default"