From 6525b13d347223f6c735c90f960cc825feed45d1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 03:57:08 +0000 Subject: [PATCH 1/8] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4a3d369..f75ca61 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,10 +45,10 @@ export default function AboutPage() { title="Why Solid Steel Sales" description="We're more than a supplier; we're a partner invested in the efficiency and success of your projects and logistics operations. We built our business by valuing your time." features={[ - { title: "Fast Turnaround", description: "Quick processing from order to pickup/delivery minimizes your project delays.", imageSrc: "https://img.b2bpic.net/free-photo/railroad-tracks_1359-127.jpg", imageAlt: "Fast turnaround at steel yard" }, - { title: "Helpful, Communicative Staff", description: "Our team ensures you're always informed and supported through every step.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg", imageAlt: "Helpful and communicative staff" }, - { title: "Clean & Organized Loading Process", description: "A well-maintained yard means safer, faster, and more professional service.", imageSrc: "https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg", imageAlt: "Clean and organized steel loading area" }, - { title: "Driver-Friendly Environment", description: "We prioritize driver comfort and convenience, from easy access to ample parking.", imageSrc: "https://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-trolleybus-car-production-with-unfinished-cars-workers-protective-uniform-factory-background-automobile-assembly-line-welding-arm_645730-350.jpg", imageAlt: "Driver-friendly environment at steel supplier" } + { title: "Fast Turnaround", description: "Quick processing from order to pickup/delivery minimizes your project delays.", imageSrc: "https://img.b2bpic.net/free-photo/railroad-tracks_1359-127.jpg?_wi=5", imageAlt: "Fast turnaround at steel yard" }, + { title: "Helpful, Communicative Staff", description: "Our team ensures you're always informed and supported through every step.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg?_wi=6", imageAlt: "Helpful and communicative staff" }, + { title: "Clean & Organized Loading Process", description: "A well-maintained yard means safer, faster, and more professional service.", imageSrc: "https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg?_wi=9", imageAlt: "Clean and organized steel loading area" }, + { title: "Driver-Friendly Environment", description: "We prioritize driver comfort and convenience, from easy access to ample parking.", imageSrc: "https://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-trolleybus-car-production-with-unfinished-cars-workers-protective-uniform-factory-background-automobile-assembly-line-welding-arm_645730-350.jpg?_wi=2", imageAlt: "Driver-friendly environment at steel supplier" } ]} textboxLayout="default" animationType="slide-up" @@ -94,7 +94,7 @@ export default function AboutPage() {