diff --git a/src/app/page.tsx b/src/app/page.tsx index 62dfb08..3cddf48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,38 +49,19 @@ export default function LandingPage() {
@@ -303,14 +185,11 @@ export default function LandingPage() {
@@ -320,29 +199,19 @@ export default function LandingPage() { logoText="PrecisionMolds" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}