diff --git a/src/app/page.tsx b/src/app/page.tsx index 174d648..9a7182e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Location", id: "location" }, ]} button={{ - text: "Book Appointment", href: "#booking"}} + text: "Book Appointment", href: "#booking" + }} animateOnLoad={true} /> @@ -43,7 +44,7 @@ export default function LandingPage() {
@@ -72,12 +74,12 @@ 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.\n\nHidden 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.\n\nJust seriously good cuts, great people, and a place you'll keep coming back to.\n\nOr as one client put it: \"Atsargiai – neikit ten. Tai sekta.\" (Careful — don't go there. It's 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 — do not go there. It is a cult.)" metrics={[ { 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166614.jpg" imageAlt="Paliava barbershop interior brick wall" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -94,11 +96,12 @@ export default function LandingPage() { tagAnimation="slide-up" negativeCard={{ items: [ - "Generic chain barbershops", "Rushed appointments", "Instagram-focused trends"], + "Generic chain barbershops", "Rushed appointments", "Instagram-focused trends" + ], }} positiveCard={{ items: [ - "Exposed brick walls", "Neon accents", "Motorcycles & character", "Premium atmosphere", "Serious craftsmanship"], + "Exposed brick walls", "Neon accents", "Motorcycles and character", "Premium atmosphere", "Serious craftsmanship"], }} animationType="slide-up" textboxLayout="default" @@ -116,24 +119,32 @@ export default function LandingPage() { plans={[ { id: "haircut", title: "Haircut", price: "€30", period: "45 min", features: [ - "Precision haircut with scissors or clippers", "Professional consultation", "Expert finishing touch"], + "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?_wi=1", imageAlt: "Professional haircut service"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-cut_23-2148256870.jpg", imageAlt: "Professional haircut service" + }, { id: "beard", title: "Beard Trim", price: "€20", period: "20 min", features: [ - "Beard shaping and sculpting", "Razor finishing", "Premium aftercare"], + "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?_wi=1", imageAlt: "Beard trim service"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665412.jpg", imageAlt: "Beard trim service" + }, { id: "fade", title: "Fade", price: "€25", period: "30 min", features: [ - "Clean fade execution", "Detail work included", "No compromises on quality"], + "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?_wi=1", imageAlt: "Professional fade service"}, + imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428480.jpg", 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"], + "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?_wi=1", imageAlt: "Kids haircut service"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8099.jpg", imageAlt: "Kids haircut service" + }, ]} animationType="slide-up" textboxLayout="default" @@ -149,13 +160,17 @@ export default function LandingPage() { tagAnimation="slide-up" members={[ { - id: "1", name: "Vilius", imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-scissors-comb-looking-camera-with-serious-face-standing-orange-background_141793-67433.jpg", imageAlt: "Vilius - Fast and precise barber"}, + id: "1", name: "Vilius", imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-scissors-comb-looking-camera-with-serious-face-standing-orange-background_141793-67433.jpg", imageAlt: "Vilius - Fast and precise barber" + }, { - id: "2", name: "Povilas", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-18312.jpg", imageAlt: "Povilas - Expert barber"}, + id: "2", name: "Povilas", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-18312.jpg", imageAlt: "Povilas - Expert barber" + }, { - id: "3", name: "Karolis", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-handsome-barber-wearing-uniform-doing-peace-sign-holding-hair-clippers-another-hand-looking-front-isolated-purple-wall_141793-94219.jpg", imageAlt: "Karolis - Top-rated barber"}, + id: "3", name: "Karolis", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-handsome-barber-wearing-uniform-doing-peace-sign-holding-hair-clippers-another-hand-looking-front-isolated-purple-wall_141793-94219.jpg", imageAlt: "Karolis - Top-rated barber" + }, { - id: "4", name: "Erikas", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-bartender-bar-counter_329181-20308.jpg", imageAlt: "Erikas - Premium barber service"}, + id: "4", name: "Erikas", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-bartender-bar-counter_329181-20308.jpg", imageAlt: "Erikas - Premium barber service" + }, ]} memberVariant="card" membersAnimation="slide-up" @@ -172,17 +187,23 @@ 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've ever had. These guys know exactly what they're 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: "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: "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: "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: "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: "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: "4", name: "Client Four", date: "Date: 6 weeks ago", title: "Erikas cut my hair so well I haven't found a girlfriend for 6 months.", quote: "No seriously, the haircut was so good I've 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: "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: "5", name: "Client Five", date: "Date: 3 weeks ago", title: "It's a cult. Don't 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: "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: "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"}, + 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" + }, ]} textboxLayout="default" useInvertedBackground={false} @@ -195,7 +216,7 @@ export default function LandingPage() { tagIcon={MapPin} tagAnimation="slide-up" title="Old Town. Where else." - description="You'll find us in Kaunas Old Town. Brick walls, neon lights, questionable jokes, and the best haircuts in the city.\n\nJust look for the place that doesn't look like a barbershop chain. You'll know it when you see it." + description="You will find us in Kaunas Old Town. Brick walls, neon lights, questionable jokes, and the best haircuts in the city. Just look for the place that does not look like a barbershop chain. You will know it when you see it." metrics={[ { value: "Old Town", title: "Only location" }, { value: "Open", title: "For loyal customers" }, @@ -229,9 +250,11 @@ export default function LandingPage() {