Update src/app/products/page.tsx
This commit is contained in:
@@ -46,7 +46,7 @@ export default function ProductsPage() {
|
||||
title="Steel for Real Work. Ready When You Are."
|
||||
description="Explore our comprehensive range of steel products, available for quick pickup or reliable delivery."
|
||||
products={[
|
||||
{ id: "1", name: "Structural Steel", price: "Inquire", imageSrc: "https://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg", imageAlt: "Stacks of structural steel beams" },
|
||||
{ id: "1", name: "Structural Steel", price: "Inquire", imageSrc: "https://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg?_wi=1", imageAlt: "Stacks of structural steel beams" },
|
||||
{ id: "2", name: "Plate & Sheet", price: "Inquire", imageSrc: "https://img.b2bpic.net/free-photo/close-up-texture-stainless-steel_1359-757.jpg", imageAlt: "Large stacks of steel plates and sheets" },
|
||||
{ id: "3", name: "Tubing & Pipe", price: "Inquire", imageSrc: "https://img.b2bpic.net/free-photo/steel-gate-technology-retractable-fence_1359-682.jpg", imageAlt: "Racks of steel tubing and pipes" },
|
||||
{ id: "4", name: "Rebar & Reinforcement", price: "Inquire", imageSrc: "https://img.b2bpic.net/free-photo/group-steel-rod-tight-by-chain-lift-up-construction-site_1150-10136.jpg", imageAlt: "Coils of rebar for reinforcement" },
|
||||
@@ -68,8 +68,8 @@ export default function ProductsPage() {
|
||||
description="Every product we stock meets rigorous standards to ensure your project's success and safety."
|
||||
features={[
|
||||
{ title: "Certified Materials", description: "All our steel products are sourced from reputable mills and come with full certification.", imageSrc: "https://img.b2bpic.net/free-photo/custom-steel-fabrication-bulk-steel-order-industrial-metal-components-special-steel-shapes.jpg", imageAlt: "Certified steel materials" },
|
||||
{ title: "Large Inventory", description: "Our extensive inventory means we have the products you need, when you need them.", imageSrc: "https://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg", imageAlt: "Large steel inventory" },
|
||||
{ title: "Expert Consultation", description: "Our knowledgeable team can help you select the right materials for your specific application.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg", imageAlt: "Expert staff providing consultation" }
|
||||
{ title: "Large Inventory", description: "Our extensive inventory means we have the products you need, when you need them.", imageSrc: "https://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg?_wi=2", imageAlt: "Large steel inventory" },
|
||||
{ title: "Expert Consultation", description: "Our knowledgeable team can help you select the right materials for your specific application.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg?_wi=4", imageAlt: "Expert staff providing consultation" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -102,7 +102,7 @@ export default function ProductsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg?_wi=6"
|
||||
imageAlt="Night shot of Solid Steel Sales yard with illuminated trucks and steel piles"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||
|
||||
Reference in New Issue
Block a user