diff --git a/src/app/page.tsx b/src/app/page.tsx index 91c94a0..4a31cd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,6 +39,8 @@ export default function LandingPage() { name: "Pricing", id: "/pricing"}, { name: "Contact", id: "#contact"}, + { + name: "Terms", id: "/terms"}, ]} brandName="Instyle Industries" /> @@ -157,4 +159,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file