From 238f95700b5ca226ccdea32e7b1b542b028480de Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 04:29:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cee270b..403da09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Book Your Session", href: "#contact" }, { text: "View Pricing", href: "#pricing" } ]} - imageSrc="http://img.b2bpic.net/free-photo/man-barbershop_1303-5407.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-barbershop_1303-5407.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -76,7 +76,7 @@ export default function LandingPage() { { id: "2", title: "Beard Sculpting", content: "Hot towel treatment followed by precise line-up and beard shaping." }, { id: "3", title: "Classic Line-up", content: "Clean, sharp edges to maintain your fresh look with meticulous detail." } ]} - imageSrc="http://img.b2bpic.net/free-photo/professional-barber-with-brush-preparing-neck-hair-shaving_23-2148181930.jpg" + imageSrc="http://img.b2bpic.net/free-photo/professional-barber-with-brush-preparing-neck-hair-shaving_23-2148181930.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -103,8 +103,8 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} members={[ - { id: "1", name: "Marcus Thorne", role: "Head Barber", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-male-with-tattoos-his-crossed-arms_613910-9532.jpg" }, - { id: "2", name: "James Lee", role: "Senior Stylist", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-holding-barber-tools-looking-side-isolated-crimson-background-with-copy-space_141793-31607.jpg" }, + { id: "1", name: "Marcus Thorne", role: "Head Barber", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-male-with-tattoos-his-crossed-arms_613910-9532.jpg?_wi=1" }, + { id: "2", name: "James Lee", role: "Senior Stylist", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-holding-barber-tools-looking-side-isolated-crimson-background-with-copy-space_141793-31607.jpg?_wi=1" }, { id: "3", name: "Elena Rodriguez", role: "Master Groomer", imageSrc: "http://img.b2bpic.net/free-photo/attractive-man-getting-ready_1153-1518.jpg" }, { id: "4", name: "David Chen", role: "Barber", imageSrc: "http://img.b2bpic.net/free-photo/brutal-bearded-male-violet-jacket-isolated-with-contrast-illumination-grey-background_613910-1950.jpg" } ]} @@ -120,10 +120,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "1", name: "Sam W.", role: "Regular", testimonial: "Best fade in town, hands down. Consistent quality every time.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-cutting-hair-client_23-2147778920.jpg" }, - { id: "2", name: "Mark D.", role: "Local", testimonial: "Professional, clean, and great conversation. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5407.jpg" }, - { id: "3", name: "Julian R.", role: "Regular", testimonial: "The beard trim is unmatched. Always sharp, always on point.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-with-brush-preparing-neck-hair-shaving_23-2148181930.jpg" }, - { id: "4", name: "Robert L.", role: "New Client", testimonial: "Very welcoming environment. I've found my new regular spot.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-male-with-tattoos-his-crossed-arms_613910-9532.jpg" }, - { id: "5", name: "Kevin T.", role: "Regular", testimonial: "Superb attention to detail. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-holding-barber-tools-looking-side-isolated-crimson-background-with-copy-space_141793-31607.jpg" } + { id: "2", name: "Mark D.", role: "Local", testimonial: "Professional, clean, and great conversation. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5407.jpg?_wi=2" }, + { id: "3", name: "Julian R.", role: "Regular", testimonial: "The beard trim is unmatched. Always sharp, always on point.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-with-brush-preparing-neck-hair-shaving_23-2148181930.jpg?_wi=2" }, + { id: "4", name: "Robert L.", role: "New Client", testimonial: "Very welcoming environment. I've found my new regular spot.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-male-with-tattoos-his-crossed-arms_613910-9532.jpg?_wi=2" }, + { id: "5", name: "Kevin T.", role: "Regular", testimonial: "Superb attention to detail. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-holding-barber-tools-looking-side-isolated-crimson-background-with-copy-space_141793-31607.jpg?_wi=2" } ]} title="Client Stories" description="What our regulars say about their experience." -- 2.49.1