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