Merge version_1 into main #2
@@ -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() {
|
||||
|
||||
<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?_wi=10"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg"
|
||||
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" }] },
|
||||
|
||||
@@ -62,7 +62,7 @@ export default function BlogPage() {
|
||||
|
||||
<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?_wi=12"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg"
|
||||
imageAlt="Night shot of Solid Steel Sales yard with illuminated trucks and steel piles"
|
||||
columns={[
|
||||
{
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
@@ -69,7 +68,7 @@ export default function ContactPage() {
|
||||
{ id: "3", value: "99%", title: "Accuracy", description: "In order fulfillment and scheduling.", icon: CheckCircle }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -80,9 +79,9 @@ export default function ContactPage() {
|
||||
title="The Right Partner for Your Project"
|
||||
description="Contact us today to experience a new standard in steel supply and service."
|
||||
features={[
|
||||
{ title: "Reliable Inventory", description: "A vast stock of high-quality steel ready for your project.", imageSrc: "https://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg?_wi=3", imageAlt: "Steel inventory" },
|
||||
{ title: "Logistical Excellence", description: "An organized, driver-focused process that saves time and money.", imageSrc: "https://img.b2bpic.net/free-photo/railroad-tracks_1359-127.jpg?_wi=6", imageAlt: "Efficient logistics" },
|
||||
{ title: "Expert Team", description: "Years of industry experience to support your most demanding requirements.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg?_wi=7", imageAlt: "Expert steel sales team" }
|
||||
{ title: "Reliable Inventory", description: "A vast stock of high-quality steel ready for your project.", imageSrc: "https://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg", imageAlt: "Steel inventory" },
|
||||
{ title: "Logistical Excellence", description: "An organized, driver-focused process that saves time and money.", imageSrc: "https://img.b2bpic.net/free-photo/railroad-tracks_1359-127.jpg", imageAlt: "Efficient logistics" },
|
||||
{ title: "Expert Team", description: "Years of industry experience to support your most demanding requirements.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg", imageAlt: "Expert steel sales team" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -93,7 +92,7 @@ export default function ContactPage() {
|
||||
|
||||
<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?_wi=11"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg"
|
||||
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" }] },
|
||||
|
||||
@@ -3,31 +3,20 @@ import { Barlow } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const barlow = Barlow({
|
||||
variable: "--font-barlow",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-barlow", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Solid Steel Sales | Steel Supply & Fast Loading Yard",
|
||||
description: "Solid Steel Sales provides steel supply with fast loading, helpful staff, and driver-friendly logistics. Request a quote or get directions today.",
|
||||
keywords: ["steel supplier", "structural steel", "steel yard", "steel pickup", "fast unloading", "driver friendly yard", "steel supply near me"],
|
||||
title: "Solid Steel Sales | Steel Supply & Fast Loading Yard", description: "Solid Steel Sales provides steel supply with fast loading, helpful staff, and driver-friendly logistics. Request a quote or get directions today.", keywords: ["steel supplier", "structural steel", "steel yard", "steel pickup", "fast unloading", "driver friendly yard", "steel supply near me"],
|
||||
openGraph: {
|
||||
title: "Solid Steel Sales | Steel Supply & Fast Loading Yard",
|
||||
description: "Solid Steel Sales provides steel supply with fast loading, helpful staff, and driver-friendly logistics. Request a quote or get directions today.",
|
||||
siteName: "Solid Steel Sales",
|
||||
images: [
|
||||
title: "Solid Steel Sales | Steel Supply & Fast Loading Yard", description: "Solid Steel Sales provides steel supply with fast loading, helpful staff, and driver-friendly logistics. Request a quote or get directions today.", siteName: "Solid Steel Sales", images: [
|
||||
{
|
||||
url: "https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg",
|
||||
alt: "Solid Steel Sales industrial yard",
|
||||
},
|
||||
url: "https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg", alt: "Solid Steel Sales industrial yard"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Solid Steel Sales | Steel Supply & Fast Loading Yard",
|
||||
description: "Solid Steel Sales provides steel supply with fast loading, helpful staff, and driver-friendly logistics. Request a quote or get directions today.",
|
||||
images: ["https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg"],
|
||||
card: "summary_large_image", title: "Solid Steel Sales | Steel Supply & Fast Loading Yard", description: "Solid Steel Sales provides steel supply with fast loading, helpful staff, and driver-friendly logistics. Request a quote or get directions today.", images: ["https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -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 LogisticsPage() {
|
||||
title="Easy In. Easy Out. Built For Drivers."
|
||||
description="Our yard is meticulously designed for efficient logistics, ensuring drivers and crews experience fast, hassle-free operations from arrival to departure."
|
||||
features={[
|
||||
{ title: "Efficient Loading & Unloading", description: "Streamlined processes minimize wait times and maximize efficiency for every visit.", imageSrc: "https://img.b2bpic.net/free-photo/railroad-tracks_1359-127.jpg?_wi=4", imageAlt: "Efficient steel loading operations" },
|
||||
{ title: "Friendly Team Keeps Drivers Moving", description: "Our helpful and professional staff are dedicated to making your experience smooth and quick.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg?_wi=5", imageAlt: "Friendly staff assisting a truck driver" },
|
||||
{ title: "Organized Yard for Fast Turnaround", description: "Clearly marked lanes and an orderly layout ensure swift navigation and rapid service.", imageSrc: "https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg?_wi=7", imageAlt: "Organized steel yard with clear lanes" },
|
||||
{ title: "Plenty of Parking for Staging & Overnight Stays", description: "Ample on-site parking provides flexibility for staging, waiting, or even overnight rest.", imageSrc: "https://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg?_wi=4", imageAlt: "Trucks parked in a spacious industrial yard" }
|
||||
{ title: "Efficient Loading & Unloading", description: "Streamlined processes minimize wait times and maximize efficiency for every visit.", imageSrc: "https://img.b2bpic.net/free-photo/railroad-tracks_1359-127.jpg", imageAlt: "Efficient steel loading operations" },
|
||||
{ title: "Friendly Team Keeps Drivers Moving", description: "Our helpful and professional staff are dedicated to making your experience smooth and quick.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg", imageAlt: "Friendly staff assisting a truck driver" },
|
||||
{ title: "Organized Yard for Fast Turnaround", description: "Clearly marked lanes and an orderly layout ensure swift navigation and rapid service.", imageSrc: "https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg", imageAlt: "Organized steel yard with clear lanes" },
|
||||
{ title: "Plenty of Parking for Staging & Overnight Stays", description: "Ample on-site parking provides flexibility for staging, waiting, or even overnight rest.", imageSrc: "https://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg", imageAlt: "Trucks parked in a spacious industrial yard" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Get Directions", href: "https://maps.google.com" }
|
||||
@@ -66,12 +65,7 @@ export default function LogisticsPage() {
|
||||
title="What Drivers Are Saying"
|
||||
description="We're proud to be a preferred stop for drivers who value speed and professionalism."
|
||||
names={[
|
||||
"\"Fastest in and out I've experienced.\"",
|
||||
"\"The staff actually helps you get situated. A rare find.\"",
|
||||
"\"Plenty of room to maneuver and park. No stress.\"",
|
||||
"\"I wish every yard was run this well.\"",
|
||||
"\"They respect a driver's time. Simple as that.\"",
|
||||
"\"Clean facility, professional people.\""
|
||||
"\"Fastest in and out I've experienced.\"", "\"The staff actually helps you get situated. A rare find.\"", "\"Plenty of room to maneuver and park. No stress.\"", "\"I wish every yard was run this well.\"", "\"They respect a driver's time. Simple as that.\"", "\"Clean facility, professional people.\""
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -99,7 +93,7 @@ export default function LogisticsPage() {
|
||||
|
||||
<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?_wi=8"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg"
|
||||
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" }] },
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
@@ -52,12 +51,12 @@ export default function HomePage() {
|
||||
{ text: "Get Directions", href: "/logistics" }
|
||||
]}
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg?_wi=1", imageAlt: "Solid Steel Sales industrial yard" },
|
||||
{ id: "2", 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=1", imageAlt: "Truck being quickly unloaded at steel yard" },
|
||||
{ id: "3", imageSrc: "https://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg?_wi=1", imageAlt: "Friendly staff member helping a driver" },
|
||||
{ id: "4", imageSrc: "https://img.b2bpic.net/free-photo/railroad-tracks_1359-127.jpg?_wi=1", imageAlt: "Efficient loading process at a steel yard" },
|
||||
{ id: "5", imageSrc: "https://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg?_wi=1", imageAlt: "Ample parking for trucks at Solid Steel Sales" },
|
||||
{ id: "6", imageSrc: "https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg?_wi=2", imageAlt: "Solid Steel Sales industrial yard 2" }
|
||||
{ id: "1", imageSrc: "https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg", imageAlt: "Solid Steel Sales industrial yard" },
|
||||
{ id: "2", 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: "Truck being quickly unloaded at steel yard" },
|
||||
{ id: "3", imageSrc: "https://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg", imageAlt: "Friendly staff member helping a driver" },
|
||||
{ id: "4", imageSrc: "https://img.b2bpic.net/free-photo/railroad-tracks_1359-127.jpg", imageAlt: "Efficient loading process at a steel yard" },
|
||||
{ id: "5", imageSrc: "https://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg", imageAlt: "Ample parking for trucks at Solid Steel Sales" },
|
||||
{ id: "6", imageSrc: "https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg", imageAlt: "Solid Steel Sales industrial yard 2" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
autoPlay={true}
|
||||
@@ -75,13 +74,7 @@ export default function HomePage() {
|
||||
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.\"",
|
||||
"\"Highly recommend for fast service.\""
|
||||
"\"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.\"", "\"Highly recommend for fast service.\""
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -100,10 +93,10 @@ export default function HomePage() {
|
||||
title="Easy In. Easy Out."
|
||||
description="Our yard is meticulously designed for efficient logistics, ensuring drivers and crews experience fast, hassle-free operations."
|
||||
features={[
|
||||
{ title: "Efficient Loading & Unloading", description: "Streamlined processes minimize wait times and maximize efficiency for every visit.", imageSrc: "https://img.b2bpic.net/free-photo/railroad-tracks_1359-127.jpg?_wi=2", imageAlt: "Efficient steel loading operations" },
|
||||
{ title: "Friendly Team Keeps Drivers Moving", description: "Our helpful and professional staff are dedicated to making your experience smooth and quick.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg?_wi=2", imageAlt: "Friendly staff assisting a truck driver" },
|
||||
{ title: "Organized Yard for Fast Turnaround", description: "Clearly marked lanes and an orderly layout ensure swift navigation and rapid service.", imageSrc: "https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg?_wi=3", imageAlt: "Organized steel yard with clear lanes" },
|
||||
{ title: "Plenty of Parking for Staging & Overnight Stays", description: "Ample on-site parking provides flexibility for staging, waiting, or even overnight rest.", imageSrc: "https://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg?_wi=2", imageAlt: "Trucks parked in a spacious industrial yard" }
|
||||
{ title: "Efficient Loading & Unloading", description: "Streamlined processes minimize wait times and maximize efficiency for every visit.", imageSrc: "https://img.b2bpic.net/free-photo/railroad-tracks_1359-127.jpg", imageAlt: "Efficient steel loading operations" },
|
||||
{ title: "Friendly Team Keeps Drivers Moving", description: "Our helpful and professional staff are dedicated to making your experience smooth and quick.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg", imageAlt: "Friendly staff assisting a truck driver" },
|
||||
{ title: "Organized Yard for Fast Turnaround", description: "Clearly marked lanes and an orderly layout ensure swift navigation and rapid service.", imageSrc: "https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg", imageAlt: "Organized steel yard with clear lanes" },
|
||||
{ title: "Plenty of Parking for Staging & Overnight Stays", description: "Ample on-site parking provides flexibility for staging, waiting, or even overnight rest.", imageSrc: "https://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg", imageAlt: "Trucks parked in a spacious industrial yard" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Driver Check-In Info", href: "/logistics" },
|
||||
@@ -131,7 +124,7 @@ export default function HomePage() {
|
||||
{ id: "3", value: "3", title: "Pickup or Delivery Coordination", description: "Smooth scheduling keeps your project moving.", icon: CalendarCheck }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
cardClassName="bg-card rounded-xl shadow-lg border border-accent/20 p-8 flex flex-col items-center text-center"
|
||||
@@ -148,10 +141,10 @@ export default function HomePage() {
|
||||
title="Why Solid Steel Sales"
|
||||
description="Experience the difference of a supplier that values your time and business."
|
||||
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=3", 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=3", 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=4", imageAlt: "Clean and organized steel loading area" },
|
||||
{ title: "Parking Capacity for Real Operations", description: "Ample space for multiple trucks ensures no waiting or congestion.", imageSrc: "https://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg?_wi=3", imageAlt: "Spacious parking for industrial trucks" }
|
||||
{ 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: "Parking Capacity for Real Operations", description: "Ample space for multiple trucks ensures no waiting or congestion.", imageSrc: "https://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg", imageAlt: "Spacious parking for industrial trucks" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -185,6 +178,7 @@ export default function HomePage() {
|
||||
ctaIconClassName="h-16 w-16 text-primary-cta mb-6"
|
||||
ctaTitleClassName="text-4xl font-bold text-foreground mb-4"
|
||||
ctaDescriptionClassName="text-lg text-foreground/70 mb-8"
|
||||
ctaButtonClassName="bg-primary-cta text-white px-8 py-3 rounded-pill font-semibold"
|
||||
faqsPanelClassName="bg-card rounded-xl p-8 shadow-lg border border-accent/20"
|
||||
accordionClassName="border-b border-accent/20 last:border-b-0 py-4"
|
||||
accordionTitleClassName="text-xl font-semibold text-foreground"
|
||||
@@ -194,7 +188,7 @@ export default function HomePage() {
|
||||
|
||||
<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?_wi=5"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg"
|
||||
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" }] },
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
@@ -46,7 +45,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?_wi=1", 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", 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" },
|
||||
@@ -55,7 +54,7 @@ export default function ProductsPage() {
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="two-items-per-row"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
cardClassName="group relative overflow-hidden rounded-xl border border-accent/20 shadow-lg transition-all duration-300 ease-in-out hover:shadow-xl"
|
||||
imageClassName="h-48 w-full object-cover transition-transform duration-300 ease-in-out group-hover:scale-105"
|
||||
cardNameClassName="text-lg font-semibold text-foreground"
|
||||
@@ -67,9 +66,9 @@ export default function ProductsPage() {
|
||||
title="Quality and Reliability You Can Build On"
|
||||
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?_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" }
|
||||
{ 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/worker-is-controlling-process-rail-cutting-busy-metal-factory_613910-17188.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" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -102,7 +101,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?_wi=6"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg"
|
||||
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" }] },
|
||||
|
||||
@@ -96,8 +96,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Driver Info", id: "/logistics" },
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Solid Steel Sales"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
@@ -112,7 +111,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
</main>
|
||||
<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?_wi=15"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg"
|
||||
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" }] },
|
||||
@@ -156,8 +155,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Driver Info", id: "/logistics" },
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Solid Steel Sales"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
@@ -180,7 +178,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
</main>
|
||||
<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?_wi=16"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg"
|
||||
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" }] },
|
||||
@@ -223,8 +221,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Driver Info", id: "/logistics" },
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Solid Steel Sales"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
@@ -272,7 +269,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
</div>
|
||||
<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?_wi=17"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg"
|
||||
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" }] },
|
||||
|
||||
@@ -38,8 +38,7 @@ export default function ShopPage() {
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Driver Info", id: "/logistics" },
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Solid Steel Sales"
|
||||
button={{ text: "Request a Quote", href: "/contact" }}
|
||||
@@ -54,7 +53,7 @@ export default function ShopPage() {
|
||||
</main>
|
||||
<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?_wi=13"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg"
|
||||
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" }] },
|
||||
@@ -97,8 +96,7 @@ export default function ShopPage() {
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Driver Info", id: "/logistics" },
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Solid Steel Sales"
|
||||
button={{ text: "Request a Quote", href: "/contact" }}
|
||||
@@ -121,7 +119,7 @@ export default function ShopPage() {
|
||||
</div>
|
||||
<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?_wi=14"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg"
|
||||
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