Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-07 10:44:45 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="medium"
background="blurBottom"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitTestimonial
title="PALIAVA"
description="Kaunas Old Town Barbershop. Good haircuts. Questionable conversations."
background={{ variant: "blurBottom" }}
background={{ variant: "plain" }}
tag="Luxury Underground"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -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}
@@ -241,7 +240,7 @@ export default function LandingPage() {
{ text: "Contact Us", href: "#contact" },
]}
buttonAnimation="slide-up"
background={{ variant: "blurBottom" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>