From 0f069b1f831232160c923b086f54d1bd090a9560 Mon Sep 17 00:00:00 2001 From: Shahariar Kobir Shakil Date: Mon, 3 Mar 2025 15:04:18 +0600 Subject: [PATCH] contact terms-con privacy-policy page chage color in default background add --- src/app/privacy-policy/page.tsx | 4 ++-- src/app/terms-and-conditions/page.tsx | 4 ++-- src/components/contact-page.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 ( -
+