Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 23:24:26 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSmall"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -46,16 +46,16 @@ export default function LandingPage() {
tag="Premium Grooming"
tagIcon={Scissors}
tagAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "radial-gradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-hairdryer-with-blurred-image_23-2148506237.jpg?_wi=1", imageAlt: "Professional barber cutting hair"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-hairdryer-with-blurred-image_23-2148506237.jpg", imageAlt: "Professional barber cutting hair"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg?_wi=1", imageAlt: "Sharp fade haircut technique"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg", imageAlt: "Sharp fade haircut technique"
},
{
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", imageAlt: "Professional beard grooming"
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: "Professional beard grooming"
}
]}
mediaAnimation="slide-up"
@@ -80,10 +80,10 @@ export default function LandingPage() {
title: "Classic Fades", description: "Expert fade haircuts with precision and attention to detail. Clean lines and sharp finishes for the modern gentleman.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg?_wi=2", imageAlt: "Classic fade haircut"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg", imageAlt: "Classic fade haircut"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg?_wi=3", imageAlt: "Fade detail shot"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg", imageAlt: "Fade detail shot"
}
]
},
@@ -91,10 +91,10 @@ export default function LandingPage() {
title: "Beard Grooming", description: "Full beard trimming, shaping, and conditioning. We use premium products to keep your beard healthy and styled.", icon: Smile,
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: "Beard grooming 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: "Beard grooming 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: "Beard trim detail"
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: "Beard trim detail"
}
]
},
@@ -102,10 +102,10 @@ export default function LandingPage() {
title: "Hot Towel Shaves", description: "Traditional hot towel shaves using straight razors and premium creams. A luxurious grooming ritual you won't forget.", icon: Heart,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-hairdryer-with-blurred-image_23-2148506237.jpg?_wi=2", imageAlt: "Hot towel shave"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-hairdryer-with-blurred-image_23-2148506237.jpg", imageAlt: "Hot towel shave"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-hairdryer-with-blurred-image_23-2148506237.jpg?_wi=3", imageAlt: "Shave finishing"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-hairdryer-with-blurred-image_23-2148506237.jpg", imageAlt: "Shave finishing"
}
]
},
@@ -113,10 +113,10 @@ export default function LandingPage() {
title: "Hairline Design", description: "Precision hairline sculpting and design. We create custom hairline shapes that complement your face and style perfectly.", icon: Crown,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg?_wi=4", imageAlt: "Hairline design"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg", imageAlt: "Hairline design"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg?_wi=5", imageAlt: "Precision hairline"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg", imageAlt: "Precision hairline"
}
]
}
@@ -294,7 +294,7 @@ export default function LandingPage() {
description="Ready for your next haircut? Contact us to schedule your appointment or ask any questions about our services."
tagIcon={Phone}
tagAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Get Updates"