From fd68de13821ebb1dcd8778043e3d0f1b7c6af7d5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 07:12:39 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e55066a..14ae2f4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { description="Have questions or need support? Reach out to our team." mediaAnimation="slide-up" tag="Support" - imageSrc="http://img.b2bpic.net/free-photo/full-table-italian-meals-ai-generated-image_511042-1705.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-table-italian-meals-ai-generated-image_511042-1705.jpg?_wi=2" /> -- 2.49.1 From 9cf75030964f92d04cdd52f049d21faf65b74e4c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 07:12:40 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b38e583..a1bdf63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { href: "/vendors", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-table-italian-meals-ai-generated-image_511042-1705.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-table-italian-meals-ai-generated-image_511042-1705.jpg?_wi=1" /> @@ -80,21 +80,21 @@ export default function LandingPage() { { title: "Fast Delivery", description: "Get your meals delivered within 30 minutes.", - imageSrc: "http://img.b2bpic.net/free-photo/delivery-icon-front-side_187299-39627.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delivery-icon-front-side_187299-39627.jpg?_wi=1", titleIconSrc: "Truck", buttonText: "Learn More", }, { title: "Easy Payments", description: "Pay securely with any major credit card or mobile wallet.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-privacy-labels-template_23-2149425652.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-privacy-labels-template_23-2149425652.jpg?_wi=1", titleIconSrc: "CreditCard", buttonText: "Learn More", }, { title: "Huge Variety", description: "Browse from over 500 local vendors in your area.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=235m36", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=235m36&_wi=1", titleIconSrc: "Store", buttonText: "Learn More", }, @@ -182,17 +182,17 @@ export default function LandingPage() { { title: "Live Tracking", description: "Know exactly when your food will arrive.", - imageSrc: "http://img.b2bpic.net/free-photo/delivery-icon-front-side_187299-39627.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delivery-icon-front-side_187299-39627.jpg?_wi=2", }, { title: "Secure Checkout", description: "Encryption powered by leading financial tech.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-privacy-labels-template_23-2149425652.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-privacy-labels-template_23-2149425652.jpg?_wi=2", }, { title: "Vendor Ratings", description: "Trust in the community reviews.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=235m36", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=235m36&_wi=2", }, ]} /> -- 2.49.1 From e4e1362c0efe9b4c7c8f0396818f5f2b3246e3e2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 07:12:40 +0000 Subject: [PATCH 3/3] Update src/app/vendors/page.tsx --- src/app/vendors/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/vendors/page.tsx b/src/app/vendors/page.tsx index c39c00c..6dc3982 100644 --- a/src/app/vendors/page.tsx +++ b/src/app/vendors/page.tsx @@ -55,14 +55,14 @@ export default function LandingPage() { name: "Gourmet Burger", price: "$12.00", rating: 4.5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg?_wi=1", }, { id: "2", name: "Garden Salad", price: "$8.50", rating: 4.2, - imageSrc: "http://img.b2bpic.net/free-photo/easy-flexitarian-diet-food-composition_23-2148955514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/easy-flexitarian-diet-food-composition_23-2148955514.jpg?_wi=1", }, { id: "3", @@ -112,7 +112,7 @@ export default function LandingPage() { price: "$12", rating: 4.8, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg?_wi=2", }, { id: "2", @@ -121,7 +121,7 @@ export default function LandingPage() { price: "$9", rating: 4.6, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/easy-flexitarian-diet-food-composition_23-2148955514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/easy-flexitarian-diet-food-composition_23-2148955514.jpg?_wi=2", }, ]} /> -- 2.49.1