From a68b9b492e3cc2cf6dc7ba771e8022aece1cf1a6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 03:20:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4d0b8a..73b4aca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,8 +76,8 @@ export default function LandingPage() { description="Discover a range of premium grooming services designed to elevate your look and provide ultimate relaxation." products={[ {id: "1", brand: "Refined Barbershop", name: "The Classic Cut", price: "$40", rating: 5, reviewCount: "2.5k", imageSrc: "https://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg", imageAlt: "A classic men's haircut being performed"}, - {id: "2", brand: "Refined Barbershop", name: "Beard Trim & Shape", price: "$25", rating: 5, reviewCount: "1.8k", imageSrc: "https://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "A barber trimming a client's beard"}, - {id: "3", brand: "Refined Barbershop", name: "Traditional Hot Shave", price: "$50", rating: 5, reviewCount: "3.1k", imageSrc: "https://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "A client receiving a traditional hot shave"}, + {id: "2", brand: "Refined Barbershop", name: "Beard Trim & Shape", price: "$25", rating: 5, reviewCount: "1.8k", imageSrc: "https://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1", imageAlt: "A barber trimming a client's beard"}, + {id: "3", brand: "Refined Barbershop", name: "Traditional Hot Shave", price: "$50", rating: 5, reviewCount: "3.1k", imageSrc: "https://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2", imageAlt: "A client receiving a traditional hot shave"}, {id: "4", brand: "Refined Barbershop", name: "Kids Haircut (Under 12)", price: "$30", rating: 5, reviewCount: "900", imageSrc: "https://img.b2bpic.net/free-photo/smiling-preschooler-boy-getting-haircut-children-hairdresser-with-scissors-comb-is-cutting-little-boy-room-with-loft-interior_613910-5705.jpg", imageAlt: "A child getting a haircut"} ]} textboxLayout="default" @@ -94,8 +94,8 @@ export default function LandingPage() { team={[ {id: "1", name: "Arthur Pendelton", role: "Master Barber", imageSrc: "https://img.b2bpic.net/free-photo/portrait-man-with-tattoo-his-face-with-crossed-arms-dressed-white-shirt-grey-background_613910-1374.jpg", imageAlt: "Portrait of Master Barber Arthur Pendelton"}, {id: "2", name: "Eleanor Vance", role: "Senior Stylist", imageSrc: "https://img.b2bpic.net/free-photo/front-view-beautiful-caucasian-woman-black-medical-uniform-standing-studio-competent-female-cosmetologist-holding-arms-crossed-grey-background_7502-9241.jpg", imageAlt: "Portrait of Senior Stylist Eleanor Vance"}, - {id: "3", name: "Marcus Stone", role: "Grooming Specialist", imageSrc: "https://img.b2bpic.net/free-photo/male-hairdresser-posing-salon_23-2150462487.jpg", imageAlt: "Portrait of Grooming Specialist Marcus Stone"}, - {id: "4", name: "Sophia Lee", role: "Apprentice Barber", imageSrc: "https://img.b2bpic.net/free-photo/male-hairdresser-posing-salon_23-2150462487.jpg", imageAlt: "Portrait of Apprentice Barber Sophia Lee"} + {id: "3", name: "Marcus Stone", role: "Grooming Specialist", imageSrc: "https://img.b2bpic.net/free-photo/male-hairdresser-posing-salon_23-2150462487.jpg?_wi=1", imageAlt: "Portrait of Grooming Specialist Marcus Stone"}, + {id: "4", name: "Sophia Lee", role: "Apprentice Barber", imageSrc: "https://img.b2bpic.net/free-photo/male-hairdresser-posing-salon_23-2150462487.jpg?_wi=2", imageAlt: "Portrait of Apprentice Barber Sophia Lee"} ]} textboxLayout="default" useInvertedBackground={false} @@ -108,9 +108,9 @@ export default function LandingPage() { title="What Our Clients Say" description="Hear from our valued customers who experience the Refined difference every day." testimonials={[ - {id: "1", name: "James R.", handle: "Regular Client", testimonial: "Refined Barbershop is simply the best in town. The attention to detail and friendly service are unmatched. I always leave feeling sharp!", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Portrait of James R."}, + {id: "1", name: "James R.", handle: "Regular Client", testimonial: "Refined Barbershop is simply the best in town. The attention to detail and friendly service are unmatched. I always leave feeling sharp!", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Portrait of James R."}, {id: "2", name: "Mark T.", handle: "Loyal Customer", testimonial: "I've been coming here for years. The barbers are true artists, and the atmosphere is always welcoming. Highly recommended for a perfect cut.", imageSrc: "https://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg", imageAlt: "Portrait of Mark T."}, - {id: "3", name: "Chris P.", handle: "New Visitor", testimonial: "First time here and I'm thoroughly impressed! The hot shave was incredibly relaxing, and my haircut is exactly what I wanted. I'll be back.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Portrait of Chris P."}, + {id: "3", name: "Chris P.", handle: "New Visitor", testimonial: "First time here and I'm thoroughly impressed! The hot shave was incredibly relaxing, and my haircut is exactly what I wanted. I'll be back.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Portrait of Chris P."}, {id: "4", name: "David L.", handle: "Happy Client", testimonial: "Exceptional service from start to finish. The barbers take their time and ensure perfection. Best barbershop experience I've had.", imageSrc: "https://img.b2bpic.net/free-photo/man-hair-salon-looking-sideways_23-2148242781.jpg", imageAlt: "Portrait of David L."}, {id: "5", name: "Ethan W.", handle: "Grooming Enthusiast", testimonial: "The attention to detail on my beard trim was fantastic. They really understand modern styles while respecting traditional techniques.", imageSrc: "https://img.b2bpic.net/free-photo/attractive-man_1098-14096.jpg", imageAlt: "Portrait of Ethan W."}, {id: "6", name: "Oscar B.", handle: "Satisfied Customer", testimonial: "Always a pleasure visiting Refined Barbershop. The team is professional, skilled, and makes every visit a great experience.", imageSrc: "https://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4697.jpg", imageAlt: "Portrait of Oscar B."} -- 2.49.1