From 7ce432f585096a0b4475c3c5ecd7d2a9bf7ca887 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 08:49:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b1f108..9d8eef2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,15 +73,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290471.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290471.jpg?_wi=1", imageAlt: "Gas delivery truck", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290458.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290458.jpg?_wi=1", imageAlt: "Gas canister delivery", }, { - imageSrc: "http://img.b2bpic.net/free-photo/barrels-storing-oil_1232-4392.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barrels-storing-oil_1232-4392.jpg?_wi=1", imageAlt: "Gas warehouse", }, { @@ -129,21 +129,21 @@ export default function LandingPage() { title: "Safety Guaranteed", description: "Strict quality and safety protocols.", buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290471.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290471.jpg?_wi=2", imageAlt: "gas distribution center", }, { title: "Competitive Pricing", description: "Affordable rates for all volumes.", buttonIcon: "DollarSign", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290458.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290458.jpg?_wi=2", imageAlt: "gas distribution center", }, { title: "24/7 Support", description: "Available whenever you need us.", buttonIcon: "Phone", - imageSrc: "http://img.b2bpic.net/free-photo/barrels-storing-oil_1232-4392.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barrels-storing-oil_1232-4392.jpg?_wi=2", imageAlt: "gas distribution center", }, ]}