Update src/app/services/page.tsx

This commit is contained in:
2026-02-20 16:29:44 +00:00
parent 77554dcdaa
commit 202069df90

View File

@@ -46,40 +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", 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", 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", 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", imageAlt: "Construction site with heavy equipment", buttons: [{ text: "Discuss Project", href: "/contact" }]
}
]}
animationType="slide-up"
@@ -118,18 +94,10 @@ export default function ServicesPage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "Free Project Consultation",
description: "Speak with our experts to plan your project and get professional recommendations tailored to your needs.",
tag: "Free Consultation",
buttons: [{ text: "Schedule Call", href: "/contact" }]
id: "1", title: "Free Project Consultation", description: "Speak with our experts to plan your project and get professional recommendations tailored to your needs.", tag: "Free Consultation", buttons: [{ text: "Schedule Call", href: "/contact" }]
},
{
id: "2",
title: "Custom Quote Request",
description: "Get a detailed, no-obligation quote for your specific transportation or construction project requirements.",
tag: "Custom Quote",
buttons: [{ text: "Request Quote", href: "/contact" }]
id: "2", title: "Custom Quote Request", description: "Get a detailed, no-obligation quote for your specific transportation or construction project requirements.", tag: "Custom Quote", buttons: [{ text: "Request Quote", href: "/contact" }]
}
]}
animationType="slide-up"
@@ -143,8 +111,7 @@ export default function ServicesPage() {
logoText="Trucking & Construction Texas"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Services", href: "/services" },
@@ -152,8 +119,7 @@ export default function ServicesPage() {
]
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Heavy Hauling", href: "/services" },
{ label: "Freight Transport", href: "/services" },
{ label: "Equipment Transport", href: "/services" },
@@ -161,8 +127,7 @@ export default function ServicesPage() {
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Request Quote", href: "/contact" },
{ label: "FAQ", href: "#" },
@@ -170,8 +135,7 @@ export default function ServicesPage() {
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Instagram", href: "https://instagram.com" },
@@ -184,4 +148,4 @@ export default function ServicesPage() {
</div>
</ThemeProvider>
);
}
}