Update src/app/page.tsx
This commit is contained in:
@@ -49,9 +49,9 @@ export default function LandingPage() {
|
||||
tag="Trusted Energy Experts"
|
||||
buttons={[{ text: "Order Now", href: "#contact" }, { text: "Our Products", href: "#products" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290471.jpg", imageAlt: "Gas delivery truck" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290458.jpg", imageAlt: "Gas canister delivery" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/barrels-storing-oil_1232-4392.jpg", imageAlt: "Gas warehouse" },
|
||||
{ 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?_wi=1", imageAlt: "Gas canister delivery" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/barrels-storing-oil_1232-4392.jpg?_wi=1", imageAlt: "Gas warehouse" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-showing-two-pink_141793-74761.jpg", imageAlt: "Professional technician" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wheel-bicycle-mountain-bike-gear-derailleur_1232-3840.jpg", imageAlt: "Safety check" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-simmering-smiling-bright-kitchen-easy-mood_169016-70828.jpg", imageAlt: "Gas stove" }
|
||||
@@ -73,9 +73,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Fast Delivery", description: "Same day delivery to your doorstep.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/smart-factory-expert-using-digital-device-app-test-automated-systems-closeup_482257-126768.jpg", imageAlt: "gas distribution center" },
|
||||
{ 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", 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", 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", imageAlt: "gas distribution center" }
|
||||
{ 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?_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?_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?_wi=2", imageAlt: "gas distribution center" }
|
||||
]}
|
||||
title="Why Choose Woodmead Gas"
|
||||
description="We are committed to delivering excellence in every cylinder."
|
||||
|
||||
Reference in New Issue
Block a user