Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -74,9 +74,9 @@ export default function TrailerRentalsPage() {
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "hero-carousel-1", imageSrc: "https://img.b2bpic.net/free-photo/side-view-truck-car-haulers_23-2150824040.jpg", imageAlt: "Large flatbed trailer on highway"},
|
||||
id: "hero-carousel-1", imageSrc: "https://img.b2bpic.net/free-photo/side-view-truck-car-haulers_23-2150824040.jpg?_wi=1", imageAlt: "Large flatbed trailer on highway"},
|
||||
{
|
||||
id: "hero-carousel-2", imageSrc: "https://img.b2bpic.net/free-photo/cargo-trucks-highway_23-2149539824.jpg", imageAlt: "Flatbed trailer loaded with construction materials"},
|
||||
id: "hero-carousel-2", imageSrc: "https://img.b2bpic.net/free-photo/cargo-trucks-highway_23-2149539824.jpg?_wi=1", imageAlt: "Flatbed trailer loaded with construction materials"},
|
||||
{
|
||||
id: "hero-carousel-3", imageSrc: "https://img.b2bpic.net/free-photo/empty-trailer-truck-is-parked-at-the-edge-of-road-background-is-a-cargo-container-yard_23-2150171217.jpg", imageAlt: "Empty flatbed trailer at a loading dock"},
|
||||
{
|
||||
@@ -116,11 +116,11 @@ export default function TrailerRentalsPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Unmatched Durability", description: "Our flatbed trailers are built with heavy-duty materials, ensuring they withstand the toughest loads and long hauls, providing you with peace of mind.", imageSrc: "https://img.b2bpic.net/free-photo/truck-trailer-transportation-concept_23-2149303722.jpg", imageAlt: "Durable flatbed trailer construction"},
|
||||
title: "Unmatched Durability", description: "Our flatbed trailers are built with heavy-duty materials, ensuring they withstand the toughest loads and long hauls, providing you with peace of mind.", imageSrc: "https://img.b2bpic.net/free-photo/truck-trailer-transportation-concept_23-2149303722.jpg?_wi=1", imageAlt: "Durable flatbed trailer construction"},
|
||||
{
|
||||
title: "Versatile Loading Options", description: "With open decks, our flatbeds accommodate oversized cargo, machinery, and various equipment, offering maximum flexibility for your transportation needs.", imageSrc: "https://img.b2bpic.net/free-photo/forklift-truck-loading-unloading-cargo_23-2150821550.jpg", imageAlt: "Versatile loading with a forklift on a flatbed"},
|
||||
{
|
||||
title: "Safety & Compliance", description: "All SnA Advantage flatbed trailers undergo rigorous safety inspections and meet industry standards, guaranteeing a secure and compliant rental experience.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-truck-tires_23-2149303704.jpg", imageAlt: "Close-up of trailer tires and safety checks"},
|
||||
title: "Safety & Compliance", description: "All SnA Advantage flatbed trailers undergo rigorous safety inspections and meet industry standards, guaranteeing a secure and compliant rental experience.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-truck-tires_23-2149303704.jpg?_wi=1", imageAlt: "Close-up of trailer tires and safety checks"},
|
||||
]}
|
||||
title="The SnA Advantage: Why Choose Our Flatbed Trailers?"
|
||||
description="Benefit from our commitment to quality, safety, and customer satisfaction with every flatbed rental."
|
||||
@@ -140,13 +140,13 @@ export default function TrailerRentalsPage() {
|
||||
{
|
||||
id: "heavy-duty-flatbed", name: "Heavy-Duty Flatbed Trailer", price: "$150/day", variant: "24ft, 14,000 lbs Capacity", imageSrc: "https://img.b2bpic.net/free-photo/truck-trailer-transportation-concept_23-2149303723.jpg", imageAlt: "Heavy-duty flatbed trailer"},
|
||||
{
|
||||
id: "gooseneck-flatbed", name: "Gooseneck Flatbed Trailer", price: "$180/day", variant: "30ft, 20,000 lbs Capacity", imageSrc: "https://img.b2bpic.net/free-photo/truck-trailer-transportation-concept_23-2149303722.jpg", imageAlt: "Gooseneck flatbed trailer attached to a truck"},
|
||||
id: "gooseneck-flatbed", name: "Gooseneck Flatbed Trailer", price: "$180/day", variant: "30ft, 20,000 lbs Capacity", imageSrc: "https://img.b2bpic.net/free-photo/truck-trailer-transportation-concept_23-2149303722.jpg?_wi=2", imageAlt: "Gooseneck flatbed trailer attached to a truck"},
|
||||
{
|
||||
id: "deck-over-flatbed", name: "Deck-Over Flatbed Trailer", price: "$130/day", variant: "22ft, 12,000 lbs Capacity", imageSrc: "https://img.b2bpic.net/free-photo/close-up-truck-tires_23-2149303704.jpg", imageAlt: "Deck-over flatbed trailer"},
|
||||
id: "deck-over-flatbed", name: "Deck-Over Flatbed Trailer", price: "$130/day", variant: "22ft, 12,000 lbs Capacity", imageSrc: "https://img.b2bpic.net/free-photo/close-up-truck-tires_23-2149303704.jpg?_wi=2", imageAlt: "Deck-over flatbed trailer"},
|
||||
{
|
||||
id: "tilt-flatbed", name: "Tilt Flatbed Trailer", price: "$160/day", variant: "20ft, 10,000 lbs Capacity", imageSrc: "https://img.b2bpic.net/free-photo/side-view-truck-car-haulers_23-2150824040.jpg", imageAlt: "Tilt flatbed trailer for easy loading"},
|
||||
id: "tilt-flatbed", name: "Tilt Flatbed Trailer", price: "$160/day", variant: "20ft, 10,000 lbs Capacity", imageSrc: "https://img.b2bpic.net/free-photo/side-view-truck-car-haulers_23-2150824040.jpg?_wi=2", imageAlt: "Tilt flatbed trailer for easy loading"},
|
||||
{
|
||||
id: "utility-flatbed", name: "Utility Flatbed Trailer", price: "$90/day", variant: "16ft, 7,000 lbs Capacity", imageSrc: "https://img.b2bpic.net/free-photo/cargo-trucks-highway_23-2149539824.jpg", imageAlt: "Smaller utility flatbed trailer"},
|
||||
id: "utility-flatbed", name: "Utility Flatbed Trailer", price: "$90/day", variant: "16ft, 7,000 lbs Capacity", imageSrc: "https://img.b2bpic.net/free-photo/cargo-trucks-highway_23-2149539824.jpg?_wi=2", imageAlt: "Smaller utility flatbed trailer"},
|
||||
]}
|
||||
title="Our Premier Flatbed Trailer Fleet"
|
||||
description="Discover our range of heavy-duty flatbed trailers, designed for various industrial, commercial, and personal hauling requirements."
|
||||
|
||||
Reference in New Issue
Block a user