diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5b7f841..4a3d369 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,6 +1,5 @@ "use client"; -import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; @@ -46,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?_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" } + { 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" } ]} textboxLayout="default" animationType="slide-up" @@ -68,12 +67,7 @@ export default function AboutPage() { title="Known for speed and service." description="Our customers consistently highlight our quick turnaround and helpful staff." names={[ - "\"Quick to unload.\"", - "\"Really good place to load or unload. Nice folks.\"", - "\"Fast unloading, friendly staff, plenty of parking.\"", - "\"Always a smooth experience.\"", - "\"Professional and efficient.\"", - "\"Best steel yard in the area.\"" + "\"Quick to unload.\"", "\"Really good place to load or unload. Nice folks.\"", "\"Fast unloading, friendly staff, plenty of parking.\"", "\"Always a smooth experience.\"", "\"Professional and efficient.\"", "\"Best steel yard in the area.\"" ]} textboxLayout="default" useInvertedBackground={true} @@ -92,7 +86,7 @@ export default function AboutPage() { { id: "3", value: "100%", title: "Focus", description: "On providing a seamless experience for every customer and driver.", icon: Users } ]} textboxLayout="default" - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" useInvertedBackground={false} /> @@ -100,7 +94,7 @@ export default function AboutPage() {