diff --git a/src/app/page.tsx b/src/app/page.tsx
index 40dcd69..3f7c427 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -56,37 +41,16 @@ export default function LandingPage() {
@@ -222,29 +134,15 @@ export default function LandingPage() {
logoText="Dickson Trucking"
columns={[
{
- title: "Company",
- items: [
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Services",
- href: "#services",
- },
+ title: "Company", items: [
+ { label: "About", href: "#about" },
+ { label: "Services", href: "#services" },
],
},
{
- title: "Support",
- items: [
- {
- label: "Contact",
- href: "#contact",
- },
- {
- label: "Privacy",
- href: "#",
- },
+ title: "Support", items: [
+ { label: "Contact", href: "#contact" },
+ { label: "Privacy", href: "#" },
],
},
]}