diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index b1fc3c6..cb71014 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -31,12 +31,10 @@ export default function ReviewsPage() { > @@ -47,29 +45,15 @@ export default function ReviewsPage() { author="Sarah M., Regular Customer" avatars={[ { - src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-with-headphones_23-2148937643.jpg", - alt: "Customer avatar 1", - }, + src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-with-headphones_23-2148937643.jpg", alt: "Customer avatar 1"}, { - src: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg", - alt: "Customer avatar 2", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg", alt: "Customer avatar 2"}, { - src: "http://img.b2bpic.net/free-photo/waist-up-portrait-beautiful-smiling-young-woman-with-positive-expression-wears-casual-black-t-shirt-has-tattooed-arm-models-against-concrete-wall_273609-3574.jpg", - alt: "Customer avatar 3", - }, + src: "http://img.b2bpic.net/free-photo/waist-up-portrait-beautiful-smiling-young-woman-with-positive-expression-wears-casual-black-t-shirt-has-tattooed-arm-models-against-concrete-wall_273609-3574.jpg", alt: "Customer avatar 3"}, { - src: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg", - alt: "Customer avatar 4", - }, + src: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg", alt: "Customer avatar 4"}, { - src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg", - alt: "Customer avatar 5", - }, - { - src: "http://img.b2bpic.net/free-vector/man-avatar-collection_24908-60253.jpg", - alt: "Customer avatar 6", - }, + src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg", alt: "Customer avatar 5"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -83,28 +67,21 @@ export default function ReviewsPage() { animationType="reveal-blur" buttons={[ { - text: "Leave a Review", - href: "https://google.com/maps", - }, + text: "Leave a Review", href: "https://google.com/maps"}, ]} background={{ - variant: "plain", - }} + variant: "plain"}} useInvertedBackground={false} />