Update src/app/about/page.tsx

This commit is contained in:
2026-03-06 01:10:06 +00:00
parent 38397d37cb
commit ebc32a0f91

View File

@@ -50,7 +50,7 @@ export default function AboutPage() {
{ value: "10+", title: "Years of Excellence" },
{ value: "1000+", title: "Satisfied Customers" },
]}
imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg"
imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=3"
imageAlt="A's Barbershop interior showcasing professional environment"
useInvertedBackground={false}
mediaAnimation="slide-up"
@@ -66,9 +66,9 @@ export default function AboutPage() {
membersAnimation="slide-up"
members={[
{
id: "1", name: "Marcus J.", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Marcus J., Head Barber with extensive fade expertise"},
id: "1", name: "Marcus J.", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=3", imageAlt: "Marcus J., Head Barber with extensive fade expertise"},
{
id: "2", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "David K., Senior Barber specializing in classic cuts"},
id: "2", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=4", imageAlt: "David K., Senior Barber specializing in classic cuts"},
]}
memberVariant="card"
useInvertedBackground={false}
@@ -85,17 +85,17 @@ export default function AboutPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "John Martinez", handle: "Regular Customer", testimonial: "Best barbershop in San Bernardino. Marcus always delivers a perfect fade. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "John Martinez"},
id: "1", name: "John Martinez", handle: "Regular Customer", testimonial: "Best barbershop in San Bernardino. Marcus always delivers a perfect fade. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=7", imageAlt: "John Martinez"},
{
id: "2", name: "Carlos Rodriguez", handle: "Weekly Customer", testimonial: "Professional service, clean shop, and friendly staff. This is my go-to place for all my grooming needs.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Carlos Rodriguez"},
id: "2", name: "Carlos Rodriguez", handle: "Weekly Customer", testimonial: "Professional service, clean shop, and friendly staff. This is my go-to place for all my grooming needs.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=8", imageAlt: "Carlos Rodriguez"},
{
id: "3", name: "Michael Chen", handle: "First-Time Customer", testimonial: "Walked in not knowing what to expect, walked out with the best haircut I've had in years. Coming back!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Michael Chen"},
id: "3", name: "Michael Chen", handle: "First-Time Customer", testimonial: "Walked in not knowing what to expect, walked out with the best haircut I've had in years. Coming back!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=9", imageAlt: "Michael Chen"},
{
id: "4", name: "David Thompson", handle: "Regular Customer", testimonial: "A's Barbershop is more than just a barbershop—it's a community. I feel like family every time I walk in.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "David Thompson"},
id: "4", name: "David Thompson", handle: "Regular Customer", testimonial: "A's Barbershop is more than just a barbershop—it's a community. I feel like family every time I walk in.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=10", imageAlt: "David Thompson"},
{
id: "5", name: "Antonio Sanchez", handle: "Long-Time Customer", testimonial: "Precision, professionalism, and genuine care. That's what you get at A's Barbershop. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Antonio Sanchez"},
id: "5", name: "Antonio Sanchez", handle: "Long-Time Customer", testimonial: "Precision, professionalism, and genuine care. That's what you get at A's Barbershop. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=11", imageAlt: "Antonio Sanchez"},
{
id: "6", name: "James Wilson", handle: "Regular Customer", testimonial: "Clean fades, sharp lines, and attention to detail. A's Barbershop sets the standard for quality.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "James Wilson"},
id: "6", name: "James Wilson", handle: "Regular Customer", testimonial: "Clean fades, sharp lines, and attention to detail. A's Barbershop sets the standard for quality.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=12", imageAlt: "James Wilson"},
]}
speed={40}
topMarqueeDirection="left"