Update src/app/page.tsx
This commit is contained in:
@@ -52,15 +52,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "Homeowner", testimonial: "Fantastic service and response. Kamran arrived at midnight when my boiler burst and resolved everything within a few hours. Very grateful!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "professional portrait customer satisfied happy"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "professional portrait customer satisfied happy"
|
||||
},
|
||||
{
|
||||
name: "David Chen", handle: "Property Manager", testimonial: "Professional and reliable. Handled our electrical emergency with expertise and efficiency. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "professional portrait customer satisfied happy"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "professional portrait customer satisfied happy"
|
||||
},
|
||||
{
|
||||
name: "Jennifer Walsh", handle: "Business Owner", testimonial: "Excellent technical knowledge and customer service. Responsive to urgent calls and fair pricing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "professional portrait customer satisfied happy"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "professional portrait customer satisfied happy"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -156,16 +156,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", handle: "Homeowner", testimonial: "Fantastic service and response. Kamran arrived at midnight when my boiler burst and resolved everything within a few hours. Very grateful for his service.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "professional portrait customer satisfied happy"
|
||||
id: "1", name: "Sarah Mitchell", handle: "Homeowner", testimonial: "Fantastic service and response. Kamran arrived at midnight when my boiler burst and resolved everything within a few hours. Very grateful for his service.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "professional portrait customer satisfied happy"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Chen", handle: "@dchen", testimonial: "Professional and reliable. Handled our electrical emergency with expertise and efficiency. Highly recommended for urgent situations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "professional portrait customer satisfied happy"
|
||||
id: "2", name: "David Chen", handle: "@dchen", testimonial: "Professional and reliable. Handled our electrical emergency with expertise and efficiency. Highly recommended for urgent situations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", imageAlt: "professional portrait customer satisfied happy"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jennifer Walsh", handle: "@jwalsh", testimonial: "Excellent technical knowledge and customer service. Responsive to urgent calls and fair pricing. Will definitely use again.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "professional portrait customer satisfied happy"
|
||||
id: "3", name: "Jennifer Walsh", handle: "@jwalsh", testimonial: "Excellent technical knowledge and customer service. Responsive to urgent calls and fair pricing. Will definitely use again.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6", imageAlt: "professional portrait customer satisfied happy"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Roberts", handle: "@mroberts", testimonial: "Good and professional company. They know their craft and treat customers with respect. Very satisfied with the outcome.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "professional portrait customer satisfied happy"
|
||||
id: "4", name: "Michael Roberts", handle: "@mroberts", testimonial: "Good and professional company. They know their craft and treat customers with respect. Very satisfied with the outcome.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=7", imageAlt: "professional portrait customer satisfied happy"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Emma Thompson", handle: "@ethompson", testimonial: "Quick response time and professional approach. Solved our heating issue on the same day. Highly trustworthy service provider.", icon: Quote
|
||||
|
||||
Reference in New Issue
Block a user