Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 22:22:41 +00:00

View File

@@ -78,16 +78,16 @@ export default function LandingPage() {
description="Expertly crafted grooming services rooted in barbering tradition"
features={[
{
title: "Traditional Haircuts", description: "Classic cuts executed with precision and time-honored techniques", imageSrc: "http://img.b2bpic.net/free-photo/barbershop-supplies-table_23-2147736981.jpg", imageAlt: "Traditional haircut styling", buttonIcon: ArrowRight
title: "Traditional Haircuts", description: "Classic cuts executed with precision and time-honored techniques", imageSrc: "http://img.b2bpic.net/free-photo/barbershop-supplies-table_23-2147736981.jpg?_wi=1", imageAlt: "Traditional haircut styling", buttonIcon: ArrowRight
},
{
title: "Straight Razor Shaves", description: "The ultimate shaving experience with hot towels and expert technique", imageSrc: "http://img.b2bpic.net/free-photo/barbershop-supplies-table_23-2147736981.jpg", imageAlt: "Straight razor shave service", buttonIcon: ArrowRight
title: "Straight Razor Shaves", description: "The ultimate shaving experience with hot towels and expert technique", imageSrc: "http://img.b2bpic.net/free-photo/barbershop-supplies-table_23-2147736981.jpg?_wi=2", imageAlt: "Straight razor shave service", buttonIcon: ArrowRight
},
{
title: "Beard Grooming", description: "Professional beard shaping, trimming, and conditioning services", imageSrc: "http://img.b2bpic.net/free-photo/barbershop-supplies-table_23-2147736981.jpg", imageAlt: "Beard grooming and styling", buttonIcon: ArrowRight
title: "Beard Grooming", description: "Professional beard shaping, trimming, and conditioning services", imageSrc: "http://img.b2bpic.net/free-photo/barbershop-supplies-table_23-2147736981.jpg?_wi=3", imageAlt: "Beard grooming and styling", buttonIcon: ArrowRight
},
{
title: "Hot Towel Treatments", description: "Relaxing facial treatments with therapeutic steam and care", imageSrc: "http://img.b2bpic.net/free-photo/barbershop-supplies-table_23-2147736981.jpg", imageAlt: "Hot towel facial treatment", buttonIcon: ArrowRight
title: "Hot Towel Treatments", description: "Relaxing facial treatments with therapeutic steam and care", imageSrc: "http://img.b2bpic.net/free-photo/barbershop-supplies-table_23-2147736981.jpg?_wi=4", imageAlt: "Hot towel facial treatment", buttonIcon: ArrowRight
}
]}
textboxLayout="default"
@@ -116,10 +116,10 @@ export default function LandingPage() {
description="Real feedback from men who trust us with their grooming"
testimonials={[
{
id: "1", name: "Michael Torres", handle: "@michaelcut_2024", testimonial: "Best barbershop I've ever been to. The attention to detail is incredible. Highly recommend for anyone looking for traditional quality.", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-jacket-white-shirt-happily-showing-ok-gesture-while-looking-camera-orange-background_574295-5835.jpg", imageAlt: "Michael Torres"
id: "1", name: "Michael Torres", handle: "@michaelcut_2024", testimonial: "Best barbershop I've ever been to. The attention to detail is incredible. Highly recommend for anyone looking for traditional quality.", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-jacket-white-shirt-happily-showing-ok-gesture-while-looking-camera-orange-background_574295-5835.jpg?_wi=1", imageAlt: "Michael Torres"
},
{
id: "2", name: "James Chen", handle: "@jchen.barber", testimonial: "Classic Cuts has been my go-to for 10 years. They never disappoint. The straight razor shaves are absolutely phenomenal.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg", imageAlt: "James Chen"
id: "2", name: "James Chen", handle: "@jchen.barber", testimonial: "Classic Cuts has been my go-to for 10 years. They never disappoint. The straight razor shaves are absolutely phenomenal.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg?_wi=1", imageAlt: "James Chen"
},
{
id: "3", name: "David Martinez", handle: "@davidm.style", testimonial: "Walked in as a first-timer, left feeling like family. The barbers really know their craft. This is what barbering should be.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-confident-middleaged-man-gray-sweater-showing-thumbsup-approval-recommendi_1258-129203.jpg", imageAlt: "David Martinez"
@@ -128,10 +128,10 @@ export default function LandingPage() {
id: "4", name: "Robert Johnson", handle: "@rob.classics", testimonial: "Everything about this place screams authenticity. Fair prices, expert service, and genuine passion for the trade. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-with-glasses_1098-57.jpg", imageAlt: "Robert Johnson"
},
{
id: "5", name: "Kevin Park", handle: "@kevin_barbershop", testimonial: "The experience here is unmatched. From the moment you walk in, you feel the history and respect for the craft. Incredible.", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-jacket-white-shirt-happily-showing-ok-gesture-while-looking-camera-orange-background_574295-5835.jpg", imageAlt: "Kevin Park"
id: "5", name: "Kevin Park", handle: "@kevin_barbershop", testimonial: "The experience here is unmatched. From the moment you walk in, you feel the history and respect for the craft. Incredible.", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-jacket-white-shirt-happily-showing-ok-gesture-while-looking-camera-orange-background_574295-5835.jpg?_wi=2", imageAlt: "Kevin Park"
},
{
id: "6", name: "Anthony Davis", handle: "@anthony.cuts", testimonial: "Classic Cuts is the real deal. No shortcuts, just quality work and a warm welcome every single time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg", imageAlt: "Anthony Davis"
id: "6", name: "Anthony Davis", handle: "@anthony.cuts", testimonial: "Classic Cuts is the real deal. No shortcuts, just quality work and a warm welcome every single time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg?_wi=2", imageAlt: "Anthony Davis"
}
]}
animationType="slide-up"