|
|
|
|
@@ -10,7 +10,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
|
|
|
|
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|
|
|
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
|
|
|
|
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
|
|
|
|
import { Award, Flame, Scissors, Shield, Sparkles, Star, Users, Zap } from "lucide-react";
|
|
|
|
|
import { Award, Flame, Instagram, Scissors, Shield, Sparkles, Star, Users, Zap } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function BarberPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -86,27 +86,33 @@ export default function BarberPage() {
|
|
|
|
|
{
|
|
|
|
|
icon: Scissors,
|
|
|
|
|
title: "Classic Haircuts", description:
|
|
|
|
|
"Traditional and modern haircut styles performed with precision and attention to detail."},
|
|
|
|
|
"Traditional and modern haircut styles performed with precision and attention to detail."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Sparkles,
|
|
|
|
|
title: "Fade Cuts", description:
|
|
|
|
|
"Expert fade techniques creating clean, sharp lines for the perfect modern look."},
|
|
|
|
|
"Expert fade techniques creating clean, sharp lines for the perfect modern look."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Zap,
|
|
|
|
|
title: "Beard Grooming", description:
|
|
|
|
|
"Professional beard styling, trimming, and shaping with premium grooming products."},
|
|
|
|
|
"Professional beard styling, trimming, and shaping with premium grooming products."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Award,
|
|
|
|
|
title: "Hot Towel Shaves", description:
|
|
|
|
|
"Luxurious traditional hot towel shaves with expert technique and premium products."},
|
|
|
|
|
"Luxurious traditional hot towel shaves with expert technique and premium products."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Shield,
|
|
|
|
|
title: "Hair Treatments", description:
|
|
|
|
|
"Specialized hair treatments and conditioning services for optimal hair health."},
|
|
|
|
|
"Specialized hair treatments and conditioning services for optimal hair health."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Flame,
|
|
|
|
|
title: "Scalp Treatments", description:
|
|
|
|
|
"Therapeutic scalp massages and treatments for relaxation and hair vitality."},
|
|
|
|
|
"Therapeutic scalp massages and treatments for relaxation and hair vitality."
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -124,16 +130,20 @@ export default function BarberPage() {
|
|
|
|
|
members={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Marcus Johnson", role: "Lead Barber", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-smiling-showing-thumbs-up_141793-37334.jpg", imageAlt: "Marcus Johnson, Lead Barber"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-smiling-showing-thumbs-up_141793-37334.jpg", imageAlt: "Marcus Johnson, Lead Barber"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "David Chen", role: "Senior Stylist", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/human-facial-expressions-emotions-feelings-reaction-attitude-picture-positive-muscular-guy-with-stubble-tattoo-arm-posing-isolated-with-arms-folded-smiling-happily_343059-1690.jpg", imageAlt: "David Chen, Senior Stylist"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/human-facial-expressions-emotions-feelings-reaction-attitude-picture-positive-muscular-guy-with-stubble-tattoo-arm-posing-isolated-with-arms-folded-smiling-happily_343059-1690.jpg", imageAlt: "David Chen, Senior Stylist"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "James Rivera", role: "Master Barber", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/man-looking-away-salon_23-2148353457.jpg", imageAlt: "James Rivera, Master Barber"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/man-looking-away-salon_23-2148353457.jpg", imageAlt: "James Rivera, Master Barber"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Alex Thompson", role: "Specialist", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/confident-young-handsome-barber-wearing-uniform-combing-his-beard-isolated-purple-with-copy-space_141793-76922.jpg", imageAlt: "Alex Thompson, Specialist"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/confident-young-handsome-barber-wearing-uniform-combing-his-beard-isolated-purple-with-copy-space_141793-76922.jpg", imageAlt: "Alex Thompson, Specialist"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -154,32 +164,38 @@ export default function BarberPage() {
|
|
|
|
|
id: "1", name: "Michael Rodriguez, Business Owner", date: "Date: 15 November 2024", title: "Best Barber Experience Ever!", quote:
|
|
|
|
|
"The attention to detail and professionalism at Supreme Barber Studio is unmatched. Every haircut is perfect, and the atmosphere is welcoming and professional. Highly recommend!", tag: "Premium Service", avatarSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg", avatarAlt: "Michael Rodriguez", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/hairdresser-combing-drying-hair-senior-client_23-2148181899.jpg?_wi=1", imageAlt: "Modern barbershop interior"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/hairdresser-combing-drying-hair-senior-client_23-2148181899.jpg?_wi=1", imageAlt: "Modern barbershop interior"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "James Patterson, Executive", date: "Date: 10 November 2024", title: "Worth Every Penny", quote:
|
|
|
|
|
"I've tried many barbershops, but Supreme Barber Studio stands out with their expertise and customer service. The fade cuts are absolutely perfect.", tag: "Exceptional Quality", avatarSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/talk-coffee-break_1098-16160.jpg", avatarAlt: "James Patterson", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/side-view-barber-grooming-beard_23-2148298293.jpg?_wi=1", imageAlt: "Professional barber performing fade cut"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/side-view-barber-grooming-beard_23-2148298293.jpg?_wi=1", imageAlt: "Professional barber performing fade cut"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Christopher Lee, Marketing Pro", date: "Date: 5 November 2024", title: "Exceeded My Expectations", quote:
|
|
|
|
|
"From the moment I walked in, I felt welcomed. The barbers know their craft and take pride in their work. This is now my regular spot!", tag: "Customer Favorite", avatarSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/young-handsome-man-smiling-cheerfully-showing-thumbs-up-standing-pink-wall_141793-23039.jpg", avatarAlt: "Christopher Lee", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/hairdresser-combing-drying-hair-senior-client_23-2148181899.jpg?_wi=2", imageAlt: "Premium barbershop styling station"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/hairdresser-combing-drying-hair-senior-client_23-2148181899.jpg?_wi=2", imageAlt: "Premium barbershop styling station"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "David Martinez, Designer", date: "Date: 28 October 2024", title: "Professional Excellence", quote:
|
|
|
|
|
"The hot towel shave experience is incredible. The barbers are skilled professionals who genuinely care about their clients' satisfaction.", tag: "Premium Experience", avatarSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586561.jpg", avatarAlt: "David Martinez", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/side-view-barber-grooming-beard_23-2148298293.jpg?_wi=2", imageAlt: "Expert barber styling hair"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/side-view-barber-grooming-beard_23-2148298293.jpg?_wi=2", imageAlt: "Expert barber styling hair"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Robert Thompson, Tech CEO", date: "Date: 20 October 2024", title: "Five Stars All Around", quote:
|
|
|
|
|
"Supreme Barber Studio delivers premium grooming services with exceptional attention to detail. Worth recommending to all my colleagues.", tag: "Top Rated", avatarSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Robert Thompson", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/hairdresser-combing-drying-hair-senior-client_23-2148181899.jpg?_wi=3", imageAlt: "Welcoming barbershop environment"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/hairdresser-combing-drying-hair-senior-client_23-2148181899.jpg?_wi=3", imageAlt: "Welcoming barbershop environment"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "Steven Anderson, Entrepreneur", date: "Date: 12 October 2024", title: "True Barbering Craftsmanship", quote:
|
|
|
|
|
"The barbers here understand their craft completely. Every service is executed with precision and pride. Best barbershop in town!", tag: "Highly Recommended", avatarSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153863.jpg", avatarAlt: "Steven Anderson", imageSrc:
|
|
|
|
|
"http://img.b2bpic.net/free-photo/side-view-barber-grooming-beard_23-2148298293.jpg?_wi=3", imageAlt: "Professional barber expertise"},
|
|
|
|
|
"http://img.b2bpic.net/free-photo/side-view-barber-grooming-beard_23-2148298293.jpg?_wi=3", imageAlt: "Professional barber expertise"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
@@ -196,7 +212,8 @@ export default function BarberPage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
names={[
|
|
|
|
|
"Google Rating: 4.9★", "2000+ Happy Clients", "10+ Years Experience", "Award Winning Service", "Premium Members", "Expert Certified", "Best Local Barber"]}
|
|
|
|
|
"Google Rating: 4.9★", "2000+ Happy Clients", "10+ Years Experience", "Award Winning Service", "Premium Members", "Expert Certified", "Best Local Barber"
|
|
|
|
|
]}
|
|
|
|
|
speed={40}
|
|
|
|
|
showCard={true}
|
|
|
|
|
/>
|
|
|
|
|
@@ -255,7 +272,7 @@ export default function BarberPage() {
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "Phone", href: "tel:+1234567890" },
|
|
|
|
|
{ label: "Email", href: "mailto:hello@supremebarber.com" },
|
|
|
|
|
{ label: "Location", href: "#" },
|
|
|
|
|
{ label: "Instagram", href: "https://instagram.com/SupremeCutsBarberStudio", onClick: () => window.open('https://instagram.com/SupremeCutsBarberStudio', '_blank') },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
|