Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 07:29:15 +00:00

View File

@@ -54,11 +54,11 @@ export default function LandingPage() {
testimonials={[
{
name: "Marcus Johnson", handle: "Regular Customer", testimonial: "Best barber shop in town! The attention to detail is incredible. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Marcus Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "Marcus Johnson"
},
{
name: "David Chen", handle: "Satisfied Client", testimonial: "Amazing service and friendly team. I've been coming here for 2 years!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "David Chen"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "David Chen"
}
]}
buttons={[
@@ -137,10 +137,10 @@ export default function LandingPage() {
{
id: "master-barbers", groupTitle: "Master Barbers", members: [
{
id: "1", title: "Carlos Rodriguez", subtitle: "Head Barber & Owner", detail: "carlos@clblendzz.com", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "Carlos Rodriguez"
id: "1", title: "Carlos Rodriguez", subtitle: "Head Barber & Owner", detail: "carlos@clblendzz.com", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg?_wi=1", imageAlt: "Carlos Rodriguez"
},
{
id: "2", title: "James Wilson", subtitle: "Senior Barber", detail: "james@clblendzz.com", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "James Wilson"
id: "2", title: "James Wilson", subtitle: "Senior Barber", detail: "james@clblendzz.com", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg?_wi=2", imageAlt: "James Wilson"
}
]
}
@@ -158,19 +158,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Marcus Johnson", role: "Entrepreneur", company: "Tech Startup", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Marcus Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=3", imageAlt: "Marcus Johnson"
},
{
id: "2", name: "David Chen", role: "Manager", company: "Finance Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "David Chen"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=4", imageAlt: "David Chen"
},
{
id: "3", name: "Anthony Martinez", role: "Designer", company: "Creative Agency", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Anthony Martinez"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=5", imageAlt: "Anthony Martinez"
},
{
id: "4", name: "Robert Thompson", role: "Attorney", company: "Law Firm", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Robert Thompson"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=6", imageAlt: "Robert Thompson"
}
]}
gridVariant="uniform-all-items-equal"