diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 83d7c9d..2d9de32 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,8 +20,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/#services" }, { label: "Routes", href: "/#routes" }, @@ -29,8 +28,7 @@ export default function AboutPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Freight Consolidation", href: "/#services" }, { label: "Linehaul Transport", href: "/#services" }, { label: "Business Solutions", href: "/#services" }, @@ -38,8 +36,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Thornlands", href: "/about" }, { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "/#faq" }, @@ -47,8 +44,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Insurance", href: "#" }, @@ -95,9 +91,10 @@ export default function AboutPage() { { value: "3", title: "Major Transport Routes" }, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/storehouse-employee-taking-out-carton-boxes-from-shelf_482257-77612.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/storehouse-employee-taking-out-carton-boxes-from-shelf_482257-77612.jpg" imageAlt="modern warehouse logistics facility South Africa" mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -105,12 +102,8 @@ export default function AboutPage() { @@ -135,14 +132,10 @@ export default function HomePage() { @@ -112,14 +109,10 @@ export default function ServicesPage() {