Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-09 20:26:50 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="medium"
background="noise"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -53,20 +53,20 @@ export default function LandingPage() {
{ text: "View Services", href: "#services" },
]}
buttonAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-getting-haircut_23-2149220577.jpg"},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-beard-man_23-2147778904.jpg?_wi=1"},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-beard-man_23-2147778904.jpg"},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-comb-scissors_1157-43547.jpg?_wi=1"},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-comb-scissors_1157-43547.jpg"},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-cutting-beard-customer_23-2147778865.jpg?_wi=1"},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-cutting-beard-customer_23-2147778865.jpg"},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg?_wi=1"},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg"},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4689.jpg?_wi=1"},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4689.jpg"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -90,7 +90,7 @@ export default function LandingPage() {
{
id: "3", title: "Straight Razor Shaves", content: "Classic luxury shave experience with hot towels and premium aftercare. Feel the tradition of a true barbershop shave with our expert technique and attention to comfort."},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-cutting-beard-man_23-2147778904.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/woman-cutting-beard-man_23-2147778904.jpg"
imageAlt="Premium barbershop service"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -129,10 +129,10 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Signature Fades", name: "Classic High Fade", price: "$35", rating: 5,
reviewCount: "47", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg?_wi=2", imageAlt: "Classic High Fade haircut"},
reviewCount: "47", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg", imageAlt: "Classic High Fade haircut"},
{
id: "2", brand: "Signature Fades", name: "Modern Textured Fade", price: "$40", rating: 5,
reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4689.jpg?_wi=2", imageAlt: "Modern Textured Fade haircut"},
reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4689.jpg", imageAlt: "Modern Textured Fade haircut"},
{
id: "3", brand: "Signature Fades", name: "Skin Fade with Design", price: "$45", rating: 5,
reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hairstyle-done_23-2148465240.jpg", imageAlt: "Skin Fade with Design haircut"},
@@ -195,17 +195,17 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "haircut", title: "Premium Haircut", price: "$35-45", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-beard-man_23-2147778904.jpg?_wi=3", imageAlt: "Premium Haircut service", button: { text: "Book Now", href: "#contact" },
id: "haircut", title: "Premium Haircut", price: "$35-45", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-beard-man_23-2147778904.jpg", imageAlt: "Premium Haircut service", button: { text: "Book Now", href: "#contact" },
features: [
"Expert fade and styling", "Precision blending", "Personalized consultation", "Premium products"],
},
{
id: "beard", title: "Beard Grooming", price: "$25-35", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-comb-scissors_1157-43547.jpg?_wi=2", imageAlt: "Beard Grooming service", button: { text: "Book Now", href: "#contact" },
id: "beard", title: "Beard Grooming", price: "$25-35", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-comb-scissors_1157-43547.jpg", imageAlt: "Beard Grooming service", button: { text: "Book Now", href: "#contact" },
features: [
"Professional trimming", "Shaping and styling", "Beard oil treatment", "Expert guidance"],
},
{
id: "shave", title: "Straight Razor Shave", price: "$30-40", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-cutting-beard-customer_23-2147778865.jpg?_wi=2", imageAlt: "Straight Razor Shave service", button: { text: "Book Now", href: "#contact" },
id: "shave", title: "Straight Razor Shave", price: "$30-40", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-cutting-beard-customer_23-2147778865.jpg", imageAlt: "Straight Razor Shave service", button: { text: "Book Now", href: "#contact" },
features: [
"Hot towel preparation", "Expert razor work", "Premium aftercare", "Relaxation experience"],
},