Update src/app/reviews/page.tsx
This commit is contained in:
@@ -79,12 +79,12 @@ export default function ReviewsPage() {
|
||||
<div id="customer-reviews" data-section="customer-reviews">
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{ id: "1", name: "Donna G.", role: "Homeowner", company: "Mesa, AZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Donna G." },
|
||||
{ id: "2", name: "Michael Rodriguez", role: "Property Manager", company: "Valley Properties", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Michael Rodriguez" },
|
||||
{ id: "3", name: "Sarah Johnson", role: "Business Owner", company: "Phoenix Restaurant", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sarah Johnson" },
|
||||
{ id: "4", name: "James Chen", role: "Homeowner", company: "Tempe, AZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "James Chen" },
|
||||
{ id: "5", name: "Emily Martinez", role: "Facilities Manager", company: "Mesa Office Complex", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Martinez" },
|
||||
{ id: "6", name: "Robert Thompson", role: "Homeowner", company: "Gilbert, AZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageAlt: "Robert Thompson" },
|
||||
{ id: "1", name: "Donna G.", role: "Homeowner", company: "Mesa, AZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Donna G." },
|
||||
{ id: "2", name: "Michael Rodriguez", role: "Property Manager", company: "Valley Properties", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Michael Rodriguez" },
|
||||
{ id: "3", name: "Sarah Johnson", role: "Business Owner", company: "Phoenix Restaurant", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Sarah Johnson" },
|
||||
{ id: "4", name: "James Chen", role: "Homeowner", company: "Tempe, AZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2", imageAlt: "James Chen" },
|
||||
{ id: "5", name: "Emily Martinez", role: "Facilities Manager", company: "Mesa Office Complex", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Emily Martinez" },
|
||||
{ id: "6", name: "Robert Thompson", role: "Homeowner", company: "Gilbert, AZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=2", imageAlt: "Robert Thompson" },
|
||||
]}
|
||||
title="Customer Reviews & Testimonials"
|
||||
description="Read real feedback from homeowners and businesses we've served. Your satisfaction is our top priority and these reviews reflect our commitment to excellence."
|
||||
|
||||
Reference in New Issue
Block a user