diff --git a/src/pages/PoliciesPage.jsx b/src/pages/PoliciesPage.jsx
new file mode 100644
index 0000000..efdfd1b
--- /dev/null
+++ b/src/pages/PoliciesPage.jsx
@@ -0,0 +1,68 @@
+
+import React from 'react';
+import { ArrowBackIosNew, Security, Shield, VerifiedUser } from '@mui/icons-material';
+import { useNavigate } from 'react-router-dom';
+import { motion } from 'framer-motion';
+
+const text = `It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.`;
+
+export default function PoliciesPage() {
+ const navigate = useNavigate();
+
+ return (
+
+ {/* Green Luxury Header */}
+
+
+
+
+
+
+
+
+
Policies
+
Your Safety Is Our First Priority
+
+
+
+
+
+
+
+
+
+
+
+
+
Privacy Policy
+
{text}
+
+
+
+
+
+
Safety Guidelines
+
{text}
+
+
+
+
Protected With Love & Care
+
Every profile, every chat, every dream — safeguarded 24×7.
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/pages/SafetyCentre.jsx b/src/pages/SafetyCentre.jsx
new file mode 100644
index 0000000..74c1d7b
--- /dev/null
+++ b/src/pages/SafetyCentre.jsx
@@ -0,0 +1,138 @@
+
+import React from 'react';
+import { ArrowBackIosNew, Security, Report, Lock, Psychology } from '@mui/icons-material';
+import { useNavigate } from 'react-router-dom';
+import { motion } from 'framer-motion';
+
+const dummyImage = "https://images.unsplash.com/photo-1594736797933-d0501ba2fe65?w=800&q=80&fit=crop";
+
+export default function SafetyCentre() {
+ const navigate = useNavigate();
+
+ const safetyTips = [
+ {
+ icon: ,
+ title: "Safety Tips",
+ color: "red",
+ desc: "Follow these practical guidelines to protect yourself while connecting with potential Matches."
+ },
+ {
+ icon: ,
+ title: "Report a Profile",
+ color: "orange",
+ desc: "Report any suspicious or inappropriate behavior immediately—especially requests for money, unsolicited contact, or blackmail threats."
+ },
+ {
+ icon: ,
+ title: "Privacy Settings",
+ color: "pink",
+ desc: "Manage who sees your photos, contact info, & profile and always be in control."
+ },
+ {
+ icon: ,
+ title: "Mental Wellbeing",
+ color: "blue",
+ desc: "Here's how you can prioritize your mental well-being while making this life-changing decision."
+ }
+ ];
+
+ return (
+
+ {/* Premium Header */}
+
+
+
+
Be Safe Online
+
+
+
+
+ {/* Hero Section */}
+
+
Safety Centre
+
+ Your safety matters deeply at Thirukalyanam.
+ Our team works with advanced tools to ensure your matchmaking journey remains secure and safe.
+
+ Choose the plan that’s right for your sacred journey. Every premium member gets closer to their soulmate.
+
+
+ Choose This Plan
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/pages/TermsAndCondition.jsx b/src/pages/TermsAndCondition.jsx
new file mode 100644
index 0000000..65dbe43
--- /dev/null
+++ b/src/pages/TermsAndCondition.jsx
@@ -0,0 +1,114 @@
+import React from 'react';
+import { ArrowBackIosNew, Favorite, AutoStories } from '@mui/icons-material';
+import { useNavigate } from 'react-router-dom';
+import { motion } from 'framer-motion';
+
+const loremText = `It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.`;
+
+export default function TermsAndCondition() {
+ const navigate = useNavigate();
+
+ return (
+