diff --git a/app/company/about/page.tsx b/app/company/about/page.tsx
new file mode 100644
index 0000000..6260925
--- /dev/null
+++ b/app/company/about/page.tsx
@@ -0,0 +1,15 @@
+export default function AboutPage() {
+ return (
+
+
+
+ About Us
+
+
+ We’re on a mission to simplify legal access for all Indians using AI. LegalEase bridges the gap
+ between law and people through intuitive tools and clear language.
+
+
+
+ );
+}
diff --git a/app/company/contact/page.tsx b/app/company/contact/page.tsx
new file mode 100644
index 0000000..7b4cbdf
--- /dev/null
+++ b/app/company/contact/page.tsx
@@ -0,0 +1,12 @@
+export default function ContactPage() {
+ return (
+
+
+
Contact Us
+
+ Got questions or suggestions? We'd love to hear from you!
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/app/company/privacy-policy/page.tsx b/app/company/privacy-policy/page.tsx
new file mode 100644
index 0000000..f5d2d9c
--- /dev/null
+++ b/app/company/privacy-policy/page.tsx
@@ -0,0 +1,12 @@
+export default function PrivacyPolicyPage() {
+ return (
+
+
+
Privacy Policy
+
+ Learn how we collect, use, and protect your personal information.
+
+
+
+ );
+}
diff --git a/app/company/terms/page.tsx b/app/company/terms/page.tsx
new file mode 100644
index 0000000..aeb41ea
--- /dev/null
+++ b/app/company/terms/page.tsx
@@ -0,0 +1,12 @@
+export default function TermsOfServicePage() {
+ return (
+
+
+
Terms of Service
+
+ Read the rules and conditions that apply when you use our platform.
+