Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-05 15:33:54 +00:00

View File

@@ -79,9 +79,9 @@ export default function LandingPage() {
title="Meet Our Expert Barbers"
tag="Team"
members={[
{ id: "1", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Marcus Johnson" },
{ id: "1", name: "Marcus Johnson", 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" },
{ id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-male-barbers-looking-camera_23-2147839857.jpg", imageAlt: "David Chen" },
{ id: "3", name: "Antonio Rivera", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Antonio Rivera" },
{ id: "3", name: "Antonio Rivera", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=2", imageAlt: "Antonio Rivera" },
]}
memberVariant="card"
membersAnimation="slide-up"
@@ -96,12 +96,12 @@ export default function LandingPage() {
description="Real feedback from satisfied customers who trust Revive for their grooming needs."
tag="Testimonials"
testimonials={[
{ id: "1", name: "James Patterson", handle: "@jpatterson_ceo", testimonial: "Best barbershop in town. Marcus always delivers a perfect cut in under 30 minutes. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Patterson" },
{ id: "2", name: "Robert Singh", handle: "@rsingh_tech", testimonial: "The booking system is incredibly convenient. No more phone calls needed. I book during my lunch break.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Singh" },
{ id: "3", name: "Michael Torres", handle: "@mtorres_sales", testimonial: "Professional, friendly, and efficient. This is my go-to place for my weekly trim. Worth every dollar.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Torres" },
{ id: "4", name: "David Kim", handle: "@dkim_designer", testimonial: "The straight razor shave experience is unmatched. David really knows his craft. Felt like a spa day.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim" },
{ id: "5", name: "Christopher Lee", handle: "@clee_finance", testimonial: "Consistent quality every single time. I've been coming here for 2 years and haven't looked back.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Christopher Lee" },
{ id: "6", name: "Andrew Martinez", handle: "@amartinez_startup", testimonial: "Great atmosphere, skilled barbers, and transparent pricing. Exactly what I was looking for.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Andrew Martinez" },
{ id: "1", name: "James Patterson", handle: "@jpatterson_ceo", testimonial: "Best barbershop in town. Marcus always delivers a perfect cut in under 30 minutes. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Patterson" },
{ id: "2", name: "Robert Singh", handle: "@rsingh_tech", testimonial: "The booking system is incredibly convenient. No more phone calls needed. I book during my lunch break.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Robert Singh" },
{ id: "3", name: "Michael Torres", handle: "@mtorres_sales", testimonial: "Professional, friendly, and efficient. This is my go-to place for my weekly trim. Worth every dollar.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Torres" },
{ id: "4", name: "David Kim", handle: "@dkim_designer", testimonial: "The straight razor shave experience is unmatched. David really knows his craft. Felt like a spa day.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim" },
{ id: "5", name: "Christopher Lee", handle: "@clee_finance", testimonial: "Consistent quality every single time. I've been coming here for 2 years and haven't looked back.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Christopher Lee" },
{ id: "6", name: "Andrew Martinez", handle: "@amartinez_startup", testimonial: "Great atmosphere, skilled barbers, and transparent pricing. Exactly what I was looking for.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Andrew Martinez" },
]}
animationType="slide-up"
textboxLayout="default"