Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-02-15 22:39:45 +00:00
2 changed files with 1225 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -45,7 +45,7 @@ export default function BarberShopPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
title="Premium Barbering for the Modern Man"
title="Hof Coral the barber"
description="Experience expert grooming in our welcoming barber shop. Professional cuts, clean shaves, and impeccable styling from our master barbers."
background={{ variant: "glowing-orb" }}
kpis={[
@@ -60,7 +60,7 @@ export default function BarberShopPage() {
{ text: "Book Now", href: "#contact" },
{ text: "Learn More", href: "#about" }
]}
imageSrc="https://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg"
imageSrc="https://img.b2bpic.net/free-photo/young-man-barbershop-trimming-hair_1303-26254.jpg?id=12804095"
imageAlt="Modern barber shop interior"
imagePosition="right"
mediaAnimation="slide-up"
@@ -98,7 +98,7 @@ export default function BarberShopPage() {
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Crafted grooming expertise since" },
{ type: "image", src: "https://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", alt: "Sharp Cuts Barber Logo" },
{ type: "image", src: "https://img.b2bpic.net/free-photo/young-man-barbershop-trimming-hair_1303-26254.jpg?id=12804095", alt: "Sharp Cuts Barber Logo" },
{ type: "text", content: "2009. We deliver precision and style." }
]}
buttons={[
@@ -152,8 +152,8 @@ export default function BarberShopPage() {
},
{
id: 3,
title: "Welcoming Atmosphere", description: "Our shop is designed as a comfortable retreat where men can relax, connect, and experience exceptional grooming services.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Welcoming barber shop interior" },
phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Welcoming barber shop interior" }
title: "Welcoming Atmosphere", description: "Our shop is designed as a comfortable retreat where men can relax, connect, and experience exceptional grooming services.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/young-man-barbershop-trimming-hair_1303-26254.jpg?id=12804095", imageAlt: "Welcoming barber shop interior" },
phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/young-man-barbershop-trimming-hair_1303-26254.jpg?id=12804095", imageAlt: "Welcoming barber shop interior" }
}
]}
showStepNumbers={false}