From 56debe46d09534619b2c047c847912ad40212273 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 06:12:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17d5ae6..054ad06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -179,27 +179,27 @@ export default function LandingPage() { { id: "1", name: "Rajesh Kumar", role: "Food Enthusiast", company: "Farrukhabad", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"}, + "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg?_wi=1"}, { id: "2", name: "Priya Singh", role: "Family Dining", company: "Farrukhabad", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"}, + "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg?_wi=2"}, { id: "3", name: "Amit Verma", role: "Corporate Guest", company: "Farrukhabad", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"}, + "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg?_wi=3"}, { id: "4", name: "Neha Patel", role: "Celebration Host", company: "Farrukhabad", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"}, + "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg?_wi=4"}, { id: "5", name: "Vikram Singh", role: "Regular Customer", company: "Farrukhabad", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"}, + "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg?_wi=5"}, { id: "6", name: "Anjali Sharma", role: "Food Blogger", company: "Farrukhabad", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"}, + "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg?_wi=6"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1