Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="HEADQUARTERS"
|
||||
description="Premium barbershop experience with master craftsmen dedicated to perfecting your look. From classic cuts to detailed beard grooming, we deliver excellence with every visit."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Book Now", href: "contact" },
|
||||
{ text: "Learn More", href: "about" }
|
||||
@@ -70,10 +70,10 @@ export default function LandingPage() {
|
||||
title: "Classic Haircuts", description: "Master craftsmen specializing in timeless cuts and contemporary styles tailored to your preferences", icon: Scissors,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg?_wi=1", imageAlt: "Professional haircut demonstration"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg", imageAlt: "Professional haircut demonstration"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg?_wi=2", imageAlt: "Finished haircut style"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg", imageAlt: "Finished haircut style"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -81,10 +81,10 @@ export default function LandingPage() {
|
||||
title: "Straight Razor Shaves", description: "Experience the timeless luxury of a traditional straight razor shave with premium aftercare products", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1", imageAlt: "Straight razor shaving technique"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Straight razor shaving technique"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2", imageAlt: "Professional grooming service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Professional grooming service"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -92,21 +92,21 @@ export default function LandingPage() {
|
||||
title: "Beard Trimming & Care", description: "Precision beard sculpting and grooming with specialized treatments to maintain your distinguished look", icon: Heart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=3", imageAlt: "Beard trimming service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Beard trimming service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=4", imageAlt: "Beard care products application"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Beard care products application"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Hair Styling & Color", description: "Modern styling techniques and premium color services to enhance your natural features", icon: Sparkles,
|
||||
title: "Hair Styling & Color", description: "Modern styling techniques and premium color services to enhance your natural features", icon: Star,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg?_wi=3", imageAlt: "Hair styling demonstration"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg", imageAlt: "Hair styling demonstration"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg?_wi=4", imageAlt: "Color and styling result"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg", imageAlt: "Color and styling result"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -139,16 +139,16 @@ export default function LandingPage() {
|
||||
description="Each member of our team brings decades of expertise and passion for the craft of barbering"
|
||||
team={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", role: "Head Barber & Founder", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=1", imageAlt: "Marcus Johnson, Head Barber"
|
||||
id: "1", name: "Marcus Johnson", role: "Head Barber & Founder", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Marcus Johnson, Head Barber"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Rodriguez", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=2", imageAlt: "James Rodriguez, Senior Barber"
|
||||
id: "2", name: "James Rodriguez", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "James Rodriguez, Senior Barber"
|
||||
},
|
||||
{
|
||||
id: "3", name: "David Chen", role: "Master Stylist", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=3", imageAlt: "David Chen, Master Stylist"
|
||||
id: "3", name: "David Chen", role: "Master Stylist", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "David Chen, Master Stylist"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Anthony Thompson", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=4", imageAlt: "Anthony Thompson, Senior Barber"
|
||||
id: "4", name: "Anthony Thompson", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Anthony Thompson, Senior Barber"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -168,22 +168,22 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Robert Martinez", handle: "@robm_style", testimonial: "Headquarters is the only place I trust with my hair. The attention to detail is impeccable. Marcus is a true artist.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Robert Martinez"
|
||||
id: "1", name: "Robert Martinez", handle: "@robm_style", testimonial: "Headquarters is the only place I trust with my hair. The attention to detail is impeccable. Marcus is a true artist.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Martinez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Thompson", handle: "@mthompson_barber", testimonial: "Best barbershop experience of my life. The atmosphere is inviting and the barbers are incredibly skilled. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Thompson"
|
||||
id: "2", name: "Michael Thompson", handle: "@mthompson_barber", testimonial: "Best barbershop experience of my life. The atmosphere is inviting and the barbers are incredibly skilled. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Christopher Lee", handle: "@c_lee_gentleman", testimonial: "I've been coming here for 3 years and I wouldn't go anywhere else. They know exactly what I want every time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Christopher Lee"
|
||||
id: "3", name: "Christopher Lee", handle: "@c_lee_gentleman", testimonial: "I've been coming here for 3 years and I wouldn't go anywhere else. They know exactly what I want every time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Christopher Lee"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Wilson", handle: "@d.wilson88", testimonial: "The straight razor shave here is phenomenal. Feels like a trip back in time with world-class service. This is barbering done right.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Wilson"
|
||||
id: "4", name: "David Wilson", handle: "@d.wilson88", testimonial: "The straight razor shave here is phenomenal. Feels like a trip back in time with world-class service. This is barbering done right.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Wilson"
|
||||
},
|
||||
{
|
||||
id: "5", name: "James Peterson", handle: "@j_peterson_style", testimonial: "Professional, welcoming, and they deliver exceptional results. Worth every penny. This is where quality craftsmanship lives.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "James Peterson"
|
||||
id: "5", name: "James Peterson", handle: "@j_peterson_style", testimonial: "Professional, welcoming, and they deliver exceptional results. Worth every penny. This is where quality craftsmanship lives.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Peterson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Alexander Anderson", handle: "@alex_gentleman", testimonial: "Five stars doesn't do it justice. The level of expertise and customer care at Headquarters is unmatched in the city.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Alexander Anderson"
|
||||
id: "6", name: "Alexander Anderson", handle: "@alex_gentleman", testimonial: "Five stars doesn't do it justice. The level of expertise and customer care at Headquarters is unmatched in the city.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alexander Anderson"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -220,7 +220,7 @@ export default function LandingPage() {
|
||||
title="Ready for Your Perfect Look?"
|
||||
description="Book your appointment today and experience the Headquarters difference. Join hundreds of satisfied customers who trust us with their grooming."
|
||||
tagIcon={Calendar}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Book Appointment"
|
||||
|
||||
Reference in New Issue
Block a user