Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 00:49:48 +00:00

View File

@@ -74,6 +74,7 @@ export default function LandingPage() {
imageAlt="Professional barbershop interior"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -124,9 +125,9 @@ export default function LandingPage() {
{ id: "1", name: "Sofi", role: "Master Barber", company: "USA Barbershop", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sofi testimonial" },
{ id: "2", name: "Moe", role: "Expert Barber", company: "USA Barbershop", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Moe testimonial" },
{ id: "3", name: "Heather", role: "Parent", company: "Happy Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confused-man-squinting-looking-puzzled-can-t-understand_176420-18712.jpg", imageAlt: "Heather testimonial" },
{ id: "4", name: "Erika", role: "Family Customer", company: "Regular Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Erika testimonial" },
{ id: "4", name: "Erika", role: "Family Customer", company: "Regular Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Erika testimonial" },
{ id: "5", name: "David", role: "Loyal Customer", company: "USA Barbershop", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-with-white-smile_176420-18702.jpg", imageAlt: "David testimonial" },
{ id: "6", name: "James", role: "Regular Guest", company: "Satisfied Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "James testimonial" }
{ id: "6", name: "James", role: "Regular Guest", company: "Satisfied Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James testimonial" }
]}
kpiItems={[
{ value: "507", label: "5-Star Reviews" },
@@ -147,13 +148,13 @@ export default function LandingPage() {
{
id: "master-barbers", groupTitle: "Master Barbers", members: [
{ id: "1", title: "Sofi", subtitle: "Master Barber & Specialist", detail: "Expert in kids cuts, precision work", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "Sofi" },
{ id: "2", title: "Moe", subtitle: "Lead Barber", detail: "Specializes in modern & classic cuts", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=1", imageAlt: "Moe" },
{ id: "3", title: "Marcus", subtitle: "Senior Barber", detail: "Beard grooming & styling expert", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=2", imageAlt: "Marcus" }
{ id: "2", title: "Moe", subtitle: "Lead Barber", detail: "Specializes in modern & classic cuts", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Moe" },
{ id: "3", title: "Marcus", subtitle: "Senior Barber", detail: "Beard grooming & styling expert", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Marcus" }
]
},
{
id: "experienced-barbers", groupTitle: "Experienced Barbers", members: [
{ id: "4", title: "James", subtitle: "Professional Barber", detail: "15+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=3", imageAlt: "James" },
{ id: "4", title: "James", subtitle: "Professional Barber", detail: "15+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "James" },
{ id: "5", title: "Alex", subtitle: "Skilled Barber", detail: "Contemporary & traditional cuts", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-hair-salon-facing-camera_23-2148242826.jpg", imageAlt: "Alex" }
]
}