Merge version_1 into main #1
@@ -118,13 +118,13 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "expert-team", groupTitle: "Expert Barbers", members: [
|
||||
{
|
||||
id: "1", title: "Marcus Johnson", subtitle: "Master Barber", detail: "marcus@coldcutz.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Marcus Johnson - Master Barber"
|
||||
id: "1", title: "Marcus Johnson", subtitle: "Master Barber", detail: "marcus@coldcutz.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=1", imageAlt: "Marcus Johnson - Master Barber"
|
||||
},
|
||||
{
|
||||
id: "2", title: "David Martinez", subtitle: "Senior Barber", detail: "david@coldcutz.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "David Martinez - Senior Barber"
|
||||
id: "2", title: "David Martinez", subtitle: "Senior Barber", detail: "david@coldcutz.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=2", imageAlt: "David Martinez - Senior Barber"
|
||||
},
|
||||
{
|
||||
id: "3", title: "James Wilson", subtitle: "Fade Specialist", detail: "james@coldcutz.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "James Wilson - Fade Specialist"
|
||||
id: "3", title: "James Wilson", subtitle: "Fade Specialist", detail: "james@coldcutz.com", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=3", imageAlt: "James Wilson - Fade Specialist"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -145,19 +145,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Carlos Rodriguez", role: "Regular Customer", company: "Local Professional", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Carlos Rodriguez testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Carlos Rodriguez testimonial"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Anderson", role: "Corporate Client", company: "Tech Executive", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Anderson testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Michael Anderson testimonial"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Anthony Thompson", role: "Loyal Customer", company: "Small Business Owner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Anthony Thompson testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Anthony Thompson testimonial"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Robert Chen", role: "Frequent Visitor", company: "Marketing Manager", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Chen testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Robert Chen testimonial"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user