From ebc32a0f914c9b60aee80e50a5b48d3091f4d14b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:10:06 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 62a5a51..595d1ff 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" -- 2.49.1 From be67b87c2a7a2b550f556cc2033c512dfde45999 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:10:06 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a44b9bb..4e866ee 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -52,7 +52,7 @@ export default function ContactPage() { description="Located in San Bernardino, CA. We're open Monday through Saturday for your convenience. Call ahead to book your appointment or stop by anytime. Our team is ready to welcome you with exceptional service." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg" + imageSrc="http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg?_wi=3" imageAlt="A's Barbershop location map" mediaAnimation="slide-up" mediaPosition="right" @@ -73,7 +73,7 @@ export default function ContactPage() { { value: "9AM - 7PM", title: "Monday - Saturday" }, { value: "0", title: "Walk-ins Welcome" }, ]} - 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=4" imageAlt="A's Barbershop welcoming environment" useInvertedBackground={false} mediaAnimation="slide-up" @@ -91,17 +91,17 @@ export default function ContactPage() { 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=13", 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=14", 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=15", 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=16", 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=17", 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=18", imageAlt: "James Wilson"}, ]} speed={40} topMarqueeDirection="left" -- 2.49.1 From e5a675f6610a9a67282b5d9cd041f46d73b4dde3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:10:07 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d56228..751666d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg", imageAlt: "Clean fade haircut"}, { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg", imageAlt: "Professional beard trim"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg?_wi=1", imageAlt: "Professional beard trim"}, ]} mediaAnimation="slide-up" /> @@ -84,17 +84,17 @@ export default function HomePage() { useInvertedBackground={false} products={[ { - id: "haircut", name: "Haircut", price: "$25", variant: "Classic or Modern Styles", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Professional haircut service"}, + id: "haircut", name: "Haircut", price: "$25", variant: "Classic or Modern Styles", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=1", imageAlt: "Professional haircut service"}, { - id: "fade", name: "Skin Fade", price: "$30", variant: "Low, Mid, or High Fade", imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg", imageAlt: "Clean skin fade haircut"}, + id: "fade", name: "Skin Fade", price: "$30", variant: "Low, Mid, or High Fade", imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg?_wi=1", imageAlt: "Clean skin fade haircut"}, { - id: "beard", name: "Beard Trim", price: "$20", variant: "Full Grooming & Shaping", imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg", imageAlt: "Professional beard trim"}, + id: "beard", name: "Beard Trim", price: "$20", variant: "Full Grooming & Shaping", imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg?_wi=2", imageAlt: "Professional beard trim"}, { - id: "lineup", name: "Line Up / Edge Up", price: "$15", variant: "Precision Edge Shaping", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-trimmed_23-2148256979.jpg", imageAlt: "Clean line up edge trim"}, + id: "lineup", name: "Line Up / Edge Up", price: "$15", variant: "Precision Edge Shaping", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-trimmed_23-2148256979.jpg?_wi=1", imageAlt: "Clean line up edge trim"}, { - id: "combo", name: "Haircut + Beard Combo", price: "$40", variant: "Complete Grooming Package", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18583.jpg", imageAlt: "Haircut and beard combo service"}, + id: "combo", name: "Haircut + Beard Combo", price: "$40", variant: "Complete Grooming Package", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18583.jpg?_wi=1", imageAlt: "Haircut and beard combo service"}, { - id: "kids", name: "Kids Haircut", price: "$20", variant: "Friendly & Professional", imageSrc: "http://img.b2bpic.net/free-photo/children-hairdresser-with-scissors-is-cutting-little-boy-against-dark-background-contented-cute-preschooler-boy-getting-haircut_613910-19719.jpg", imageAlt: "Kids haircut service"}, + id: "kids", name: "Kids Haircut", price: "$20", variant: "Friendly & Professional", imageSrc: "http://img.b2bpic.net/free-photo/children-hairdresser-with-scissors-is-cutting-little-boy-against-dark-background-contented-cute-preschooler-boy-getting-haircut_613910-19719.jpg?_wi=1", imageAlt: "Kids haircut service"}, ]} /> @@ -109,7 +109,7 @@ export default function HomePage() { { 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=1" imageAlt="A's Barbershop interior" useInvertedBackground={false} mediaAnimation="slide-up" @@ -125,9 +125,9 @@ export default function HomePage() { 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"}, + 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=1", imageAlt: "Marcus J., Head Barber"}, { - 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"}, + 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=2", imageAlt: "David K., Senior Barber"}, ]} memberVariant="card" useInvertedBackground={false} @@ -144,17 +144,17 @@ export default function HomePage() { 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=1", 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=2", 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=3", 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=4", 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=5", 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=6", imageAlt: "James Wilson"}, ]} speed={40} topMarqueeDirection="left" @@ -169,7 +169,7 @@ export default function HomePage() { description="Located in San Bernardino, CA. We're open Monday through Saturday for your convenience. Call ahead to book your appointment or stop by anytime." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg" + imageSrc="http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg?_wi=1" imageAlt="A's Barbershop location map" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From f81ed9e58b663bd6dbb52c5b7e44e6f4de893eba Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:10:07 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0fb45eb..f3fc4c0 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -56,17 +56,17 @@ export default function ServicesPage() { useInvertedBackground={false} products={[ { - id: "haircut", name: "Haircut", price: "$25", variant: "Classic or Modern Styles", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Professional haircut service"}, + id: "haircut", name: "Haircut", price: "$25", variant: "Classic or Modern Styles", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=2", imageAlt: "Professional haircut service"}, { - id: "fade", name: "Skin Fade", price: "$30", variant: "Low, Mid, or High Fade", imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg", imageAlt: "Clean skin fade haircut"}, + id: "fade", name: "Skin Fade", price: "$30", variant: "Low, Mid, or High Fade", imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg?_wi=2", imageAlt: "Clean skin fade haircut"}, { - id: "beard", name: "Beard Trim", price: "$20", variant: "Full Grooming & Shaping", imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg", imageAlt: "Professional beard trim"}, + id: "beard", name: "Beard Trim", price: "$20", variant: "Full Grooming & Shaping", imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg?_wi=3", imageAlt: "Professional beard trim"}, { - id: "lineup", name: "Line Up / Edge Up", price: "$15", variant: "Precision Edge Shaping", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-trimmed_23-2148256979.jpg", imageAlt: "Clean line up edge trim"}, + id: "lineup", name: "Line Up / Edge Up", price: "$15", variant: "Precision Edge Shaping", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-trimmed_23-2148256979.jpg?_wi=2", imageAlt: "Clean line up edge trim"}, { - id: "combo", name: "Haircut + Beard Combo", price: "$40", variant: "Complete Grooming Package", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18583.jpg", imageAlt: "Haircut and beard combo service"}, + id: "combo", name: "Haircut + Beard Combo", price: "$40", variant: "Complete Grooming Package", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18583.jpg?_wi=2", imageAlt: "Haircut and beard combo service"}, { - id: "kids", name: "Kids Haircut", price: "$20", variant: "Friendly & Professional", imageSrc: "http://img.b2bpic.net/free-photo/children-hairdresser-with-scissors-is-cutting-little-boy-against-dark-background-contented-cute-preschooler-boy-getting-haircut_613910-19719.jpg", imageAlt: "Kids haircut service"}, + id: "kids", name: "Kids Haircut", price: "$20", variant: "Friendly & Professional", imageSrc: "http://img.b2bpic.net/free-photo/children-hairdresser-with-scissors-is-cutting-little-boy-against-dark-background-contented-cute-preschooler-boy-getting-haircut_613910-19719.jpg?_wi=2", imageAlt: "Kids haircut service"}, ]} /> @@ -81,7 +81,7 @@ export default function ServicesPage() { { value: "100%", title: "Client Satisfaction Rate" }, { value: "15+", title: "Years Combined Experience" }, ]} - 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=2" imageAlt="A's Barbershop professional environment" useInvertedBackground={false} mediaAnimation="slide-up" @@ -97,7 +97,7 @@ export default function ServicesPage() { description="Reserve your spot at A's Barbershop today. Whether you're looking for a fresh haircut, a perfect fade, or complete grooming, our team is ready to serve you. Call ahead or book online for your convenience." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg" + imageSrc="http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg?_wi=2" imageAlt="A's Barbershop location" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1