Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-16 11:58:09 +00:00

View File

@@ -60,8 +60,8 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Barbershop Seating Area" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/relaxed-man-with-glasses-smartphone_1153-1397.jpg", imageAlt: "Professional Barber at Work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-angry-expression_641386-647.jpg", imageAlt: "Precision Haircut Service" }
{ imageSrc: "http://img.b2bpic.net/free-photo/relaxed-man-with-glasses-smartphone_1153-1397.jpg?_wi=1", imageAlt: "Professional Barber at Work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-angry-expression_641386-647.jpg?_wi=1", imageAlt: "Precision Haircut Service" }
]}
carouselPosition="right"
/>
@@ -87,7 +87,7 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Precision Haircuts", description: "Expert haircuts tailored to your style and face shape. From classic fades to modern designs, we deliver precision every time.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-angry-expression_641386-647.jpg", imageAlt: "Professional Haircut Service", buttonIcon: Scissors,
title: "Precision Haircuts", description: "Expert haircuts tailored to your style and face shape. From classic fades to modern designs, we deliver precision every time.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-angry-expression_641386-647.jpg?_wi=2", imageAlt: "Professional Haircut Service", buttonIcon: Scissors,
buttonHref: "#pricing"
},
{
@@ -95,7 +95,7 @@ export default function LandingPage() {
buttonHref: "#pricing"
},
{
title: "Hot Shaves", description: "Traditional hot shave experience with premium products. Relax as our expert barbers provide a classic and luxurious shaving service.", imageSrc: "http://img.b2bpic.net/free-photo/relaxed-man-with-glasses-smartphone_1153-1397.jpg", imageAlt: "Hot Shave Service", buttonIcon: Star,
title: "Hot Shaves", description: "Traditional hot shave experience with premium products. Relax as our expert barbers provide a classic and luxurious shaving service.", imageSrc: "http://img.b2bpic.net/free-photo/relaxed-man-with-glasses-smartphone_1153-1397.jpg?_wi=2", imageAlt: "Hot Shave Service", buttonIcon: Star,
buttonHref: "#pricing"
}
]}