Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 03:43:53 +00:00

View File

@@ -46,18 +46,18 @@ export default function LandingPage() {
tag="Jensen Beach Barber Shop"
tagIcon={Scissors}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/calm-man-posing-near-mirror_171337-16537.jpg", imageAlt: "Classic barber shop interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/shave-brush-with-copy-space_23-2148256988.jpg", imageAlt: "Traditional straight razor shave" },
{ imageSrc: "http://img.b2bpic.net/free-photo/attractive-man-white-shirt-poses-velvet-wall_197531-23907.jpg?_wi=1", imageAlt: "Master barber at work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/attractive-man-white-shirt-poses-velvet-wall_197531-23907.jpg", imageAlt: "Master barber at work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Professional beard grooming" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/man-getting-groomed-close-up_23-2149141767.jpg", imageAlt: "Classic haircut service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220587.jpg", imageAlt: "Vintage barbershop tools" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg?_wi=1", imageAlt: "Expert barber" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-looking-away-salon_23-2148353457.jpg?_wi=1", imageAlt: "Professional barber" }
{ imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg", imageAlt: "Expert barber" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-looking-away-salon_23-2148353457.jpg", imageAlt: "Professional barber" }
]}
buttons={[
{ text: "Book an Appointment", href: "contact" },
@@ -134,19 +134,19 @@ export default function LandingPage() {
animationType="slide-up"
members={[
{
id: "1", name: "Marcus Rodriguez", role: "Head Barber & Founder", description: "With 30 years of experience in classic barbering, Marcus founded Jensen Beach Barber Shop with a passion for traditional craftsmanship. Master of fades, shaves, and beard work.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-man-white-shirt-poses-velvet-wall_197531-23907.jpg?_wi=2", imageAlt: "Marcus Rodriguez, Head Barber", socialLinks: [
id: "1", name: "Marcus Rodriguez", role: "Head Barber & Founder", description: "With 30 years of experience in classic barbering, Marcus founded Jensen Beach Barber Shop with a passion for traditional craftsmanship. Master of fades, shaves, and beard work.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-man-white-shirt-poses-velvet-wall_197531-23907.jpg", imageAlt: "Marcus Rodriguez, Head Barber", socialLinks: [
{ icon: Instagram, url: "https://instagram.com" },
{ icon: Phone, url: "tel:+1234567890" }
]
},
{
id: "2", name: "James Mitchell", role: "Senior Barber", description: "15 years of dedication to the art of barbering. James specializes in intricate fade work and precision beard grooming. Known for his attention to detail and client care.", imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg?_wi=2", imageAlt: "James Mitchell, Senior Barber", socialLinks: [
id: "2", name: "James Mitchell", role: "Senior Barber", description: "15 years of dedication to the art of barbering. James specializes in intricate fade work and precision beard grooming. Known for his attention to detail and client care.", imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg", imageAlt: "James Mitchell, Senior Barber", socialLinks: [
{ icon: Instagram, url: "https://instagram.com" },
{ icon: Phone, url: "tel:+1234567890" }
]
},
{
id: "3", name: "Carlos Hernandez", role: "Master Barber", description: "Certified master barber with expertise in straight razor shaves and traditional grooming techniques. Carlos brings artistry and precision to every client.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-away-salon_23-2148353457.jpg?_wi=2", imageAlt: "Carlos Hernandez, Master Barber", socialLinks: [
id: "3", name: "Carlos Hernandez", role: "Master Barber", description: "Certified master barber with expertise in straight razor shaves and traditional grooming techniques. Carlos brings artistry and precision to every client.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-away-salon_23-2148353457.jpg", imageAlt: "Carlos Hernandez, Master Barber", socialLinks: [
{ icon: Instagram, url: "https://instagram.com" },
{ icon: Phone, url: "tel:+1234567890" }
]