From 90ddb8812f29267157d53ac64f34414296a9cc04 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 06:42:48 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e881b11..1f91d1c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -79,7 +79,7 @@ export default function LandingPage() { role: "Food Blogger", company: "Delhi Eats", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indian-man-smiling-restaurant-concept_53876-13779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indian-man-smiling-restaurant-concept_53876-13779.jpg?_wi=2", }, { id: "t2", @@ -87,7 +87,7 @@ export default function LandingPage() { role: "Customer", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg?_wi=2", }, { id: "t3", @@ -95,7 +95,7 @@ export default function LandingPage() { role: "Regular", company: "Saket Resident", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-with-different-feelings_23-2148860243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-with-different-feelings_23-2148860243.jpg?_wi=2", }, { id: "t4", @@ -103,7 +103,7 @@ export default function LandingPage() { role: "Chef", company: "Culinary Arts", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg?_wi=2", }, { id: "t5", @@ -111,7 +111,7 @@ export default function LandingPage() { role: "Fan", company: "Foodie", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg?_wi=2", }, ]} /> -- 2.49.1 From b21aac79c9efa25be1ca01293fd4e4c73a3706d1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 06:42:48 +0000 Subject: [PATCH 2/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 6fb72b4..4944a76 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { price: "₹299", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-burrito-showing-approval_23-2148329078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-burrito-showing-approval_23-2148329078.jpg?_wi=1", }, { id: "p2", @@ -65,7 +65,7 @@ export default function LandingPage() { price: "₹320", rating: 5, reviewCount: "90", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-burrito-showing-approval_23-2148329078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-burrito-showing-approval_23-2148329078.jpg?_wi=2", }, { id: "p3", @@ -74,7 +74,7 @@ export default function LandingPage() { price: "₹450", rating: 4, reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg?_wi=1", }, { id: "p4", @@ -83,7 +83,7 @@ export default function LandingPage() { price: "₹599", rating: 5, reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg?_wi=2", }, { id: "p5", @@ -92,7 +92,7 @@ export default function LandingPage() { price: "₹199", rating: 4, reviewCount: "300", - imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg?_wi=3", }, { id: "p6", @@ -101,7 +101,7 @@ export default function LandingPage() { price: "₹99", rating: 4, reviewCount: "250", - imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg?_wi=4", }, ]} title="Explore Our Menu" -- 2.49.1 From 3b2c8f4b3c8381725f4c1498b334d255fe79b9c7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 06:42:49 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index beaf3e5..4a96285 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,27 +136,27 @@ export default function LandingPage() { { id: "1", name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/indian-man-smiling-restaurant-concept_53876-13779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indian-man-smiling-restaurant-concept_53876-13779.jpg?_wi=1", }, { id: "2", name: "Michael C.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg?_wi=1", }, { id: "3", name: "Emily R.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-with-different-feelings_23-2148860243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-with-different-feelings_23-2148860243.jpg?_wi=1", }, { id: "4", name: "David K.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg?_wi=1", }, { id: "5", name: "Priya S.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg?_wi=1", }, ]} cardTitle="What Our Locals Say" -- 2.49.1