Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -55,12 +55,12 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
carouselItems={[
|
||||
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-male-waits-hairdresser-sitting-barber-chair_613910-18391.jpg", imageAlt: "OJ Barber Shop Interior" },
|
||||
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-20497.jpg", imageAlt: "Professional Haircut Service" },
|
||||
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/man-closes-his-eyes-while-barber-shapes-his-black-beard_1304-2778.jpg", imageAlt: "Expert Beard Trimming" },
|
||||
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shaving-foam-with-brush-wooden-desk_23-2148088561.jpg", imageAlt: "Traditional Barber Shave" },
|
||||
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hairdresser-styling-hair-man_23-2147778738.jpg", imageAlt: "Professional Hair Styling" },
|
||||
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-male-waits-hairdresser-sitting-barber-chair_613910-18391.jpg", imageAlt: "Barbershop Atmosphere" }
|
||||
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-male-waits-hairdresser-sitting-barber-chair_613910-18391.jpg?_wi=1", imageAlt: "OJ Barber Shop Interior" },
|
||||
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-20497.jpg?_wi=1", imageAlt: "Professional Haircut Service" },
|
||||
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/man-closes-his-eyes-while-barber-shapes-his-black-beard_1304-2778.jpg?_wi=1", imageAlt: "Expert Beard Trimming" },
|
||||
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shaving-foam-with-brush-wooden-desk_23-2148088561.jpg?_wi=1", imageAlt: "Traditional Barber Shave" },
|
||||
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hairdresser-styling-hair-man_23-2147778738.jpg?_wi=1", imageAlt: "Professional Hair Styling" },
|
||||
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-male-waits-hairdresser-sitting-barber-chair_613910-18391.jpg?_wi=2", imageAlt: "Barbershop Atmosphere" }
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -79,29 +79,29 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Classic Haircut", description: "Precision cuts using traditional techniques and modern styling expertise.", icon: Scissors,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-20497.jpg", imageAlt: "Professional Haircut" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-hairdresser-styling-hair-man_23-2147778738.jpg", imageAlt: "Haircut Styling" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-20497.jpg?_wi=2", imageAlt: "Professional Haircut" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-hairdresser-styling-hair-man_23-2147778738.jpg?_wi=2", imageAlt: "Haircut Styling" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Beard Grooming", description: "Expert beard trimming and shaping for the perfect look.", icon: Wand2,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-closes-his-eyes-while-barber-shapes-his-black-beard_1304-2778.jpg", imageAlt: "Beard Trimming Service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-shaving-foam-with-brush-wooden-desk_23-2148088561.jpg", imageAlt: "Beard Styling" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-closes-his-eyes-while-barber-shapes-his-black-beard_1304-2778.jpg?_wi=2", imageAlt: "Beard Trimming Service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-shaving-foam-with-brush-wooden-desk_23-2148088561.jpg?_wi=2", imageAlt: "Beard Styling" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Straight Razor Shave", description: "Traditional hot shave experience for ultimate luxury and comfort.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-shaving-foam-with-brush-wooden-desk_23-2148088561.jpg", imageAlt: "Straight Razor Shave" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-closes-his-eyes-while-barber-shapes-his-black-beard_1304-2778.jpg", imageAlt: "Professional Shave" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-shaving-foam-with-brush-wooden-desk_23-2148088561.jpg?_wi=3", imageAlt: "Straight Razor Shave" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-closes-his-eyes-while-barber-shapes-his-black-beard_1304-2778.jpg?_wi=3", imageAlt: "Professional Shave" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Hair Styling", description: "Modern styling techniques with premium products for any occasion.", icon: Palette,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-hairdresser-styling-hair-man_23-2147778738.jpg", imageAlt: "Professional Styling" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-20497.jpg", imageAlt: "Style Consultation" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-hairdresser-styling-hair-man_23-2147778738.jpg?_wi=3", imageAlt: "Professional Styling" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-20497.jpg?_wi=3", imageAlt: "Style Consultation" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -216,21 +216,21 @@ export default function LandingPage() {
|
||||
"Professional haircut", "Expert styling advice", "Premium hair products included"
|
||||
],
|
||||
button: { text: "Book Now", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-20497.jpg", imageAlt: "Classic Haircut Service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-20497.jpg?_wi=4", imageAlt: "Classic Haircut Service"
|
||||
},
|
||||
{
|
||||
id: "pro", title: "Premium Package", price: "$45", period: "per service", features: [
|
||||
"Haircut with styling", "Beard trimming", "Scalp massage included", "Consultation"
|
||||
],
|
||||
button: { text: "Book Now", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-closes-his-eyes-while-barber-shapes-his-black-beard_1304-2778.jpg", imageAlt: "Premium Grooming Service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-closes-his-eyes-while-barber-shapes-his-black-beard_1304-2778.jpg?_wi=4", imageAlt: "Premium Grooming Service"
|
||||
},
|
||||
{
|
||||
id: "luxury", title: "Luxury Experience", price: "$65", period: "per service", features: [
|
||||
"Full grooming experience", "Straight razor shave", "Beard treatment", "Premium products", "Complimentary beverage"
|
||||
],
|
||||
button: { text: "Book Now", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shaving-foam-with-brush-wooden-desk_23-2148088561.jpg", imageAlt: "Luxury Barber Experience"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shaving-foam-with-brush-wooden-desk_23-2148088561.jpg?_wi=4", imageAlt: "Luxury Barber Experience"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -285,7 +285,7 @@ export default function LandingPage() {
|
||||
title="Book Your Appointment"
|
||||
description="Get in touch with OJ Barber. We'd love to see you for your next grooming experience."
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=1"
|
||||
imageAlt="OJ Barber Location"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -306,7 +306,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=2"
|
||||
imageAlt="OJ Barber Storefront"
|
||||
logoText="OJ Barber"
|
||||
copyrightText="© 2025 OJ Barber | Professional Grooming Since Day One"
|
||||
|
||||
Reference in New Issue
Block a user