Update src/app/services/page.tsx

This commit is contained in:
2026-02-20 16:30:46 +00:00
parent 978d969981
commit e26866a0ff

View File

@@ -46,16 +46,16 @@ export default function ServicesPage() {
useInvertedBackground={false}
features={[
{
id: "1", title: "Heavy Hauling", description: "Safe and secure transportation of oversized and heavy equipment across Texas and beyond. Our specialized fleet and experienced operators ensure your valuable assets arrive safely and on time.", tag: "Heavy Hauling", imageSrc: "https://img.b2bpic.net/free-photo/trucks-minibuses-located-inside-ferryboat-greece_1268-15825.jpg", imageAlt: "Heavy hauling truck with industrial equipment", buttons: [{ text: "Get Quote", href: "/contact" }]
id: "1", title: "Heavy Hauling", description: "Safe and secure transportation of oversized and heavy equipment across Texas and beyond. Our specialized fleet and experienced operators ensure your valuable assets arrive safely and on time.", tag: "Heavy Hauling", imageSrc: "https://img.b2bpic.net/free-photo/trucks-minibuses-located-inside-ferryboat-greece_1268-15825.jpg?_wi=2", imageAlt: "Heavy hauling truck with industrial equipment", buttons: [{ text: "Get Quote", href: "/contact" }]
},
{
id: "2", title: "Freight Transport", description: "Reliable regional and long-distance freight services for businesses of all sizes. We provide efficient solutions for your shipping needs with competitive rates and exceptional service.", tag: "Freight Transport", imageSrc: "https://img.b2bpic.net/free-photo/cars-commuting-early-morning-toronto_181624-15823.jpg", imageAlt: "Freight transport truck on highway", buttons: [{ text: "Learn More", href: "/contact" }]
id: "2", title: "Freight Transport", description: "Reliable regional and long-distance freight services for businesses of all sizes. We provide efficient solutions for your shipping needs with competitive rates and exceptional service.", tag: "Freight Transport", imageSrc: "https://img.b2bpic.net/free-photo/cars-commuting-early-morning-toronto_181624-15823.jpg?_wi=2", imageAlt: "Freight transport truck on highway", buttons: [{ text: "Learn More", href: "/contact" }]
},
{
id: "3", title: "Equipment Transport", description: "Specialized handling and transport of construction equipment, machinery, and industrial assets. Our team understands the unique requirements of heavy machinery transport.", tag: "Equipment Transport", imageSrc: "https://img.b2bpic.net/free-photo/railroad-tracks_1359-127.jpg", imageAlt: "Equipment transport loading excavator", buttons: [{ text: "Schedule Service", href: "/contact" }]
id: "3", title: "Equipment Transport", description: "Specialized handling and transport of construction equipment, machinery, and industrial assets. Our team understands the unique requirements of heavy machinery transport.", tag: "Equipment Transport", imageSrc: "https://img.b2bpic.net/free-photo/railroad-tracks_1359-127.jpg?_wi=2", imageAlt: "Equipment transport loading excavator", buttons: [{ text: "Schedule Service", href: "/contact" }]
},
{
id: "4", title: "Construction Services", description: "Full-service construction support including site prep, hauling, and equipment coordination. We work seamlessly with your construction timeline and requirements.", tag: "Construction Services", imageSrc: "https://img.b2bpic.net/free-photo/middle-trailer-cargo-logistics-pattern_53876-30355.jpg", imageAlt: "Construction site with heavy equipment", buttons: [{ text: "Discuss Project", href: "/contact" }]
id: "4", title: "Construction Services", description: "Full-service construction support including site prep, hauling, and equipment coordination. We work seamlessly with your construction timeline and requirements.", tag: "Construction Services", imageSrc: "https://img.b2bpic.net/free-photo/middle-trailer-cargo-logistics-pattern_53876-30355.jpg?_wi=2", imageAlt: "Construction site with heavy equipment", buttons: [{ text: "Discuss Project", href: "/contact" }]
}
]}
animationType="slide-up"
@@ -76,7 +76,7 @@ export default function ServicesPage() {
{ title: "Safety First", description: "Comprehensive safety protocols and fully insured operations for complete peace of mind.", icon: TrendingUp },
{ title: "24/7 Communication", description: "Real-time updates and responsive communication throughout your project.", icon: Phone }
]}
imageSrc="https://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498435.jpg"
imageSrc="https://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498435.jpg?_wi=2"
imageAlt="Professional service team"
mediaAnimation="slide-up"
imagePosition="left"