Update src/app/reviews/page.tsx
This commit is contained in:
@@ -54,7 +54,7 @@ export default function ReviewsPage() {
|
||||
role: "Property Owner",
|
||||
company: "Hunt County",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "Jacob M.",
|
||||
},
|
||||
{
|
||||
@@ -63,7 +63,7 @@ export default function ReviewsPage() {
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2",
|
||||
imageAlt: "Sarah K.",
|
||||
},
|
||||
{
|
||||
@@ -72,7 +72,7 @@ export default function ReviewsPage() {
|
||||
role: "Landlord",
|
||||
company: "Property Manager",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
imageAlt: "Michael T.",
|
||||
},
|
||||
{
|
||||
@@ -81,7 +81,7 @@ export default function ReviewsPage() {
|
||||
role: "Homeowner",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
|
||||
imageAlt: "Emily R.",
|
||||
},
|
||||
]}
|
||||
@@ -134,7 +134,7 @@ export default function ReviewsPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"
|
||||
imageAlt="Happy customer"
|
||||
ariaLabel="Review submission form"
|
||||
onSubmit={(data) => {
|
||||
|
||||
Reference in New Issue
Block a user