Merge version_1 into main #1

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

View File

@@ -134,7 +134,7 @@ export default function LandingPage() {
},
{
id: "2", name: "James Thompson", handle: "@jthompson", testimonial: "The straight razor shave experience is absolutely phenomenal. Worth every penny. The barbers really know their craft and make you feel like royalty.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Thompson"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "James Thompson"
},
{
id: "3", name: "David Chen", handle: "@dchen", testimonial: "Professional, clean, and always on time. They understand modern styles while respecting classic barbering traditions. Highly recommend to anyone serious about their grooming.", rating: 5,
@@ -142,7 +142,7 @@ export default function LandingPage() {
},
{
id: "4", name: "Chris Patterson", handle: "@cpatterson", testimonial: "I travel 30 minutes just to get my haircut here. Once you experience The Next Level, you understand why. These guys are artists, not just barbers.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Chris Patterson"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Chris Patterson"
}
]}
buttons={[{ text: "Book Your Visit", href: "contact" }]}