Update src/app/products/page.tsx
This commit is contained in:
@@ -81,21 +81,21 @@ export default function ProductsPage() {
|
||||
id: "1",
|
||||
name: "Galvanized Steel Cable Tray",
|
||||
price: "Contact for Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/loaded-circuit-board_1384-127.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/loaded-circuit-board_1384-127.jpg?_wi=2",
|
||||
imageAlt: "Galvanized steel cable tray system",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Aluminum Cable Tray System",
|
||||
price: "Contact for Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105499.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105499.jpg?_wi=3",
|
||||
imageAlt: "Aluminum cable management system",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Steel Cable Tray with Accessories",
|
||||
price: "Contact for Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-panel-wiring-installation-tool-hand_169016-68226.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-panel-wiring-installation-tool-hand_169016-68226.jpg?_wi=2",
|
||||
imageAlt: "Steel cable tray with mounting accessories",
|
||||
},
|
||||
]}
|
||||
@@ -119,7 +119,7 @@ export default function ProductsPage() {
|
||||
description:
|
||||
"Select from our wide range of cable tray options including material type, dimensions, and custom configurations. Our product specialists can help you determine the best solution for your specific industrial application.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/loaded-circuit-board_1384-127.jpg",
|
||||
"http://img.b2bpic.net/free-photo/loaded-circuit-board_1384-127.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -129,7 +129,7 @@ export default function ProductsPage() {
|
||||
description:
|
||||
"We maintain an efficient supply chain with global distribution capabilities. Our products are carefully packaged and shipped to ensure they arrive in perfect condition, ready for immediate installation.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105499.jpg",
|
||||
"http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105499.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -139,7 +139,7 @@ export default function ProductsPage() {
|
||||
description:
|
||||
"Our technical team provides comprehensive installation guides and on-site support when needed. We ensure your cable management system is properly configured for optimal performance and safety compliance.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-construction-worker-with-yellow-helmet-talking-phone_181624-53235.jpg",
|
||||
"http://img.b2bpic.net/free-photo/male-construction-worker-with-yellow-helmet-talking-phone_181624-53235.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -153,7 +153,7 @@ export default function ProductsPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-focused-business-colleagues-watching-content-computer-monitor-holding-pen-mouse-business-communication-teamwork-concept_74855-11648.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-focused-business-colleagues-watching-content-computer-monitor-holding-pen-mouse-business-communication-teamwork-concept_74855-11648.jpg?_wi=2"
|
||||
imageAlt="Industrial office contact center"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user