Update src/app/reviews/page.tsx
This commit is contained in:
@@ -75,25 +75,25 @@ export default function ReviewsPage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg?_wi=3",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rajesh Kumar",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-people-group_24908-55472.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-people-group_24908-55472.jpg?_wi=3",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ananya Fernando",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg?_wi=3",
|
||||
imageAlt: "Ananya Fernando",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marco Perera",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-half-his-face_23-2148784406.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-half-his-face_23-2148784406.jpg?_wi=3",
|
||||
imageAlt: "Marco Perera",
|
||||
},
|
||||
]}
|
||||
@@ -142,7 +142,7 @@ export default function ReviewsPage() {
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-relaxing-bistro_23-2149366454.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-relaxing-bistro_23-2149366454.jpg?_wi=3"
|
||||
imageAlt="Café Nuwara location"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user