From c3f9e9859dba7a604036e285236fff3cb4390b9c Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 30 Jul 2024 15:35:42 -0400 Subject: [PATCH] Tried the header path --- app/terms/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/terms/page.tsx b/app/terms/page.tsx index 3e21fc4..fae9431 100644 --- a/app/terms/page.tsx +++ b/app/terms/page.tsx @@ -1,6 +1,6 @@ import React from 'react' import FooterHomeOne from '../components/FooterHomeOne'; - +import HomeNav from '../components/navigation/HomeNav' // must be a better way to centralize the style = TEMPORARY USE import '../assets/css/bootstrap.min.css'; import '../assets/css/custom-animated.css'; @@ -13,7 +13,8 @@ import '../assets/css/style.css'; function page() { return ( - <> + <> +
Terms Here