Update src/app/page.tsx
This commit is contained in:
@@ -61,15 +61,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Daniel S.", handle: "Homeowner", testimonial: "Edwin and his crew did an amazing job on my yard. We love the results and will definitely recommend them.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Daniel S."
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Daniel S."
|
||||
},
|
||||
{
|
||||
name: "Lateasha S.", handle: "Homeowner", testimonial: "Called Edwin the same morning before a party and he came out, cut the grass, bought plants, and planted everything. Incredible service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lateasha S."
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Lateasha S."
|
||||
},
|
||||
{
|
||||
name: "Katrina N.", handle: "Homeowner", testimonial: "Professional, detailed, and went above and beyond. Our yard has been completely transformed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Katrina N."
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Katrina N."
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -190,22 +190,22 @@ export default function LandingPage() {
|
||||
topMarqueeDirection="left"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Daniel S.", handle: "Local Homeowner", testimonial: "Edwin and his crew did an amazing job on my yard. We love the results and will definitely recommend them.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Daniel S."
|
||||
id: "1", name: "Daniel S.", handle: "Local Homeowner", testimonial: "Edwin and his crew did an amazing job on my yard. We love the results and will definitely recommend them.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Daniel S."
|
||||
},
|
||||
{
|
||||
id: "2", name: "Lateasha S.", handle: "Local Homeowner", testimonial: "I called Edwin the same morning before a party and he came out, cut the grass, bought plants, and planted everything. Incredible service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lateasha S."
|
||||
id: "2", name: "Lateasha S.", handle: "Local Homeowner", testimonial: "I called Edwin the same morning before a party and he came out, cut the grass, bought plants, and planted everything. Incredible service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Lateasha S."
|
||||
},
|
||||
{
|
||||
id: "3", name: "Katrina N.", handle: "Local Homeowner", testimonial: "Professional, detailed, and went above and beyond. Our yard has been completely transformed.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Katrina N."
|
||||
id: "3", name: "Katrina N.", handle: "Local Homeowner", testimonial: "Professional, detailed, and went above and beyond. Our yard has been completely transformed.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Katrina N."
|
||||
},
|
||||
{
|
||||
id: "4", name: "Carl C.", handle: "Local Homeowner", testimonial: "Affordable quote within an hour and the project was finished the same week. Friendly and professional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Carl C."
|
||||
id: "4", name: "Carl C.", handle: "Local Homeowner", testimonial: "Affordable quote within an hour and the project was finished the same week. Friendly and professional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", imageAlt: "Carl C."
|
||||
},
|
||||
{
|
||||
id: "5", name: "Traci J.", handle: "Local Homeowner", testimonial: "Reasonable pricing and fast work. Excellent service and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Traci J."
|
||||
id: "5", name: "Traci J.", handle: "Local Homeowner", testimonial: "Reasonable pricing and fast work. Excellent service and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", imageAlt: "Traci J."
|
||||
},
|
||||
{
|
||||
id: "6", name: "Marcus P.", handle: "Local Homeowner", testimonial: "Best landscaping company in the area. Highly recommend EM Landscaping for any yard project.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus P."
|
||||
id: "6", name: "Marcus P.", handle: "Local Homeowner", testimonial: "Best landscaping company in the area. Highly recommend EM Landscaping for any yard project.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9", imageAlt: "Marcus P."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user