Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-08 11:56:46 +00:00
5 changed files with 1387 additions and 20 deletions

View File

@@ -51,7 +51,7 @@ export default function AboutPage() {
description: "Established as a trusted manufacturer and exporter",
subdescription: "Specializing in cable tray systems and related products for global markets",
icon: Factory,
imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-58.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-58.jpg?_wi=2",
imageAlt: "Manufacturing facility",
mediaAnimation: "slide-up" as const,
useInvertedBackground: false,
@@ -71,7 +71,7 @@ export default function AboutPage() {
title: "Superior Material & Construction",
subtitle: "Premium galvanized and stainless steel options",
description: "Our cable trays are manufactured using high-grade materials with rigorous quality control processes. Each product undergoes comprehensive testing to ensure durability, load capacity, and reliability in demanding industrial environments.",
imageSrc: "http://img.b2bpic.net/free-photo/male-construction-worker-with-yellow-helmet-talking-phone_181624-53235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-construction-worker-with-yellow-helmet-talking-phone_181624-53235.jpg?_wi=3",
},
{
id: 2,
@@ -79,7 +79,7 @@ export default function AboutPage() {
title: "Versatile & Customizable Solutions",
subtitle: "Tailored configurations for specific applications",
description: "We offer flexible design options including various widths, depths, and mounting configurations. Our products are designed to accommodate standard and custom requirements, ensuring seamless integration with your infrastructure.",
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=5",
},
{
id: 3,
@@ -87,7 +87,7 @@ export default function AboutPage() {
title: "Expert Technical & Installation Support",
subtitle: "Comprehensive guidance and customer service",
description: "Our dedicated team provides technical specifications, installation guides, and ongoing support. We ensure smooth deployment of your cable management system with minimal downtime and maximum efficiency.",
imageSrc: "http://img.b2bpic.net/free-photo/satellite-dish-abstract-background-sky_1194-638382.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/satellite-dish-abstract-background-sky_1194-638382.jpg?_wi=2",
},
],
};

View File

@@ -52,7 +52,7 @@ export default function ContactPage() {
variant: "plain" as const,
},
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=3",
imageAlt: "Industrial office contact center",
mediaAnimation: "slide-up" as const,
mediaPosition: "right" as const,

File diff suppressed because it is too large Load Diff

View File

@@ -83,7 +83,7 @@ export default function HomePage() {
{ text: "Contact Sales", href: "#contact" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/satellite-dish-abstract-background-sky_1194-638382.jpg"
imageSrc="http://img.b2bpic.net/free-photo/satellite-dish-abstract-background-sky_1194-638382.jpg?_wi=1"
imageAlt="Industrial cable tray system installation"
mediaAnimation="slide-up"
imagePosition="right"
@@ -99,7 +99,7 @@ export default function HomePage() {
description="Established as a trusted manufacturer and exporter"
subdescription="Specializing in cable tray systems and related products for global markets"
icon={Factory}
imageSrc="http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-58.jpg"
imageSrc="http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-58.jpg?_wi=1"
imageAlt="Manufacturing facility"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -121,21 +121,21 @@ export default function HomePage() {
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=1",
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=1",
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=1",
imageAlt: "Steel cable tray with mounting accessories",
},
]}
@@ -203,7 +203,7 @@ export default function HomePage() {
description:
"Our cable trays are manufactured using high-grade materials with rigorous quality control processes. Each product undergoes comprehensive testing to ensure durability, load capacity, and reliability in demanding industrial environments.",
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=1",
},
{
id: 2,
@@ -213,7 +213,7 @@ export default function HomePage() {
description:
"We offer flexible design options including various widths, depths, and mounting configurations. Our products are designed to accommodate standard and custom requirements, ensuring seamless integration with your infrastructure.",
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=2",
},
{
id: 3,
@@ -258,7 +258,7 @@ export default function HomePage() {
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=1"
imageAlt="Industrial office contact center"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -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"