Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 20:12:56 +00:00
2 changed files with 1379 additions and 12 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,22 +53,22 @@ export default function LandingPage() {
carouselItems={[
{
id: "1", imageSrc:
"http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg", imageAlt: "Royal Cuts luxurious interior"},
"http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg?_wi=1", imageAlt: "Royal Cuts luxurious interior"},
{
id: "2", imageSrc:
"http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg", imageAlt: "Professional haircut service"},
"http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg?_wi=1", imageAlt: "Professional haircut service"},
{
id: "3", imageSrc:
"http://img.b2bpic.net/free-photo/fashionable-redhead-barber-with-stylish-haircut-fuzzy-beard-holding-cut-throat-razor-his-hands-with-serious-face-expression_273609-6080.jpg", imageAlt: "Premium shave experience"},
"http://img.b2bpic.net/free-photo/fashionable-redhead-barber-with-stylish-haircut-fuzzy-beard-holding-cut-throat-razor-his-hands-with-serious-face-expression_273609-6080.jpg?_wi=1", imageAlt: "Premium shave experience"},
{
id: "4", imageSrc:
"http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7907.jpg", imageAlt: "Expert beard grooming"},
"http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7907.jpg?_wi=1", imageAlt: "Expert beard grooming"},
{
id: "5", imageSrc:
"http://img.b2bpic.net/free-photo/mature-man-getting-his-haircut-done_23-2148465253.jpg", imageAlt: "Precision fade haircut"},
"http://img.b2bpic.net/free-photo/mature-man-getting-his-haircut-done_23-2148465253.jpg?_wi=1", imageAlt: "Precision fade haircut"},
{
id: "6", imageSrc:
"http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985717.jpg", imageAlt: "Professional hair coloring"},
"http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985717.jpg?_wi=1", imageAlt: "Professional hair coloring"},
]}
autoPlay={true}
autoPlayInterval={5000}
@@ -89,32 +89,32 @@ export default function LandingPage() {
{
title: "Classic Haircut", description:
"Timeless styles crafted with precision and attention to detail for the distinguished gentleman.", imageSrc:
"http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg", imageAlt: "Classic haircut service", buttonIcon: Scissors,
"http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg?_wi=2", imageAlt: "Classic haircut service", buttonIcon: Scissors,
buttonHref: "#booking"},
{
title: "Straight Razor Shave", description:
"Experience the luxury of a traditional straight razor shave with premium grooming products.", imageSrc:
"http://img.b2bpic.net/free-photo/fashionable-redhead-barber-with-stylish-haircut-fuzzy-beard-holding-cut-throat-razor-his-hands-with-serious-face-expression_273609-6080.jpg", imageAlt: "Straight razor shave service", buttonIcon: Zap,
"http://img.b2bpic.net/free-photo/fashionable-redhead-barber-with-stylish-haircut-fuzzy-beard-holding-cut-throat-razor-his-hands-with-serious-face-expression_273609-6080.jpg?_wi=2", imageAlt: "Straight razor shave service", buttonIcon: Zap,
buttonHref: "#booking"},
{
title: "Beard Grooming", description:
"Expert beard trimming, shaping, and conditioning to keep your facial hair looking impeccable.", imageSrc:
"http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7907.jpg", imageAlt: "Beard grooming service", buttonIcon: Sparkles,
"http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7907.jpg?_wi=2", imageAlt: "Beard grooming service", buttonIcon: Sparkles,
buttonHref: "#booking"},
{
title: "Fade & Taper", description:
"Modern fade cuts and precise tapering for a sharp, contemporary look that turns heads.", imageSrc:
"http://img.b2bpic.net/free-photo/mature-man-getting-his-haircut-done_23-2148465253.jpg", imageAlt: "Fade haircut service", buttonIcon: Zap,
"http://img.b2bpic.net/free-photo/mature-man-getting-his-haircut-done_23-2148465253.jpg?_wi=2", imageAlt: "Fade haircut service", buttonIcon: Zap,
buttonHref: "#booking"},
{
title: "Hair Coloring", description:
"Professional hair color treatments using premium products for rich, vibrant results.", imageSrc:
"http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985717.jpg", imageAlt: "Hair coloring service", buttonIcon: Palette,
"http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985717.jpg?_wi=2", imageAlt: "Hair coloring service", buttonIcon: Palette,
buttonHref: "#booking"},
{
title: "Hot Towel Treatment", description:
"Luxurious hot towel treatments and aromatherapy to complement your grooming experience.", imageSrc:
"http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg", imageAlt: "Hot towel treatment", buttonIcon: Heart,
"http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg?_wi=2", imageAlt: "Hot towel treatment", buttonIcon: Heart,
buttonHref: "#booking"},
]}
textboxLayout="default"