From b86b48910b99caef9e095fc3371648099d79499a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 12:03:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ddfe4cf..34d9b22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,27 +64,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg?_wi=1", imageAlt: "Steaming Chai Cup", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg?_wi=2", imageAlt: "Corporate Office Coffee Service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg?_wi=3", imageAlt: "Premium Snack Selection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg?_wi=4", imageAlt: "Team Tea Break", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg?_wi=5", imageAlt: "Beverage Delivery Tracking", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg?_wi=6", imageAlt: "Monthly Invoice Automated", }, ]} @@ -102,17 +102,17 @@ export default function LandingPage() { { title: "Employee Tracking", description: "Accurately track individual consumption per person with ease.", - imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2148026206.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2148026206.jpg?_wi=1", }, { title: "Automated Billing", description: "Generate daily, weekly, or monthly invoices automatically.", - imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2148026206.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2148026206.jpg?_wi=2", }, { title: "On-Demand Ordering", description: "Flexible subscription or on-demand ordering for every team size.", - imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2148026206.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2148026206.jpg?_wi=3", }, ]} title="The Perfect Office Perk" @@ -134,7 +134,7 @@ export default function LandingPage() { price: "₹10", rating: 5, reviewCount: "200+", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg?_wi=1", }, { id: "p2", @@ -143,7 +143,7 @@ export default function LandingPage() { price: "₹15", rating: 5, reviewCount: "150+", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg?_wi=2", }, { id: "p3", @@ -152,7 +152,7 @@ export default function LandingPage() { price: "₹20", rating: 4, reviewCount: "300+", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg?_wi=3", }, { id: "p4", @@ -161,7 +161,7 @@ export default function LandingPage() { price: "₹25", rating: 5, reviewCount: "500+", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg?_wi=4", }, ]} title="Daily Refreshments" @@ -181,7 +181,7 @@ export default function LandingPage() { role: "Office Admin", company: "TechCorp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310877.jpg?_wi=1", }, { id: "2", @@ -213,7 +213,7 @@ export default function LandingPage() { role: "Project Manager", company: "CreativeOps", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310877.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1