From bbd8a1da0e2e8b1861042d989f0a35c7e8c20a92 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 14:08:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index db3a045..393aa92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,28 +156,28 @@ export default function DhabaStoriesPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", role: "Food Blogger", company: "Bangalore Eats", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/green-background-with-white-pattern_1017-4603.jpg" - }, - { - id: "2", name: "Rahul Sharma", role: "Chef", company: "Culinary Expert", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg" - }, - { - id: "3", name: "Priya Desai", role: "Event Manager", company: "Bangalore Events", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg" - }, - { - id: "4", name: "Arjun Patel", role: "Entrepreneur", company: "Tech Bangalore", rating: 5, + id: "1", name: "Priya Nair", role: "Food Enthusiast", company: "Bangalore", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-woman-yellow-summer-dress-looking-camera-with-huge-smile_343596-6123.jpg" }, { - id: "5", name: "Divya Kumar", role: "Restaurant Critic", company: "Food Chronicles", rating: 5, + id: "2", name: "Rahul Sharma", role: "Regular Customer", company: "HSR Layout", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg" + }, + { + id: "3", name: "Anjali Desai", role: "Birthday Celebrant", company: "Bangalore", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg" + }, + { + id: "4", name: "Arjun Patel", role: "Weekend Diner", company: "HSR Layout", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-latin-man-smiling-happy-talking-smartphone-walking-city_839833-26557.jpg" }, { - id: "6", name: "Vikram Singh", role: "Restaurateur", company: "Dining Collective", rating: 5, + id: "5", name: "Divya Kumar", role: "Group Organizer", company: "Bangalore", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-model-sexy-unshaven-man-dressed-sweater-jeans-clothes-fashion-male-posing-near-blue-wall-studiolooking-camera_158538-26862.jpg" + }, + { + id: "6", name: "Vikram Singh", role: "Friends Night Out", company: "HSR Layout", rating: 5, + imageSrc: "http://img.b2bpic.net/free-vector/green-background-with-white-pattern_1017-4603.jpg" } ]} textboxLayout="default" @@ -303,4 +303,4 @@ export default function DhabaStoriesPage() { ); -} +} \ No newline at end of file -- 2.49.1