Update src/app/page.tsx

This commit is contained in:
2026-05-11 08:49:55 +00:00
parent 3e1f2dd9de
commit 7ce432f585

View File

@@ -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",
},
]}