From a592fe04a2561d825ab6b9971a48afb8ad6b23ee Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 12:36:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 207 +++++++++-------------------------------------- 1 file changed, 38 insertions(+), 169 deletions(-) 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: "#"}, ], }, ]} -- 2.49.1