From 72a84ac25ca6e6f5fc9f076dac816e292522fb12 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 06:12:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d28b4b..17d5ae6 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?_wi=1"}, + "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"}, { 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?_wi=2"}, + "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"}, { 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?_wi=3"}, + "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"}, { 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?_wi=4"}, + "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"}, { 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?_wi=5"}, + "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"}, { 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?_wi=6"}, + "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -239,7 +239,6 @@ export default function LandingPage() { "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720766.jpg", imageAlt: "Chef in kitchen", authorName: "Culinary Art", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg", date: "Behind The Scenes"}, ]} - gridVariant="two-columns-alternating-heights" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1