diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx index 004b591..4967a41 100644 --- a/src/app/privacy-policy/page.tsx +++ b/src/app/privacy-policy/page.tsx @@ -2,8 +2,8 @@ import React from "react"; const PrivacyPolicy = () => { return ( -
-
+
+

Privacy Policy

diff --git a/src/app/terms-and-conditions/page.tsx b/src/app/terms-and-conditions/page.tsx index 4cb2205..aca3d29 100644 --- a/src/app/terms-and-conditions/page.tsx +++ b/src/app/terms-and-conditions/page.tsx @@ -2,8 +2,8 @@ import React from "react"; const TermsAndConditions = () => { return ( -
-
+
+

diff --git a/src/components/contact-page.tsx b/src/components/contact-page.tsx index 62724e1..65a6883 100644 --- a/src/components/contact-page.tsx +++ b/src/components/contact-page.tsx @@ -42,7 +42,7 @@ export default function ContactPage() { }; return ( -
+