From 2b58ebda67977881307ea9d20810285ce1dec50a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 21:07:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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