Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 15:56:04 +00:00

View File

@@ -42,13 +42,13 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="JOSIE VIBES"
description="Premium barbershop experience. Precision cuts, expert styling, and classic grooming traditions meet modern comfort."
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Book Now", href: "#contact" },
{ text: "Learn More", href: "#about" },
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-4343.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-4343.jpg"
imageAlt="Modern barbershop interior with professional styling stations"
frameStyle="card"
mediaAnimation="blur-reveal"
@@ -77,36 +77,36 @@ export default function LandingPage() {
title: "Classic Haircuts", description: "Expert fades, tapers, and traditional cuts tailored to your style and face shape", icon: Scissors,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-serving-client-barbershop_1163-2016.jpg?_wi=1", imageAlt: "Professional haircut service"},
imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-serving-client-barbershop_1163-2016.jpg", imageAlt: "Professional haircut service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-serving-client-barbershop_1163-2016.jpg?_wi=2", imageAlt: "Precision fade haircut"},
imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-serving-client-barbershop_1163-2016.jpg", imageAlt: "Precision fade haircut"},
],
},
{
title: "Straight Razor Shaves", description: "Luxurious hot lather shaves with traditional straight razor technique for the smoothest results", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/anonymous-barber-trimming-beard-man_23-2147778850.jpg?_wi=1", imageAlt: "Professional shaving service"},
imageSrc: "http://img.b2bpic.net/free-photo/anonymous-barber-trimming-beard-man_23-2147778850.jpg", imageAlt: "Professional shaving service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/anonymous-barber-trimming-beard-man_23-2147778850.jpg?_wi=2", imageAlt: "Straight razor shave experience"},
imageSrc: "http://img.b2bpic.net/free-photo/anonymous-barber-trimming-beard-man_23-2147778850.jpg", imageAlt: "Straight razor shave experience"},
],
},
{
title: "Beard Grooming", description: "Specialized beard styling, shaping, and maintenance to keep your look sharp and polished", icon: Award,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-serving-client-barbershop_1163-2016.jpg?_wi=3", imageAlt: "Beard grooming service"},
imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-serving-client-barbershop_1163-2016.jpg", imageAlt: "Beard grooming service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-serving-client-barbershop_1163-2016.jpg?_wi=4", imageAlt: "Professional beard styling"},
imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-serving-client-barbershop_1163-2016.jpg", imageAlt: "Professional beard styling"},
],
},
{
title: "Scalp Treatments", description: "Rejuvenating scalp massages and treatments to promote healthy hair and relaxation", icon: Sparkles,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-4343.jpg?_wi=2", imageAlt: "Scalp treatment service"},
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-4343.jpg", imageAlt: "Scalp treatment service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-4343.jpg?_wi=3", imageAlt: "Hair care treatment"},
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-4343.jpg", imageAlt: "Hair care treatment"},
],
},
]}