Update src/app/page.tsx
This commit is contained in:
@@ -73,15 +73,15 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
mediaItems={[
|
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",
|
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",
|
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",
|
imageAlt: "Gas warehouse",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -129,21 +129,21 @@ export default function LandingPage() {
|
|||||||
title: "Safety Guaranteed",
|
title: "Safety Guaranteed",
|
||||||
description: "Strict quality and safety protocols.",
|
description: "Strict quality and safety protocols.",
|
||||||
buttonIcon: "Shield",
|
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",
|
imageAlt: "gas distribution center",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Competitive Pricing",
|
title: "Competitive Pricing",
|
||||||
description: "Affordable rates for all volumes.",
|
description: "Affordable rates for all volumes.",
|
||||||
buttonIcon: "DollarSign",
|
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",
|
imageAlt: "gas distribution center",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "24/7 Support",
|
title: "24/7 Support",
|
||||||
description: "Available whenever you need us.",
|
description: "Available whenever you need us.",
|
||||||
buttonIcon: "Phone",
|
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",
|
imageAlt: "gas distribution center",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user