Update src/app/reviews/page.tsx
This commit is contained in:
@@ -46,22 +46,22 @@ export default function ReviewsPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "Jersey City Homeowner", testimonial:
|
||||
"Well knowledgeable and best pricing in my area. They arrived fast and fixed everything right the first time.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Sarah Johnson"},
|
||||
"Well knowledgeable and best pricing in my area. They arrived fast and fixed everything right the first time.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=7", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "Property Manager", testimonial:
|
||||
"I'm happy with the service and will use them again for sure if needed. Highly professional team.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Michael Chen"},
|
||||
"I'm happy with the service and will use them again for sure if needed. Highly professional team.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=8", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3", name: "Angela Rodriguez", handle: "Jersey City Resident", testimonial:
|
||||
"Emergency at 2 AM and they came right away. Fixed our burst pipe and cleaned up perfectly. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Angela Rodriguez"},
|
||||
"Emergency at 2 AM and they came right away. Fixed our burst pipe and cleaned up perfectly. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=9", imageAlt: "Angela Rodriguez"},
|
||||
{
|
||||
id: "4", name: "David Kim", handle: "Business Owner", testimonial:
|
||||
"Fast response, transparent about costs upfront. Best plumber I've found in Jersey City.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "David Kim"},
|
||||
"Fast response, transparent about costs upfront. Best plumber I've found in Jersey City.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=10", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5", name: "Lisa Thompson", handle: "Jersey City Homeowner", testimonial:
|
||||
"They explained everything and didn't push unnecessary work. Fair pricing and quality service.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Lisa Thompson"},
|
||||
"They explained everything and didn't push unnecessary work. Fair pricing and quality service.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=11", imageAlt: "Lisa Thompson"},
|
||||
{
|
||||
id: "6", name: "James Martinez", handle: "Landlord", testimonial:
|
||||
"Reliable, professional, and they work with landlords on scheduling. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "James Martinez"},
|
||||
"Reliable, professional, and they work with landlords on scheduling. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=12", imageAlt: "James Martinez"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user