diff --git a/src/app/page.tsx b/src/app/page.tsx index 55284b9..69911dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,7 +26,7 @@ export default function LandingPage() { navItems={[ { name: "Main Site", id: "/home" - }, + } ]} brandName="Reece Transportation" button={{ @@ -45,7 +45,7 @@ export default function LandingPage() { }, { text: "Get a Quote", href: "/home#contact" - }, + } ]} imageSrc="http://img.b2bpic.net/free-photo/heavy-machinery-used-construction-industry-engineering_23-2151307752.jpg" imageAlt="Heavy machinery used in construction industry" @@ -64,15 +64,15 @@ export default function LandingPage() { }, { label: "Contact", href: "/home#contact" - }, - ], + } + ] }, { items: [ { label: "Privacy Policy", href: "#" - }, - ], + } + ] } ]} logoText="Reece Transportation" @@ -81,4 +81,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file