Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 08:33:10 +00:00

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7361.jpg", imageAlt: "Expert barber performing haircut"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Barber styling beard with precision"
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1", imageAlt: "Barber styling beard with precision"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg", imageAlt: "Royal Barber Shop storefront"
@@ -109,7 +109,7 @@ export default function LandingPage() {
},
{
id: "beard-trim", title: "Beard Trimming & Shaping", tags: ["Popular", "25 mins"],
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Professional beard grooming"
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2", imageAlt: "Professional beard grooming"
},
{
id: "color-treatment", title: "Hair Coloring & Treatment", tags: ["Premium", "45 mins"],
@@ -172,11 +172,11 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Marcus Johnson", handle: "@marcus_style", testimonial: "Been coming to Royal Barber Shop for 5 years. The attention to detail and professionalism is unmatched. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Marcus Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "Marcus Johnson"
},
{
id: "2", name: "David Chen", handle: "@david_grooming", testimonial: "Consistently delivers perfect fades. The atmosphere is welcoming and the barbers truly know their craft.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "David Chen"
},
{
id: "3", name: "James Rodriguez", handle: "@james_cuts", testimonial: "Every visit is a great experience. Professional, clean, and they listen to what you want. Worth every penny!", rating: 5,
@@ -184,15 +184,15 @@ export default function LandingPage() {
},
{
id: "4", name: "Michael Thompson", handle: "@mike_style", testimonial: "The best barbershop in town. The barbers are skilled and make you feel comfortable. Can't ask for better service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Thompson"
},
{
id: "5", name: "Robert Wilson", handle: "@robert_barber", testimonial: "Finally found a place where the barber takes time to understand your style preferences. Excellence in every detail.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Wilson"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Robert Wilson"
},
{
id: "6", name: "Christopher Lee", handle: "@chris_grooming", testimonial: "The hot stone massage is incredible. Combined with a perfect haircut, it's the ultimate grooming experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Christopher Lee"
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "Christopher Lee"
}
]}
showRating={true}