Merge version_2 into main #2
@@ -6,6 +6,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
@@ -130,6 +131,48 @@ export default function BarberShopPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNine
|
||||
title="Why Choose Sharp Cuts?"
|
||||
description="Discover what sets us apart in the barbering industry. Premium quality, expert craftsmanship, and dedicated customer service."
|
||||
tag="Our Advantages"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="What Our Customers Say"
|
||||
|
||||
Reference in New Issue
Block a user