From 679a6f2d09558e5cc00b69d3061b5eba0ea538ef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 12:45:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cddf48..53d6a0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -206,6 +206,16 @@ export default function LandingPage() { label: "Services", href: "#features"}, ], }, + { + title: "Materials & Services", items: [ + { + label: "Aluminum Machining", href: "#"}, + { + label: "VMC Capabilities", href: "#features"}, + { + label: "Mold Design", href: "#products"}, + ], + }, { title: "Legal", items: [ { @@ -220,4 +230,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1