Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-05 16:25:31 +00:00

View File

@@ -132,10 +132,10 @@ export default function LandingPage() {
membersAnimation="slide-up"
members={[
{
id: "1", name: "Marco Vacanos", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Marco Vacanos, Master Barber and Owner"
id: "1", name: "Marco Vacanos", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=1", imageAlt: "Marco Vacanos, Master Barber and Owner"
},
{
id: "2", name: "Giuseppe Rossi", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Giuseppe Rossi, Senior Barber"
id: "2", name: "Giuseppe Rossi", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=2", imageAlt: "Giuseppe Rossi, Senior Barber"
},
]}
memberVariant="card"
@@ -160,16 +160,16 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
id: "1", name: "David Thompson", role: "Business Executive", testimonial: "Vacanos is the best barbershop in town. Marco always gives me an incredible cut, and the attention to detail is unmatched. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Thompson"
id: "1", name: "David Thompson", role: "Business Executive", testimonial: "Vacanos is the best barbershop in town. Marco always gives me an incredible cut, and the attention to detail is unmatched. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "David Thompson"
},
{
id: "2", name: "James Chen", role: "Marketing Manager", testimonial: "The traditional straight razor shave experience is absolutely premium. Worth every penny. The atmosphere is welcoming and professional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Chen"
id: "2", name: "James Chen", role: "Marketing Manager", testimonial: "The traditional straight razor shave experience is absolutely premium. Worth every penny. The atmosphere is welcoming and professional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "James Chen"
},
{
id: "3", name: "Michael Rodriguez", role: "Entrepreneur", testimonial: "I've been coming here for 5 years. The consistency and quality are outstanding. They treat you like family while delivering barbershop excellence.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Rodriguez"
id: "3", name: "Michael Rodriguez", role: "Entrepreneur", testimonial: "I've been coming here for 5 years. The consistency and quality are outstanding. They treat you like family while delivering barbershop excellence.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Rodriguez"
},
{
id: "4", name: "Robert Williams", role: "Software Developer", testimonial: "Best haircut I've ever had. The barbers are true artists. Clean space, friendly staff, and exceptional service. This is my go-to place.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Robert Williams"
id: "4", name: "Robert Williams", role: "Software Developer", testimonial: "Best haircut I've ever had. The barbers are true artists. Clean space, friendly staff, and exceptional service. This is my go-to place.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Robert Williams"
},
]}
buttons={[{ text: "Leave a Review", href: "#contact" }]}