From c3697ad80af94de146c4f54b81350565aaaaa71f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:07:29 +0000 Subject: [PATCH] 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 5da9eed..ff77dd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function HomePage() { 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", + 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", }, ]} @@ -94,7 +94,7 @@ export default function HomePage() { name: "Haircut", price: "$25", variant: "Classic or Modern Styles", - imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=1", imageAlt: "Professional haircut service", }, { @@ -102,7 +102,7 @@ export default function HomePage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg?_wi=1", imageAlt: "Clean skin fade haircut", }, { @@ -110,7 +110,7 @@ export default function HomePage() { 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", + 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", }, { @@ -118,7 +118,7 @@ export default function HomePage() { 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", + 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", }, { @@ -126,7 +126,7 @@ export default function HomePage() { 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", + 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", }, { @@ -134,7 +134,7 @@ export default function HomePage() { 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", + 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", }, ]} @@ -151,7 +151,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" @@ -168,13 +168,13 @@ export default function HomePage() { { 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", + 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", + 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", }, ]} @@ -197,7 +197,7 @@ export default function HomePage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "John Martinez", }, { @@ -205,7 +205,7 @@ export default function HomePage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "Carlos Rodriguez", }, { @@ -213,7 +213,7 @@ export default function HomePage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3", imageAlt: "Michael Chen", }, { @@ -221,7 +221,7 @@ export default function HomePage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=4", imageAlt: "David Thompson", }, { @@ -229,7 +229,7 @@ export default function HomePage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=5", imageAlt: "Antonio Sanchez", }, { @@ -237,7 +237,7 @@ export default function HomePage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=6", imageAlt: "James Wilson", }, ]} @@ -254,7 +254,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"