diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8b890fd..271c66a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -80,9 +80,9 @@ export default function ContactPage() { title="The Right Partner for Your Project" description="Contact us today to experience a new standard in steel supply and service." features={[ - { title: "Reliable Inventory", description: "A vast stock of high-quality steel ready for your project.", imageSrc: "https://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg", imageAlt: "Steel inventory" }, - { title: "Logistical Excellence", description: "An organized, driver-focused process that saves time and money.", imageSrc: "https://img.b2bpic.net/free-photo/railroad-tracks_1359-127.jpg", imageAlt: "Efficient logistics" }, - { title: "Expert Team", description: "Years of industry experience to support your most demanding requirements.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg", imageAlt: "Expert steel sales team" } + { title: "Reliable Inventory", description: "A vast stock of high-quality steel ready for your project.", imageSrc: "https://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg?_wi=3", imageAlt: "Steel inventory" }, + { title: "Logistical Excellence", description: "An organized, driver-focused process that saves time and money.", imageSrc: "https://img.b2bpic.net/free-photo/railroad-tracks_1359-127.jpg?_wi=6", imageAlt: "Efficient logistics" }, + { title: "Expert Team", description: "Years of industry experience to support your most demanding requirements.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg?_wi=7", imageAlt: "Expert steel sales team" } ]} textboxLayout="default" animationType="slide-up" @@ -93,7 +93,7 @@ export default function ContactPage() {