Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-02-15 21:57:52 +00:00

View File

@@ -139,34 +139,22 @@ export default function BarberShopPage() {
tagIcon={Sparkles}
features={[
{
title: "Expert Craftsmen", description: "Our master barbers bring years of training and passion to every service, ensuring precision cuts and perfect styling every time.", imageSrc: "https://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Expert barber at work"
id: 1,
title: "Expert Craftsmen", description: "Our master barbers bring years of training and passion to every service, ensuring precision cuts and perfect styling every time.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Expert barber at work" },
phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Expert barber at work" }
},
{
title: "Premium Products", description: "We use only the finest grooming products and tools, selected to provide superior results and comfort for our valued clients.", imageSrc: "https://img.b2bpic.net/free-photo/hairstylist-woman-doing-haircut_1163-2018.jpg", imageAlt: "Premium grooming products"
id: 2,
title: "Premium Products", description: "We use only the finest grooming products and tools, selected to provide superior results and comfort for our valued clients.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/hairstylist-woman-doing-haircut_1163-2018.jpg", imageAlt: "Premium grooming products" },
phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/hairstylist-woman-doing-haircut_1163-2018.jpg", imageAlt: "Premium grooming products" }
},
{
title: "Welcoming Atmosphere", description: "Our shop is designed as a comfortable retreat where men can relax, connect, and experience exceptional grooming services.", imageSrc: "https://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Welcoming barber shop interior"
},
{
title: "Quick Appointments", description: "We respect your time with efficient scheduling and walk-in availability. Quality service without the lengthy waits.", imageSrc: "https://img.b2bpic.net/free-photo/barber-putting-cape-clients-neck_107420-94792.jpg", imageAlt: "Quick service appointment"
},
{
title: "Custom Styling", description: "Every cut is personalized to your unique style and preferences. We listen, advise, and deliver exactly what you're looking for.", imageSrc: "https://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "Custom styling service"
},
{
title: "Community Focused", description: "We're not just a barber shop—we're a gathering place for the community. Building relationships, one cut at a time.", imageSrc: "https://img.b2bpic.net/free-photo/serious-elegant-bearded-male-wearing-classic-waistcoat-slim-bow-tie_613910-1520.jpg", imageAlt: "Community barber shop"
},
{
title: "Affordable Excellence", description: "Premium quality grooming services at fair prices. We believe great barbering should be accessible to everyone.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-pensive-man-with-receive-moustache-beard-trimming-procedure-barbershop_613910-15033.jpg", imageAlt: "Affordable barber services"
},
{
title: "Hygiene Standards", description: "We maintain the highest standards of cleanliness and sanitation. Your health and safety are our top priority.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Clean and hygienic shop"
},
{
title: "Loyalty Rewards", description: "Regular customers enjoy exclusive discounts and rewards. We appreciate your loyalty and want to give back.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg", imageAlt: "Loyalty rewards program"
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" }
}
]}
gridVariant="three-columns-all-equal-width"
showStepNumbers={false}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}