Update src/app/reviews/page.tsx

This commit is contained in:
2026-03-05 07:24:01 +00:00
parent 8071048025
commit acdac8dcbf

View File

@@ -75,13 +75,13 @@ export default function ReviewsPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Local Resident", company: "Mulbarton", 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"},
{
id: "2", name: "Michael Chen", role: "Regular Diner", company: "Food Enthusiast", 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=5"},
{
id: "3", name: "Emily Rodriguez", role: "Event Host", company: "Community", 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=6"},
]}
kpiItems={[
{ value: "5.0★", label: "Average Rating" },
@@ -104,13 +104,13 @@ export default function ReviewsPage() {
testimonials={[
{
id: "4", name: "David Kim", role: "Weekend Visitor", company: "Family Group", 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=7"},
{
id: "5", name: "Jessica Parker", role: "Couple's Night", company: "Johannesburg", 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=8"},
{
id: "6", name: "Robert Thompson", role: "Business Dinner", company: "Local Professional", 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=9"},
]}
kpiItems={[
{ value: "98%", label: "Recommend to Friends" },