Update src/app/reviews/page.tsx

This commit is contained in:
2026-03-26 10:19:38 +00:00
parent b2d49d505d
commit f2901ed397

View File

@@ -74,7 +74,7 @@ export default function LandingPage() {
handle: "@SarahEatsTO",
testimonial: "Chef DK's creations are pure genius! The katsu sando is a must-try, and the tarts are out of this world. Five stars all the way!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-man-shirt-looking-camera-looking-cheerful-front-view_176474-54937.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mature-man-shirt-looking-camera-looking-cheerful-front-view_176474-54937.jpg?_wi=2",
imageAlt: "Customer Sarah L.",
},
{
@@ -83,7 +83,7 @@ export default function LandingPage() {
handle: "@TorontoFoodie",
testimonial: "Every dish at Taste Bender is an experience. The multicultural fusion is so well executed, and the staff are incredibly friendly and attentive.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12671.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12671.jpg?_wi=2",
imageAlt: "Customer Michael P.",
},
{
@@ -92,7 +92,7 @@ export default function LandingPage() {
handle: "@JessyReviews",
testimonial: "Came for brunch, stayed for dessert! The Bender-Misu is my new favorite. You can truly taste the passion in every single bite.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-posing_23-2148884308.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-posing_23-2148884308.jpg?_wi=2",
imageAlt: "Customer Jessica R.",
},
{
@@ -101,7 +101,7 @@ export default function LandingPage() {
handle: "@DineWithDave",
testimonial: "A truly unique spot on College Street. Great ambiance, even better food. The cold-steeped tea is surprisingly refreshing.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-plate-with-food_23-2148899057.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-plate-with-food_23-2148899057.jpg?_wi=2",
imageAlt: "Customer David K.",
},
{
@@ -110,7 +110,7 @@ export default function LandingPage() {
handle: "@EatToronto",
testimonial: "I've been looking for a place like this! The blend of flavors is adventurous and delicious. Highly recommend a visit to everyone!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-man-shirt-looking-camera-looking-cheerful-front-view_176474-54937.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mature-man-shirt-looking-camera-looking-cheerful-front-view_176474-54937.jpg?_wi=3",
imageAlt: "Customer Emily S.",
},
{
@@ -119,7 +119,7 @@ export default function LandingPage() {
handle: "@BrunchHunter",
testimonial: "Fantastic brunch options and the desserts are art. Service was prompt and welcoming. Will definitely be back soon!",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12671.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12671.jpg?_wi=3",
imageAlt: "Customer Chris M.",
},
]}
@@ -166,7 +166,7 @@ export default function LandingPage() {
name: "A. Lee",
handle: "@FoodieToronto",
testimonial: "Absolutely divine! The flavors here are unlike anything else in the city, truly a hidden gem.",
imageSrc: "http://img.b2bpic.net/free-photo/mature-man-shirt-looking-camera-looking-cheerful-front-view_176474-54937.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mature-man-shirt-looking-camera-looking-cheerful-front-view_176474-54937.jpg?_wi=4",
imageAlt: "Customer A. Lee",
},
{
@@ -174,7 +174,7 @@ export default function LandingPage() {
name: "B. Singh",
handle: "@BrunchLover",
testimonial: "A gem! Consistently great food and coffee. I always leave here feeling satisfied and happy.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12671.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12671.jpg?_wi=4",
imageAlt: "Customer B. Singh",
},
{
@@ -182,7 +182,7 @@ export default function LandingPage() {
name: "C. Chen",
handle: "@DessertQuest",
testimonial: "The desserts are masterpieces. My go-to for sweet cravings! So artfully presented and delicious.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-posing_23-2148884308.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-posing_23-2148884308.jpg?_wi=3",
imageAlt: "Customer C. Chen",
},
{
@@ -190,7 +190,7 @@ export default function LandingPage() {
name: "D. Brown",
handle: "@LocalEats",
testimonial: "Fantastic service and a cozy atmosphere. Love coming here for a relaxed meal.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-plate-with-food_23-2148899057.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-plate-with-food_23-2148899057.jpg?_wi=3",
imageAlt: "Customer D. Brown",
},
{
@@ -198,7 +198,7 @@ export default function LandingPage() {
name: "E. Kim",
handle: "@CafeHopper",
testimonial: "Innovative menu and fresh ingredients. Highly recommend the katsu sandwich!",
imageSrc: "http://img.b2bpic.net/free-photo/mature-man-shirt-looking-camera-looking-cheerful-front-view_176474-54937.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mature-man-shirt-looking-camera-looking-cheerful-front-view_176474-54937.jpg?_wi=5",
imageAlt: "Customer E. Kim",
},
{
@@ -206,7 +206,7 @@ export default function LandingPage() {
name: "F. Garcia",
handle: "@TasteExplorer",
testimonial: "Every visit is a delight. Always something new and delicious to try on the menu.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12671.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12671.jpg?_wi=5",
imageAlt: "Customer F. Garcia",
},
]}