Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -135,28 +135,28 @@ export default function LandingPage() {
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Gina", handle: "Punctuality Champion", testimonial: "DaMan showed up exactly on time for my plumbing repair. Professional, courteous, and the work was done right the first time. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Gina - satisfied customer", icon: Star
|
||||
id: "1", name: "Gina", handle: "Punctuality Champion", testimonial: "DaMan showed up exactly on time for my plumbing repair. Professional, courteous, and the work was done right the first time. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "Gina - satisfied customer", icon: Star
|
||||
},
|
||||
{
|
||||
id: "2", name: "Ree Ree", handle: "Communication Expert", testimonial: "Outstanding communication throughout the entire project. They kept me informed every step of the way and answered all my questions. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", imageAlt: "Ree Ree - satisfied customer", icon: Star
|
||||
id: "2", name: "Ree Ree", handle: "Communication Expert", testimonial: "Outstanding communication throughout the entire project. They kept me informed every step of the way and answered all my questions. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg?_wi=1", imageAlt: "Ree Ree - satisfied customer", icon: Star
|
||||
},
|
||||
{
|
||||
id: "3", name: "Hussain", handle: "Value for Money", testimonial: "Best pricing I found in the area. No hidden fees, completely transparent quote, and the work quality exceeded expectations. Great value!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Hussain - satisfied customer", icon: Star
|
||||
id: "3", name: "Hussain", handle: "Value for Money", testimonial: "Best pricing I found in the area. No hidden fees, completely transparent quote, and the work quality exceeded expectations. Great value!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Hussain - satisfied customer", icon: Star
|
||||
},
|
||||
{
|
||||
id: "4", name: "Sotero", handle: "Quality Assured", testimonial: "The craftsmanship on my carpentry work was exceptional. Every detail was handled with care and precision. I'll definitely call them again!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sotero - satisfied customer", icon: Star
|
||||
id: "4", name: "Sotero", handle: "Quality Assured", testimonial: "The craftsmanship on my carpentry work was exceptional. Every detail was handled with care and precision. I'll definitely call them again!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Sotero - satisfied customer", icon: Star
|
||||
},
|
||||
{
|
||||
id: "5", name: "Gina", handle: "Punctuality Champion", testimonial: "DaMan showed up exactly on time for my plumbing repair. Professional, courteous, and the work was done right the first time. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Gina - satisfied customer", icon: Star
|
||||
id: "5", name: "Gina", handle: "Punctuality Champion", testimonial: "DaMan showed up exactly on time for my plumbing repair. Professional, courteous, and the work was done right the first time. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "Gina - satisfied customer", icon: Star
|
||||
},
|
||||
{
|
||||
id: "6", name: "Ree Ree", handle: "Communication Expert", testimonial: "Outstanding communication throughout the entire project. They kept me informed every step of the way and answered all my questions. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", imageAlt: "Ree Ree - satisfied customer", icon: Star
|
||||
id: "6", name: "Ree Ree", handle: "Communication Expert", testimonial: "Outstanding communication throughout the entire project. They kept me informed every step of the way and answered all my questions. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg?_wi=2", imageAlt: "Ree Ree - satisfied customer", icon: Star
|
||||
},
|
||||
{
|
||||
id: "7", name: "Hussain", handle: "Value for Money", testimonial: "Best pricing I found in the area. No hidden fees, completely transparent quote, and the work quality exceeded expectations. Great value!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Hussain - satisfied customer", icon: Star
|
||||
id: "7", name: "Hussain", handle: "Value for Money", testimonial: "Best pricing I found in the area. No hidden fees, completely transparent quote, and the work quality exceeded expectations. Great value!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Hussain - satisfied customer", icon: Star
|
||||
},
|
||||
{
|
||||
id: "8", name: "Sotero", handle: "Quality Assured", testimonial: "The craftsmanship on my carpentry work was exceptional. Every detail was handled with care and precision. I'll definitely call them again!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sotero - satisfied customer", icon: Star
|
||||
id: "8", name: "Sotero", handle: "Quality Assured", testimonial: "The craftsmanship on my carpentry work was exceptional. Every detail was handled with care and precision. I'll definitely call them again!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Sotero - satisfied customer", icon: Star
|
||||
}
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
|
||||
Reference in New Issue
Block a user